Wkradla sie pewna niescislosc jesli chodzi o typ karty bo magiczny Windows pokazuje 8139 a lspci:
Kod: Zaznacz cały
02:00.0 Ethernet controller: Atheros Communications, Inc. Unknown device 001c (rev 01)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 01)
z czego to pierwsze to karta wifi,
a drugie to owa karta sieciowa, na dodatek modul uzywany do obslugi to r8169.
Dla Etch'a:
lsmod
Kod: Zaznacz cały
Module Size Used by
rfcomm 33180 0
l2cap 20100 5 rfcomm
bluetooth 43108 4 rfcomm,l2cap
button 6800 0
ac 5252 0
battery 9732 0
dm_snapshot 15644 0
dm_mirror 18000 0
dm_mod 48952 2 dm_snapshot,dm_mirror
loop 14216 0
tsdev 7616 0
snd_hda_intel 16788 0
snd_hda_codec 138240 1 snd_hda_intel
serio_raw 6532 0
snd_pcm 65928 2 snd_hda_intel,snd_hda_codec
snd_timer 19972 1 snd_pcm
snd 45412 4 snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
soundcore 8928 1 snd
snd_page_alloc 10248 2 snd_hda_intel,snd_pcm
i2c_piix4 8332 0
psmouse 34568 0
rtc 11572 0
pcspkr 2816 0
ati_agp 8716 0
agpgart 29360 1 ati_agp
i2c_core 19472 1 i2c_piix4
shpchp 32796 0
pci_hotplug 28088 1 shpchp
evdev 9088 0
ext3 116488 1
jbd 47272 1 ext3
ide_cd 35616 0
cdrom 32416 1 ide_cd
generic 4996 0 [permanent]
sd_mod 19088 3
usbhid 35808 0
usb_storage 71616 0
atiixp 5904 0 [permanent]
ide_core 107760 4 ide_cd,generic,usb_storage,atiixp
ehci_hcd 27144 0
r8169 27528 0
ahci 18052 2
ohci_hcd 17540 0
usbcore 109444 5 usbhid,usb_storage,ehci_hcd,ohci_hcd
libata 87700 1 ahci
scsi_mod 121992 4 sd_mod,usb_storage,ahci,libata
thermal 13576 0
processor 23724 1 thermal
fan 4868 0
dmesg:
Kod: Zaznacz cały
r8169 Gigabit Ethernet driver 2.2LK-NAPI loaded
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
ACPI: PCI Interrupt 0000:05:00.0[A] -> Link [LNKD] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:05:00.0 to 64
eth0: RTL8101e at 0xf8826000, 00:1d:92:52:21:e2, IRQ 10
......
r8169: eth0: link up
r8169: eth0: link up
a dla Lenny:
lsmod
Kod: Zaznacz cały
Module Size Used by
container 4864 0
sbs 14344 0
dock 10124 0
sbshc 6784 1 sbs
loop 16132 0
pcspkr 2944 0
rtc 12700 0
psmouse 36112 0
serio_raw 6532 0
k8temp 5504 0
snd_hda_intel 274976 0
snd_pcm 69640 1 snd_hda_intel
snd_timer 20740 1 snd_pcm
snd 47332 3 snd_hda_intel,snd_pcm,snd_timer
soundcore 7136 1 snd
snd_page_alloc 9992 2 snd_hda_intel,snd_pcm
i2c_piix4 8332 0
i2c_core 22160 1 i2c_piix4
battery 13572 0
ac 6148 0
video 18576 0
output 3712 1 video
ath5k 89476 0
mac80211 112780 1 ath5k
cfg80211 13320 1 mac80211
button 8336 0
ati_agp 8588 0
agpgart 31152 1 ati_agp
shpchp 30868 0
pci_hotplug 27424 1 shpchp
evdev 10880 0
ext3 120328 1
jbd 39444 1 ext3
ide_cd 36128 0
cdrom 32544 1 ide_cd
ata_generic 7428 0
atiixp 4624 0 [permanent]
sd_mod 27024 3
usbhid 27904 0
hid 32896 1 usbhid
usb_storage 77248 0
generic 4356 0 [permanent]
ide_core 106840 3 ide_cd,atiixp,generic
ehci_hcd 32268 0
ahci 26116 2
ohci_hcd 21764 0
libata 145136 2 ata_generic,ahci
usbcore 131436 5 usbhid,usb_storage,ehci_hcd,ohci_hcd
scsi_mod 141452 3 sd_mod,usb_storage,libata
r8169 28932 0
thermal 15900 0
processor 28464 1 thermal
fan 4740 0
dmesg:
Kod: Zaznacz cały
r8169 Gigabit Ethernet driver 2.2LK-NAPI loaded
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt 0000:05:00.0[A] -> Link [LNKD] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:05:00.0 to 64
eth0: RTL8101e at 0xf882a000, 00:1d:92:52:21:e2, XID 34200000 IRQ 220
Lenny laduje dodatkowo sterownik ath5k do wifi, swoja droga niezbyt dzialajacy. Chyba on tu nic nie miesza. W obu przypadkach laduje modul r8169.
Szukajac po sieci znalazlem:
http://groups.google.com/group/pl.comp. ... f5fe95c945, gdzie radza skompilowac sterownik ze zrodel. I chyba tak zrobie bo nie znajduje innego wyjscia.