Hallo praseodym,
gebe hier die gewünschten Infos als Konsolenausgaben wieder:
Verwendete Kernelversion
jan@ubuntu-laptop:~$ uname -a
Linux ubuntu-laptop 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686 GNU/Linux
jan@ubuntu-laptop:~$
Abfrage für PCI und PCMCIA-Karten:
Codjan@ubuntu-laptop:~$ lspci -nnk | grep -i net -A2
01:0c.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
Kernel driver in use: 8139too
Kernel modules: 8139too, 8139cp
01:0d.0 Network controller [0280]: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection [8086:4220] (rev 05)
Kernel driver in use: ipw2200
Kernel modules: ipw2200
jan@ubuntu-laptop:~$
Wie ist das Netzwerk konfiguriert?
jan@ubuntu-laptop:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
jan@ubuntu-laptop:~$ cat /etc/resolv.conf
# Generated by NetworkManager
domain fritz.box
search fritz.box
nameserver 192.168.178.1
jan@ubuntu-laptop:~$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 ubuntu-laptop
# The following lines are desirable for IPv6 capable hosts
::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
jan@ubuntu-laptop:~$
Abfrage der Kanal- und Ländereinstellung:
Codejan@ubuntu-laptop:~$ iwlist chan
lo no frequency information.
eth0 no frequency information.
eth1 11 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
Current Channel:0
jan@ubuntu-laptop:~$
Manueller Scan der WLAN-Umgebung:
jan@ubuntu-laptop:~$ sudo iwlist scan
[sudo] password for jan:
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
eth1 No scan results
jan@ubuntu-laptop:~$
Abfrage der geladenen Kernelmodule (Treiber).
jan@ubuntu-laptop:~$ lsmod
Module Size Used by
dm_crypt 11331 0
pcmcia 33024 0
snd_intel8x0 25588 2
snd_ac97_codec 100646 1 snd_intel8x0
ac97_bus 1002 1 snd_ac97_codec
snd_pcm_oss 35308 0
snd_mixer_oss 13746 1 snd_pcm_oss
snd_pcm 70662 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy 1338 0
snd_seq_oss 26726 0
snd_seq_midi 4557 0
snd_rawmidi 19056 1 snd_seq_midi
snd_seq_midi_event 6003 2 snd_seq_oss,snd_seq_midi
snd_seq 47263 7 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 19098 2 snd_pcm,snd_seq
snd_seq_device 5700 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
ipw2200 135216 0
yenta_socket 20408 2
ppdev 5259 0
libipw 39896 1 ipw2200
fujitsu_laptop 10889 0
snd 54148 15 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
rsrc_nonstatic 10015 1 yenta_socket
pcmcia_core 32964 3 pcmcia,yenta_socket,rsrc_nonstatic
lib80211 5046 2 ipw2200,libipw
led_class 2864 1 fujitsu_laptop
parport_pc 25962 1
soundcore 6620 1 snd
psmouse 63245 0
serio_raw 3978 0
shpchp 28820 0
snd_page_alloc 7076 2 snd_intel8x0,snd_pcm
lp 7028 0
parport 32635 3 ppdev,parport_pc,lp
dm_raid45 81647 0
xor 15028 1 dm_raid45
fbcon 35102 71
tileblit 2031 1 fbcon
font 7557 1 fbcon
bitblit 4707 1 fbcon
softcursor 1189 1 bitblit
i915 278552 3
drm_kms_helper 29297 1 i915
drm 162471 4 i915,drm_kms_helper
8139too 18545 0
intel_agp 25576 2 i915
8139cp 16186 0
mii 4381 2 8139too,8139cp
i2c_algo_bit 5028 1 i915
agpgart 31724 2 drm,intel_agp
video 17375 1 i915
output 1871 1 video
jan@ubuntu-laptop:~$
Erweiterte System- und Fehlermeldungen des Kernels mit einem Filter für die am häufigsten verwendeten Netzwerkkarten und Treiber
jan@ubuntu-laptop:~$ 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.004524] Initializing cgroup subsys net_cls
[ 0.189397] audit: initializing netlink socket (disabled)
[ 0.368169] ata_piix 0000:00:1f.1: version 2.13
[ 0.377456] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.427233] device-mapper: multipath: version 1.1.0 loaded
[ 0.427242] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 1.468559] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[ 1.468594] 8139cp 0000:01:0c.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[ 1.481340] 8139too Fast Ethernet driver 0.9.28
[ 1.481728] 8139too 0000:01:0c.0: PCI INT A -> Link[LNKE] -> GSI 11 (level, low) -> IRQ 11
[ 1.485557] eth0: RealTek RTL8139 at 0x2000, 00:0b:5d:83:be:a2, IRQ 11
[ 12.021598] Adding 1550264k swap on /dev/sda4. Priority:-1 extents:1 across:1550264k
[ 12.542993] lib80211_crypt: registered algorithm 'NULL'
[ 12.691728] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
[ 12.691734] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 12.784078] ipw2200 0000:01:0d.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[ 12.793491] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[ 12.793567] ipw2200 0000:01:0d.0: firmware: requesting ipw2200-bss.fw
[ 13.062815] ipw2200: Radio Frequency Kill Switch is On:
[ 13.062818] Kill switch must be turned off for wireless networking to work.
[ 13.083117] ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
[ 13.677226] eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[ 24.540030] eth0: no IPv6 routers present
jan@ubuntu-laptop:~$
Während dieser Abfragen hängt der Laptop über's LAN-Kabel an der Fritzbox.
Leider verstehe ich nicht wirklich, was ich mit den eben geposteten Ausgaben anfangen könnte - ich vermute, dass ich einfach nur meine WLAN-Karte aktivieren müsste. Aber wie?
pimpff