Hier hoffentlich alle benötigten Daten:
2.:
cs@ubuntu:~$ uname -a
Linux ubuntu 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux
da USB Stick:
cs@ubuntu:~$ lsusb
Bus 003 Device 003: ID 05ac:1203 Apple, Inc. iPod 4.Gen Grayscale 40G
Bus 003 Device 002: ID 04e6:5116 SCM Microsystems, Inc. SCR331-LC1 SmartCard Reader
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 006: ID 148f:3070 Ralink Technology, Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 0079:0006 DragonRise Inc. Generic USB Joystick
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 04f3:0210 Elan Microelectronics Corp. AM-400 Optical Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
3.:
cs@ubuntu:~$ egrep -v "^$|^#" /etc/network/interfaces
auto lo
iface lo inet loopback
cs@ubuntu:~$ egrep -v "^$|^#" /etc/resolv.conf
egrep: /etc/resolv.conf: No such file or directory
cs@ubuntu:~$ egrep -v "^$|^#" /etc/hosts
127.0.0.1 localhost
127.0.1.1 ubuntu.ubuntu-domain ubuntu
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
cs@ubuntu:~$ ifconfig
eth0 Link encap:Ethernet Hardware Adresse 00:1d:60:2c:80:26
UP BROADCAST MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:26 Basisadresse:0xe000
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metrik:1
RX packets:86 errors:0 dropped:0 overruns:0 frame:0
TX packets:86 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:9555 (9.5 KB) TX bytes:9555 (9.5 KB)
wlan0 Link encap:Ethernet Hardware Adresse 00:1f:1f:55:c0:24
UP BROADCAST MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wmaster0 Link encap:UNSPEC Hardware Adresse 00-1F-1F-55-C0-24-00-00-00-00-00-00-00-00-00-00
UP RUNNING MTU:0 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
cs@ubuntu:~$ route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
cs@ubuntu:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=15 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
4.: Pingen ueberfluessig, da keinerlei Verbindung besteht
5.:
cs@ubuntu:~$ iwlist chan
lo no frequency information.
eth0 no frequency information.
wmaster0 no frequency information.
wlan0 14 channels in total; available frequencies :
Channel 01 : 2.412 GHz
Channel 02 : 2.417 GHz
Channel 03 : 2.422 GHz
Channel 04 : 2.427 GHz
Channel 05 : 2.432 GHz
Channel 06 : 2.437 GHz
Channel 07 : 2.442 GHz
Channel 08 : 2.447 GHz
Channel 09 : 2.452 GHz
Channel 10 : 2.457 GHz
Channel 11 : 2.462 GHz
Channel 12 : 2.467 GHz
Channel 13 : 2.472 GHz
Channel 14 : 2.484 GHz
Current Frequency=2.412 GHz (Channel 1)
cs@ubuntu:~$ sudo iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wmaster0 Interface doesn't support scanning.
wlan0 No scan results
6.:
cs@ubuntu:~$ lsmod
Module Size Used by
joydev 10272 0
hid_drff 3068 0
ff_memless 5188 1 hid_drff
usbhid 38208 1 hid_drff
nls_iso8859_1 3740 3
nls_cp437 5372 3
vfat 10716 3
fat 51452 1 vfat
binfmt_misc 8356 1
snd_hda_codec_realtek 203328 1
snd_hda_intel 26920 2
rt2870sta 488820 0
snd_hda_codec 75708 2 snd_hda_codec_realtek,snd_hda_intel
arc4 1660 2
snd_hwdep 7200 1 snd_hda_codec
snd_pcm_oss 37920 0
ecb 2524 2
snd_mixer_oss 16028 1 snd_pcm_oss
usblp 12636 0
snd_pcm 75296 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
rt2800usb 37372 0
snd_seq_dummy 2656 0
rt2x00usb 11548 1 rt2800usb
snd_seq_oss 28576 0
rt2x00lib 29756 2 rt2800usb,rt2x00usb
snd_seq_midi 6432 0
snd_rawmidi 22208 1 snd_seq_midi
snd_seq_midi_event 6940 2 snd_seq_oss,snd_seq_midi
snd_seq 50224 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
led_class 4096 1 rt2x00lib
snd_timer 22276 2 snd_pcm,snd_seq
snd_seq_device 6920 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
input_polldev 3716 1 rt2x00lib
mac80211 181236 2 rt2x00usb,rt2x00lib
snd 59204 16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 7264 1 snd
snd_page_alloc 9156 2 snd_hda_intel,snd_pcm
i2c_piix4 9932 0
iptable_filter 3100 0
cfg80211 93052 2 rt2x00lib,mac80211
ip_tables 11692 1 iptable_filter
crc_ccitt 1852 1 rt2800usb
ppdev 6688 0
lp 8964 0
k8temp 4188 0
parport_pc 31940 1
x_tables 16544 1 ip_tables
parport 35340 3 ppdev,lp,parport_pc
asus_atk0110 8252 0
usb_storage 52544 3
ohci1394 29900 0
ieee1394 86596 1 ohci1394
floppy 54916 0
r8169 32064 0
mii 5212 1 r8169
ati_agp 6760 0
agpgart 34988 1 ati_agp
7.:
cs@ubuntu:~$ dmesg | egrep 'net|eth|sky|sis|via|3c3|3c5|e100|8139|8169|acx|air|ath|atme|at7|herm|iwl|ipw|rtl8|rt2|rt6|rt7|tg3|ssb|wl|b43|b44|ori|pri|p5|zd|ndis'
[ 0.004149] Initializing cgroup subsys net_cls
[ 0.168169] pci 0000:00:02.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
[ 0.410512] audit: initializing netlink socket (disabled)
[ 0.670307] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.670313] ACPI: Thermal Zone [THRM] (40 C)
[ 1.340676] device-mapper: multipath: version 1.1.0 loaded
[ 1.340678] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 2.401794] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 2.401812] r8169 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 2.401848] r8169 0000:02:00.0: setting latency timer to 64
[ 2.401909] r8169 0000:02:00.0: irq 26 for MSI/MSI-X
[ 2.402368] eth0: RTL8168b/8111b at 0xf80ae000, 00:1d:60:2c:80:26, XID 38000000 IRQ 26
[ 15.061316] usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid 0x04A9 pid 0x10CA
[ 15.085902] phy0: Selected rate control algorithm 'minstrel'
[ 15.086445] Registered led device: rt2800usb-phy0::radio
[ 15.086459] Registered led device: rt2800usb-phy0::assoc
[ 15.086476] Registered led device: rt2800usb-phy0::quality
[ 15.086873] usbcore: registered new interface driver rt2800usb
[ 15.456658] rt2870sta: module is from the staging directory, the quality is unknown, you have been warned.
[ 15.459459] usbcore: registered new interface driver rt2870
[ 15.533489] Error: Driver 'rt2870' is already registered, aborting...
[ 15.533492] usbcore: error -17 registering interface driver rt2870
[ 17.576287] Adding 262136k swap on /host/ubuntu/disks/swap.disk. Priority:-1 extents:1 across:262136k
[ 19.232867] r8169: eth0: link down
[ 19.233052] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 19.249239] rt2800usb 1-5:1.0: firmware: requesting rt2870.bin
[ 21.367888] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Dann hoffe ich mal, dass jemand was mit den Daten anfangen kann =) Danke.