Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Od tygodnia się męczę i nie mogę zainstalować karty na Atheros5211.
Przy make dostaję:
for i in ./ath_hal ath_rate/onoe .net80211 ./ath; do
(cd $i; make) || exit 1;
done
make[1]: Entering directory `/usr/src/modules/madwifi/ath_hal`
make -C /lib/modules/2.6.8-2-386/build SUBDIRS=/usr/src/modules/madwifi/ath_hal
modules
make[2]: Entering directory `/lib/modules/2.6.8-2-386/build`
make[2]: *** No rule to make target `modules`. Stop.
make[2]: Leaving directory `/lib/modules/2.6.8-2-386/build`
make[1]: ***[all] Error 2
make[1]: Leaving directory `/user/src/modules/madwifi/ath_hal`
make: ***[all] Błąd 1
Skończyły już mi się opisy w googlach
System to Debian 31r0a bez żadnych X-ów
jądro 2.6.8-2. Na 2.4.27 też próbowałem
pomóżcie - niedawno zacząłem się bawić linuxem
Offline
sciagnij sterowniki ze snapshot'a
http://snapshots.madwifi.org/madwifi-ng-current.tar.gz
co do krenela to nie jest on ellkozastary?
a wiec skompiluj sobie najnowszego kernela albo przynajmniej u mnie sprawdzony 2.6.14 na ktorym to dziala
zrub linka symbolicznego do zrudel kerela
ln -s /usr/src/linux-2.6.... /usr/src/linux
rozpakuj sterowniki do madwifi
daj
make
make install
i ma dzialac :]
Offline
nie działa :(
jak muu daje make to mam:
/bin/sh: line0: cd: //lib/modules/2.6.15-1-686/build: Nie ma takiego pliku ani katalogu
Makefile.inc:95: *** /lib/modules/2.6.15-1-686/build is missing, please set KERNELPATCH. Stop.
No to próbuje zpatchować:
cd patches
sh install.sh /usr/src/linux
dostaje to samo co wyżej.
Czego mi brakiuje? :(
Offline
nie działa :(
jak muu daje make to mam:
/bin/sh: line0: cd: //lib/modules/2.6.15-1-686/build: Nie ma takiego pliku ani katalogu
Makefile.inc:95: *** /lib/modules/2.6.15-1-686/build is missing, please set KERNELPATCH. Stop.
No to próbuje zpatchować:
cd patches
sh install.sh /usr/src/linux
dostaje to samo co wyżej.
Czego mi brakiuje? :([/quote]
brakuje ci kernel-headers dla twojego jądra.
[img]http://images3.fotosik.pl/103/116624a3ce1555a7.gif[/img]
Linux registered user #423419
Offline
może jest to głupie pytanie ale googlowałem i googlowałem i nie znalzłem kernel-headers dla 2.6.15-1-686
skąd go wziąć?
jestem początkujący :(
Offline
linux-source-2.6.15 - po rozpakowaniu zrób do niego dowiązania linux (/usr/src) i build (/libmodules/numer.wersji)
No i to pewnie nie jest koniec Twoich kłopotów z kompilacją, wyskoczy kolejny błąd...
Offline
http://packages.debian.org/testing/devel/linux-headers-2.6-686
Szukaj zawsze na http://www.debian.org/distrib/packages
to jest akurat 2.6.15-8, to może przeszukaj pod hasłem linux-headers
Offline
a może tak po prostu użyć
$ apt-cache search linux-headers
dla testinga to będzie pakiet linux-headers-2.6.15-1-686. instalacja:
# apt-get install linux-headers-2.6.15-1-686
Offline
Wielkie dzięki pomogło :)
Ale jak to zwykle bywa pojawił się kolejny problem.
Ładuje moduły ath_hal, wlan, ath_rate_sample, ath_pci
ale nie mam interfejsu ath0 ani wifi0
Przy ifconfig ath0 dostaję Device not found :(
iwconfig nie działa : command not found :(
madwifi-tools zainstalowane
Offline
ok. Mam już iwconfig itd, tylko że mam tylko:
lo
eth0
eth1
czyli dwie sieciówki ethernet-kabel są
Ale ciągle brakuje mi trzeciej ath0 :(
Offline
A na pewno ma być ath0? Ja jak z moim intelem 2200 walczyłem, to też go nie miałem od razu, bo firmware nie było. Dorzuciłem firmware odpowiedni i nadal lipa. Okazało się, że moje WiFi ma eth2 (eth0 - lan, eth1 - firewire). Dodałem ręcznie wpis donetwork interfaces i poszło. Może u ciebie też tak jest, że musisz ręcznie wpisa dodać do konfiga interfejsów?
Offline
U mnie to nie przeszło. Wraz nie mam ath0 ani wifi0 :(
Offline
Moduły które skompilowałeś są chyba dla kart pci, masz taką? Sprawdź w logach co się dzieje jak ładujesz moduły, może są konflikty przerwań.
Aha. Po zainstalowaniu modułów wykonaj w konsoli
depmod -a
Potem wystarczy załadować jeden moduł, potrzebne pójdą jako zależności
modprobe ath_pci
No i sprawdzaj poleceniem
ifconfig -a
Ten interfejs nie jest jeszcze skonfigurowany.
Offline
A próbowałeś po prostu: ifconfig ath0 up? Interfejs trzeba podnieść, sam sie nie podniesie jeśli nie dodałeś konfiguracji w interfaces.
Offline
if config ath0 up
ath0: ERROR while getting interface flags : Nie ma takiego urządzenia.
To samo dostaję przy wifi0 :(
A oto mój nieszczęsny syslog:
Jun 29 09:54:03 AP1 syslogd 1.4.1#18: restart.
Jun 29 09:54:03 AP1 kernel: klogd 1.4.1#18, log source = /proc/kmsg started.
Jun 29 09:54:03 AP1 kernel: Linux version 2.6.15-1-686 (Debian 2.6.15-8) (waldi@debian.org) (gcc version 4.0.3 20060212 (prerelease) (Debian 4.0.2-9)) #2 Mon Mar 6 15:27:08 UTC 2006
Jun 29 09:54:03 AP1 kernel: BIOS-provided physical RAM map:
Jun 29 09:54:03 AP1 kernel: BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
Jun 29 09:54:03 AP1 kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Jun 29 09:54:03 AP1 kernel: BIOS-e820: 0000000000100000 - 0000000007ff0000 (usable)
Jun 29 09:54:03 AP1 kernel: BIOS-e820: 0000000007ff0000 - 0000000007ff0800 (ACPI NVS)
Jun 29 09:54:03 AP1 kernel: BIOS-e820: 0000000007ff0800 - 0000000008000000 (ACPI data)
Jun 29 09:54:03 AP1 kernel: BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Jun 29 09:54:03 AP1 kernel: 0MB HIGHMEM available.
Jun 29 09:54:03 AP1 kernel: 127MB LOWMEM available.
Jun 29 09:54:03 AP1 kernel: On node 0 totalpages: 32752
Jun 29 09:54:03 AP1 kernel: DMA zone: 4096 pages, LIFO batch:0
Jun 29 09:54:03 AP1 kernel: DMA32 zone: 0 pages, LIFO batch:0
Jun 29 09:54:03 AP1 kernel: Normal zone: 28656 pages, LIFO batch:7
Jun 29 09:54:03 AP1 kernel: HighMem zone: 0 pages, LIFO batch:0
Jun 29 09:54:03 AP1 kernel: DMI 2.1 present.
Jun 29 09:54:03 AP1 kernel: ACPI: RSDP (v000 FICinc ) @ 0x000f7e70
Jun 29 09:54:03 AP1 kernel: ACPI: RSDT (v001 FICinc AWRDACPI 0x00000000 0x00000000) @ 0x07ff0800
Jun 29 09:54:03 AP1 kernel: ACPI: FADT (v001 FICinc AWRDACPI 0x00000000 0x00000000) @ 0x07ff0840
Jun 29 09:54:03 AP1 kernel: ACPI: DSDT (v001 FICINC AWRDACPI 0x00001000 MSFT 0x01000004) @ 0x00000000
Jun 29 09:54:03 AP1 kernel: ACPI: PM-Timer IO Port: 0x4008
Jun 29 09:54:03 AP1 kernel: Allocating PCI resources starting at 10000000 (gap: 08000000:f7ff0000)
Jun 29 09:54:03 AP1 kernel: Built 1 zonelists
Jun 29 09:54:03 AP1 kernel: Kernel command line: root=/dev/sda1 ro
Jun 29 09:54:03 AP1 kernel: Local APIC disabled by BIOS — you can enable it with "lapic"
Jun 29 09:54:03 AP1 kernel: mapped APIC to ffffd000 (01101000)
Jun 29 09:54:03 AP1 kernel: Initializing CPU#0
Jun 29 09:54:03 AP1 kernel: PID hash table entries: 512 (order: 9, 8192 bytes)
Jun 29 09:54:03 AP1 kernel: Detected 300.826 MHz processor.
Jun 29 09:54:03 AP1 kernel: Using pmtmr for high-res timesource
Jun 29 09:54:03 AP1 kernel: Console: colour VGA+ 80x25
Jun 29 09:54:03 AP1 kernel: Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Jun 29 09:54:03 AP1 kernel: Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Jun 29 09:54:03 AP1 kernel: Memory: 122296k/131008k available (1425k kernel code, 8212k reserved, 530k data, 144k init, 0k highmem)
Jun 29 09:54:03 AP1 kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Jun 29 09:54:03 AP1 kernel: Calibrating delay using timer specific routine.. 601.84 BogoMIPS (lpj=300921)
Jun 29 09:54:03 AP1 kernel: Security Framework v1.0.0 initialized
Jun 29 09:54:03 AP1 kernel: SELinux: Disabled at boot.
Jun 29 09:54:03 AP1 kernel: Capability LSM initialized
Jun 29 09:54:03 AP1 kernel: Mount-cache hash table entries: 512
Jun 29 09:54:03 AP1 kernel: CPU: After generic identify, caps: 0183f9ff 00000000 00000000 00000000 00000000 00000000 00000000
Jun 29 09:54:03 AP1 kernel: CPU: After vendor identify, caps: 0183f9ff 00000000 00000000 00000000 00000000 00000000 00000000
Jun 29 09:54:03 AP1 kernel: CPU: L1 I cache: 16K, L1 D cache: 16K
Jun 29 09:54:03 AP1 kernel: CPU: L2 cache: 512K
Jun 29 09:54:03 AP1 kernel: CPU: After all inits, caps: 0183f9ff 00000000 00000000 00000040 00000000 00000000 00000000
Jun 29 09:54:03 AP1 kernel: Intel machine check architecture supported.
Jun 29 09:54:03 AP1 kernel: Intel machine check reporting enabled on CPU#0.
Jun 29 09:54:03 AP1 kernel: mtrr: v2.0 (20020519)
Jun 29 09:54:03 AP1 kernel: CPU: Intel Pentium II (Deschutes) stepping 02
Jun 29 09:54:03 AP1 kernel: Enabling fast FPU save and restore... done.
Jun 29 09:54:03 AP1 kernel: Checking 'hlt' instruction... OK.
Jun 29 09:54:03 AP1 kernel: ACPI: setting ELCR to 0200 (from 9c00)
Jun 29 09:54:03 AP1 kernel: checking if image is initramfs... it is
Jun 29 09:54:03 AP1 kernel: Freeing initrd memory: 4592k freed
Jun 29 09:54:03 AP1 kernel: NET: Registered protocol family 16
Jun 29 09:54:03 AP1 kernel: ACPI: bus type pci registered
Jun 29 09:54:03 AP1 kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb310, last bus=1
Jun 29 09:54:03 AP1 kernel: PCI: Using configuration type 1
Jun 29 09:54:03 AP1 kernel: ACPI: Subsystem revision 20050902
Jun 29 09:54:03 AP1 kernel: ACPI: Interpreter enabled
Jun 29 09:54:03 AP1 kernel: ACPI: Using PIC for interrupt routing
Jun 29 09:54:03 AP1 kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Jun 29 09:54:03 AP1 kernel: PCI: Probing PCI hardware (bus 00)
Jun 29 09:54:03 AP1 kernel: ACPI: Assume root bridge [_SB_.PCI0] bus is 0
Jun 29 09:54:03 AP1 kernel: PCI quirk: region 4000-403f claimed by PIIX4 ACPI
Jun 29 09:54:03 AP1 kernel: PCI quirk: region 5f00-5f0f claimed by PIIX4 SMB
Jun 29 09:54:03 AP1 kernel: Boot video device is 0000:00:0b.0
Jun 29 09:54:03 AP1 kernel: ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
Jun 29 09:54:03 AP1 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 *15)
Jun 29 09:54:03 AP1 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Jun 29 09:54:03 AP1 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Jun 29 09:54:03 AP1 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 *12 14 15)
Jun 29 09:54:03 AP1 kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Jun 29 09:54:03 AP1 kernel: pnp: PnP ACPI init
Jun 29 09:54:03 AP1 kernel: pnp: PnP ACPI: found 12 devices
Jun 29 09:54:03 AP1 kernel: PnPBIOS: Disabled by ACPI PNP
Jun 29 09:54:04 AP1 kernel: PCI: Using ACPI for IRQ routing
Jun 29 09:54:04 AP1 kernel: PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
Jun 29 09:54:04 AP1 kernel: PCI: Bridge: 0000:00:01.0
Jun 29 09:54:04 AP1 kernel: IO window: d000-dfff
Jun 29 09:54:04 AP1 kernel: MEM window: disabled.
Jun 29 09:54:04 AP1 kernel: PREFETCH window: disabled.
Jun 29 09:54:04 AP1 kernel: audit: initializing netlink socket (disabled)
Jun 29 09:54:04 AP1 kernel: audit(1151567611.295:1): initialized
Jun 29 09:54:04 AP1 kernel: VFS: Disk quotas dquot_6.5.1
Jun 29 09:54:04 AP1 kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Jun 29 09:54:04 AP1 kernel: Initializing Cryptographic API
Jun 29 09:54:04 AP1 kernel: io scheduler noop registered
Jun 29 09:54:04 AP1 kernel: io scheduler anticipatory registered
Jun 29 09:54:04 AP1 kernel: io scheduler deadline registered
Jun 29 09:54:04 AP1 kernel: io scheduler cfq registered
Jun 29 09:54:04 AP1 kernel: Limiting direct PCI/PCI transfers.
Jun 29 09:54:04 AP1 kernel: isapnp: Scanning for PnP cards...
Jun 29 09:54:04 AP1 kernel: isapnp: No Plug & Play device found
Jun 29 09:54:04 AP1 kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Jun 29 09:54:04 AP1 kernel: PNP: PS/2 controller doesn't have AUX irq; using default 12
Jun 29 09:54:04 AP1 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jun 29 09:54:04 AP1 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 29 09:54:04 AP1 kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
Jun 29 09:54:04 AP1 kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Jun 29 09:54:04 AP1 kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Jun 29 09:54:04 AP1 kernel: 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Jun 29 09:54:04 AP1 kernel: 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Jun 29 09:54:04 AP1 kernel: RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Jun 29 09:54:04 AP1 kernel: NET: Registered protocol family 2
Jun 29 09:54:04 AP1 kernel: IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
Jun 29 09:54:04 AP1 kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Jun 29 09:54:04 AP1 kernel: TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
Jun 29 09:54:04 AP1 kernel: TCP: Hash tables configured (established 8192 bind 8192)
Jun 29 09:54:04 AP1 kernel: TCP reno registered
Jun 29 09:54:04 AP1 kernel: TCP bic registered
Jun 29 09:54:04 AP1 kernel: NET: Registered protocol family 1
Jun 29 09:54:04 AP1 kernel: NET: Registered protocol family 17
Jun 29 09:54:04 AP1 kernel: NET: Registered protocol family 8
Jun 29 09:54:04 AP1 kernel: NET: Registered protocol family 20
Jun 29 09:54:04 AP1 kernel: Using IPI Shortcut mode
Jun 29 09:54:04 AP1 kernel: ACPI wakeup devices:
Jun 29 09:54:04 AP1 kernel: USB0 UAR1 COMB
Jun 29 09:54:04 AP1 kernel: ACPI: (supports S0 S1 S5)
Jun 29 09:54:04 AP1 kernel: Freeing unused kernel memory: 144k freed
Jun 29 09:54:04 AP1 kernel: input: AT Translated Set 2 keyboard as /class/input/input0
Jun 29 09:54:04 AP1 kernel: ACPI: Fan [FAN0] (on)
Jun 29 09:54:04 AP1 kernel: ACPI: CPU0 (power states: C1[C1] C2[C2])
Jun 29 09:54:04 AP1 kernel: ACPI: Processor [CPU0] (supports 8 throttling states)
Jun 29 09:54:04 AP1 kernel: ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
Jun 29 09:54:04 AP1 kernel: PCI: setting IRQ 11 as level-triggered
Jun 29 09:54:04 AP1 kernel: ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
Jun 29 09:54:04 AP1 kernel: 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
Jun 29 09:54:04 AP1 kernel: 0000:00:09.0: 3Com PCI 3c905B Cyclone 100baseTx at c881e000. Vers LK1.1.19
Jun 29 09:54:04 AP1 kernel: ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
Jun 29 09:54:04 AP1 kernel: PCI: setting IRQ 10 as level-triggered
Jun 29 09:54:04 AP1 kernel: ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
Jun 29 09:54:04 AP1 kernel: 0000:00:0a.0: 3Com PCI 3c905C Tornado at c8820000. Vers LK1.1.19
Jun 29 09:54:04 AP1 kernel: SCSI subsystem initialized
Jun 29 09:54:04 AP1 kernel: ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 15
Jun 29 09:54:04 AP1 kernel: PCI: setting IRQ 15 as level-triggered
Jun 29 09:54:04 AP1 kernel: ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [LNKA] -> GSI 15 (level, low) -> IRQ 15
Jun 29 09:54:04 AP1 kernel: sym0: <875> rev 0x4 at pci 0000:00:08.0 irq 15
Jun 29 09:54:04 AP1 kernel: usbcore: registered new driver usbfs
Jun 29 09:54:04 AP1 kernel: usbcore: registered new driver hub
Jun 29 09:54:04 AP1 kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Jun 29 09:54:04 AP1 kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Jun 29 09:54:04 AP1 kernel: sym0: No NVRAM, ID 7, Fast-20, SE, parity checking
Jun 29 09:54:04 AP1 kernel: sym0: SCSI BUS has been reset.
Jun 29 09:54:04 AP1 kernel: scsi0 : sym-2.2.1
Jun 29 09:54:04 AP1 kernel: USB Universal Host Controller Interface driver v2.3
Jun 29 09:54:04 AP1 kernel: PCI: Enabling device 0000:00:07.2 (0000 -> 0001)
Jun 29 09:54:04 AP1 kernel: ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 12
Jun 29 09:54:04 AP1 kernel: PCI: setting IRQ 12 as level-triggered
Jun 29 09:54:04 AP1 kernel: ACPI: PCI Interrupt 0000:00:07.2[D] -> Link [LNKD] -> GSI 12 (level, low) -> IRQ 12
Jun 29 09:54:04 AP1 kernel: uhci_hcd 0000:00:07.2: UHCI Host Controller
Jun 29 09:54:04 AP1 kernel: uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
Jun 29 09:54:04 AP1 kernel: uhci_hcd 0000:00:07.2: irq 12, io base 0x00001000
Jun 29 09:54:04 AP1 kernel: hub 1-0:1.0: USB hub found
Jun 29 09:54:04 AP1 kernel: hub 1-0:1.0: 2 ports detected
Jun 29 09:54:04 AP1 kernel: Vendor: COMPAQ Model: BB00921B91 Rev: 3B07
Jun 29 09:54:04 AP1 kernel: Type: Direct-Access ANSI SCSI revision: 02
Jun 29 09:54:04 AP1 kernel: target0:0:0: tagged command queuing enabled, command queue depth 16.
Jun 29 09:54:04 AP1 kernel: target0:0:0: Beginning Domain Validation
Jun 29 09:54:04 AP1 kernel: target0:0:0: asynchronous.
Jun 29 09:54:04 AP1 kernel: target0:0:0: wide asynchronous.
Jun 29 09:54:04 AP1 kernel: target0:0:0: FAST-20 WIDE SCSI 40.0 MB/s ST (50 ns, offset 15)
Jun 29 09:54:04 AP1 kernel: target0:0:0: Domain Validation skipping write tests
Jun 29 09:54:04 AP1 kernel: target0:0:0: Ending Domain Validation
Jun 29 09:54:04 AP1 kernel: Vendor: IBM-PSG Model: DNES-309170W !# Rev: SAB0
Jun 29 09:54:04 AP1 kernel: Type: Direct-Access ANSI SCSI revision: 03
Jun 29 09:54:04 AP1 kernel: target0:0:2: tagged command queuing enabled, command queue depth 16.
Jun 29 09:54:04 AP1 kernel: target0:0:2: Beginning Domain Validation
Jun 29 09:54:04 AP1 kernel: target0:0:2: asynchronous.
Jun 29 09:54:04 AP1 kernel: target0:0:2: wide asynchronous.
Jun 29 09:54:04 AP1 kernel: target0:0:2: FAST-20 WIDE SCSI 40.0 MB/s ST (50 ns, offset 16)
Jun 29 09:54:04 AP1 kernel: target0:0:2: Domain Validation skipping write tests
Jun 29 09:54:04 AP1 kernel: target0:0:2: Ending Domain Validation
Jun 29 09:54:04 AP1 kernel: 0:0:2:0: phase change 2-3 12@07d40f60 resid=11.
Jun 29 09:54:04 AP1 kernel: PIIX4: IDE controller at PCI slot 0000:00:07.1
Jun 29 09:54:04 AP1 kernel: PIIX4: chipset revision 1
Jun 29 09:54:04 AP1 kernel: PIIX4: not 100%% native mode: will probe irqs later
Jun 29 09:54:04 AP1 kernel: ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio
Jun 29 09:54:04 AP1 kernel: Probing IDE interface ide0...
Jun 29 09:54:04 AP1 kernel: SCSI device sda: 17773524 512-byte hdwr sectors (9100 MB)
Jun 29 09:54:04 AP1 kernel: SCSI device sda: drive cache: write through
Jun 29 09:54:04 AP1 kernel: SCSI device sda: 17773524 512-byte hdwr sectors (9100 MB)
Jun 29 09:54:04 AP1 kernel: SCSI device sda: drive cache: write through
Jun 29 09:54:04 AP1 kernel: sda: sda1 sda2 < sda5 >
Jun 29 09:54:04 AP1 kernel: sd 0:0:0:0: Attached scsi disk sda
Jun 29 09:54:04 AP1 kernel: SCSI device sdb: 17774160 512-byte hdwr sectors (9100 MB)
Jun 29 09:54:04 AP1 kernel: SCSI device sdb: drive cache: write through
Jun 29 09:54:04 AP1 kernel: SCSI device sdb: 17774160 512-byte hdwr sectors (9100 MB)
Jun 29 09:54:04 AP1 kernel: SCSI device sdb: drive cache: write through
Jun 29 09:54:04 AP1 kernel: sdb: sdb1
Jun 29 09:54:04 AP1 kernel: sd 0:0:2:0: Attached scsi disk sdb
Jun 29 09:54:04 AP1 kernel: hda: LG CD-ROM CRD-8522B, ATAPI CD/DVD-ROM drive
Jun 29 09:54:04 AP1 kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Jun 29 09:54:04 AP1 kernel: hda: ATAPI 52X CD-ROM drive, 128kB Cache, DMA
Jun 29 09:54:04 AP1 kernel: Uniform CD-ROM driver Revision: 3.20
Jun 29 09:54:04 AP1 kernel: Attempting manual resume
Jun 29 09:54:04 AP1 kernel: kjournald starting. Commit interval 5 seconds
Jun 29 09:54:04 AP1 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Jun 29 09:54:04 AP1 kernel: mice: PS/2 mouse device common for all mice
Jun 29 09:54:04 AP1 kernel: input: PC Speaker as /class/input/input1
Jun 29 09:54:04 AP1 kernel: Floppy drive(s): fd0 is 1.44M
Jun 29 09:54:04 AP1 kernel: FDC 0 is a post-1991 82077
Jun 29 09:54:04 AP1 kernel: parport: PnPBIOS parport detected.
Jun 29 09:54:04 AP1 kernel: parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
Jun 29 09:54:04 AP1 kernel: piix4_smbus 0000:00:07.3: Found 0000:00:07.3 device
Jun 29 09:54:04 AP1 kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jun 29 09:54:04 AP1 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 29 09:54:04 AP1 kernel: Real Time Clock Driver v1.12
Jun 29 09:54:04 AP1 kernel: Linux agpgart interface v0.101 (c) Dave Jones
Jun 29 09:54:04 AP1 kernel: agpgart: Detected an Intel 440BX Chipset.
Jun 29 09:54:04 AP1 kernel: agpgart: AGP aperture is 64M @ 0xe0000000
Jun 29 09:54:04 AP1 kernel: Adding 369452k swap on /dev/sda5. Priority:-1 extents:1 across:369452k
Jun 29 09:54:04 AP1 kernel: EXT3 FS on sda1, internal journal
Jun 29 09:54:04 AP1 kernel: Probing IDE interface ide1...
Jun 29 09:54:04 AP1 kernel: device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
Jun 29 09:54:04 AP1 kernel: ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
Jun 29 09:54:04 AP1 kernel: ACPI: Power Button (FF) [PWRF]
Jun 29 09:54:11 AP1 lpd[3546]: restarted
Jun 29 09:54:11 AP1 nmbd[3555]: [2006/06/29 09:54:11, 0] param/loadparm.c:map_parameter(2649)
Jun 29 09:54:11 AP1 nmbd[3555]: Unknown parameter encountered: "map to quest"
Jun 29 09:54:11 AP1 nmbd[3555]: [2006/06/29 09:54:11, 0] param/loadparm.c:lp_do_parameter(3394)
Jun 29 09:54:11 AP1 nmbd[3555]: Ignoring unknown parameter "map to quest"
Jun 29 09:54:12 AP1 smbd[3557]: [2006/06/29 09:54:12, 0] param/loadparm.c:map_parameter(2649)
Jun 29 09:54:12 AP1 smbd[3557]: Unknown parameter encountered: "map to quest"
Jun 29 09:54:12 AP1 smbd[3557]: [2006/06/29 09:54:12, 0] param/loadparm.c:lp_do_parameter(3394)
Jun 29 09:54:12 AP1 smbd[3557]: Ignoring unknown parameter "map to quest"
Jun 29 09:54:13 AP1 rpc.statd[3583]: Version 1.0.8 Starting
Jun 29 09:54:13 AP1 /usr/sbin/cron[3596]: (CRON) INFO (pidfile fd = 3)
Jun 29 09:54:13 AP1 /usr/sbin/cron[3597]: (CRON) STARTUP (fork ok)
Jun 29 09:54:13 AP1 /usr/sbin/cron[3597]: (CRON) INFO (Running @reboot jobs)
Offline
Wrzuciłem kartę do WinXP i poszła bez problemu.
Więc zrobiłem format i postawiłem jeszcze raz linuxa i zrobiłem wszystko wg powyższego opisu.
Po kolei:
źródła
kernel-headers
wireless-tool
madwifi-ng-current
Wszystko poszło bez problemu
Efekt bez zmian- wraz nie mam ath0
Co jest nie tak? :(
Offline
A moduł ath_pci ładujesz ? Pokaż lsmod, po to sie wydaje mało prawdopodobne.
Offline
Trudno się dopatrzeć czegoś o tej karcie w syslog, albo moduł nie jest załadowany, albo jej nie widzi system z innego powodu - może jest wpięta na jakiejś karcie rozszerzeń PCI?
Załaduj moduł
modprobe nazwa_modułu
Pokaż wyniki poleceń
lspci
lspci -n
lsmod
cat /proc/interrupts
dmesg
To karta na PCI, PCMCIA? Jak możesz odczytaj jej pci id pod windows, moze ze sterownika (plik.inf).
Przejrzyj te linki
http://madwifi.org/
http://madwifi.org/wiki/Compatibility
http://madwifi.org/wiki/UserDocs/FirstTimeHowTo
http://www.fehu.org/index.php/Debian/AtherosCardsWithDebian
http://linux.seindal.dk/item23.html
Karta powinna być widoczna w systemie (lspci...), a po poprawnym załadowaniu sterownika, powinna dać się podnieść i konfigurować
(ifconfig -a
ifconfig ath0 up)
Offline
Karta na PCI.
Przy modprobe ath_pci dostaję:
ath_hal: module license 'Proprietary' taints kernel.
ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413)
wlan: 0.8.6.0 (EXPERIMENTAL)
ath_rate_sample: 1.2
ath_pci: 0.9.6.0 (EXPERIMENTAL)
lspci nie działa - command not found.
co do lsmod to zalazłem w /var/log/installer/hardware-summary:
lsmod: Module Size Used by
lsmod: nls_cp437 5888 0
lsmod: qnx4 10992 0
lsmod: ntfs 187664 0
lsmod: xfs 492248 0
lsmod: exportfs 5504 1 xfs
lsmod: reiserfs 225264 0
lsmod: jfs 160476 0
lsmod: ext3 117768 1
lsmod: jbd 48404 1 ext3
lsmod: vfat 11776 0
lsmod: fat 46236 1 vfat
lsmod: 3c59x 40744 0
lsmod: mii 5248 1 3c59x
lsmod: nls_iso8859_1 4224 0
lsmod: rsrc_nonstatic 12288 0
lsmod: pcmcia_core 38032 1 rsrc_nonstatic
lsmod: isofs 32824 0
lsmod: ide_cd 36612 0
lsmod: cdrom 33568 1 ide_cd
lsmod: ide_disk 16128 0
lsmod: ide_generic 1408 0 [permanent]
lsmod: pdc202xx_new 8064 0 [permanent]
lsmod: aec62xx 6784 0 [permanent]
lsmod: alim15x3 11148 0 [permanent]
lsmod: amd74xx 13084 0 [permanent]
lsmod: atiixp 5392 0 [permanent]
lsmod: cmd64x 10268 0 [permanent]
lsmod: cs5520 4608 0 [permanent]
lsmod: cs5530 4864 0 [permanent]
lsmod: cs5535 6016 0 [permanent]
lsmod: cy82c693 4484 0 [permanent]
lsmod: hpt34x 4992 0 [permanent]
lsmod: it821x 7940 0 [permanent]
lsmod: ns87415 4168 0 [permanent]
lsmod: opti621 4100 0 [permanent]
lsmod: pdc202xx_old 9856 0 [permanent]
lsmod: rz1000 2688 0 [permanent]
lsmod: sc1200 6784 0 [permanent]
lsmod: serverworks 8584 0 [permanent]
lsmod: siimage 11264 0 [permanent]
lsmod: sis5513 14216 0 [permanent]
lsmod: slc90e66 5248 0 [permanent]
lsmod: triflex 3712 0 [permanent]
lsmod: trm290 4100 0 [permanent]
lsmod: via82cxxx 8452 0 [permanent]
lsmod: floppy 54980 0
lsmod: usb_storage 65088 0
lsmod: vga16fb 12168 2
lsmod: vgastate 8192 1 vga16fb
lsmod: sd_mod 17424 3
lsmod: thermal 13576 0
lsmod: processor 23104 1 thermal
lsmod: fan 4868 0
lsmod: generic 4484 0 [permanent]
lsmod: parport_pc 32324 0
lsmod: parport 31944 1 parport_pc
lsmod: uhci_hcd 28432 0
lsmod: usbcore 113540 3 usb_storage,uhci_hcd
lsmod: sym53c8xx 71700 2
lsmod: scsi_transport_spi 19584 1 sym53c8xx
lsmod: scsi_mod 125928 4 usb_storage,sd_mod,sym53c8xx,scsi_transport_spi
lsmod: piix 9220 0 [permanent]
lsmod: ide_core 112544 30 ide_cd,ide_disk,ide_generic,pdc202xx_new,aec62xx,alim15x3,amd74xx,atiixp,cmd64x,cs5520,cs5530,cs5535,cy82c693,hpt34x,it821x,ns87415,opti621,pdc202xx_old,rz1000,sc1200,serverworks,siimage,sis5513,slc90e66,triflex,trm290,via82cxxx,usb_storage,generic,piix
interrupts:
CPU0
0: 1750541 XT-PIC timer
1: 5354 XT-PIC i8042
2: 0 XT-PIC cascade
7: 0 XT-PIC parport0
8: 4 XT-PIC rtc
9: 0 XT-PIC acpi
11: 1627 XT-PIC eth0
12: 1 XT-PIC uhci_hcd:usb1
14: 63 XT-PIC ide0
15: 2517 XT-PIC sym53c8xx
NMI: 0
LOC: 0
ERR: 0
MIS: 0
dmesg:
Linux version 2.6.15-1-686 (Debian 2.6.15-8) (waldi@debian.org) (gcc version 4.0.3 20060212 (prerelease) (Debian 4.0.2-9)) #2 Mon Mar 6 15:27:08 UTC 2006
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 0000000007ff0000 (usable)
BIOS-e820: 0000000007ff0000 - 0000000007ff0800 (ACPI NVS)
BIOS-e820: 0000000007ff0800 - 0000000008000000 (ACPI data)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
127MB LOWMEM available.
On node 0 totalpages: 32752
DMA zone: 4096 pages, LIFO batch:0
DMA32 zone: 0 pages, LIFO batch:0
Normal zone: 28656 pages, LIFO batch:7
HighMem zone: 0 pages, LIFO batch:0
DMI 2.1 present.
ACPI: RSDP (v000 FICinc ) @ 0x000f7e70
ACPI: RSDT (v001 FICinc AWRDACPI 0x00000000 0x00000000) @ 0x07ff0800
ACPI: FADT (v001 FICinc AWRDACPI 0x00000000 0x00000000) @ 0x07ff0840
ACPI: DSDT (v001 FICINC AWRDACPI 0x00001000 MSFT 0x01000004) @ 0x00000000
ACPI: PM-Timer IO Port: 0x4008
Allocating PCI resources starting at 10000000 (gap: 08000000:f7ff0000)
Built 1 zonelists
Kernel command line: root=/dev/sda1 ro
Local APIC disabled by BIOS — you can enable it with "lapic"
mapped APIC to ffffd000 (01101000)
Initializing CPU#0
PID hash table entries: 512 (order: 9, 8192 bytes)
Detected 300.803 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 122296k/131008k available (1425k kernel code, 8208k reserved, 530k data, 144k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 601.85 BogoMIPS (lpj=300925)
Security Framework v1.0.0 initialized
SELinux: Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0183f9ff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 0183f9ff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 512K
CPU: After all inits, caps: 0183f9ff 00000000 00000000 00000040 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
mtrr: v2.0 (20020519)
CPU: Intel Pentium II (Deschutes) stepping 02
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
ACPI: setting ELCR to 0200 (from 9c00)
checking if image is initramfs... it is
Freeing initrd memory: 4591k freed
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfb310, last bus=1
PCI: Using configuration type 1
ACPI: Subsystem revision 20050902
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [_SB_.PCI0] bus is 0
PCI quirk: region 4000-403f claimed by PIIX4 ACPI
PCI quirk: region 5f00-5f0f claimed by PIIX4 SMB
Boot video device is 0000:00:0b.0
ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 *15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 *12 14 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 12 devices
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
PCI: Bridge: 0000:00:01.0
IO window: d000-dfff
MEM window: disabled.
PREFETCH window: disabled.
audit: initializing netlink socket (disabled)
audit(1151747316.999:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
Limiting direct PCI/PCI transfers.
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
PNP: PS/2 controller doesn't have AUX irq; using default 12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 8
NET: Registered protocol family 20
Using IPI Shortcut mode
ACPI wakeup devices:
USB0 UAR1 COMB
ACPI: (supports S0 S1 S5)
Freeing unused kernel memory: 144k freed
input: AT Translated Set 2 keyboard as /class/input/input0
ACPI: Fan [FAN0] (on)
ACPI: CPU0 (power states: C1[C1] C2[C2])
ACPI: Processor [CPU0] (supports 8 throttling states)
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
0000:00:09.0: 3Com PCI 3c905B Cyclone 100baseTx at c881e000. Vers LK1.1.19
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
0000:00:0a.0: 3Com PCI 3c905C Tornado at c8820000. Vers LK1.1.19
SCSI subsystem initialized
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 15
PCI: setting IRQ 15 as level-triggered
ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [LNKA] -> GSI 15 (level, low) -> IRQ 15
sym0: <875> rev 0x4 at pci 0000:00:08.0 irq 15
usbcore: registered new driver usbfs
usbcore: registered new driver hub
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
sym0: No NVRAM, ID 7, Fast-20, SE, parity checking
sym0: SCSI BUS has been reset.
scsi0 : sym-2.2.1
USB Universal Host Controller Interface driver v2.3
PCI: Enabling device 0000:00:07.2 (0000 -> 0001)
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 12
PCI: setting IRQ 12 as level-triggered
ACPI: PCI Interrupt 0000:00:07.2[D] -> Link [LNKD] -> GSI 12 (level, low) -> IRQ 12
uhci_hcd 0000:00:07.2: UHCI Host Controller
uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:07.2: irq 12, io base 0x00001000
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
Vendor: COMPAQ Model: BB00921B91 Rev: 3B07
Type: Direct-Access ANSI SCSI revision: 02
target0:0:0: tagged command queuing enabled, command queue depth 16.
target0:0:0: Beginning Domain Validation
target0:0:0: asynchronous.
target0:0:0: wide asynchronous.
target0:0:0: FAST-20 WIDE SCSI 40.0 MB/s ST (50 ns, offset 15)
target0:0:0: Domain Validation skipping write tests
target0:0:0: Ending Domain Validation
Vendor: IBM-PSG Model: DNES-309170W !# Rev: SAB0
Type: Direct-Access ANSI SCSI revision: 03
target0:0:2: tagged command queuing enabled, command queue depth 16.
target0:0:2: Beginning Domain Validation
target0:0:2: asynchronous.
target0:0:2: wide asynchronous.
target0:0:2: FAST-20 WIDE SCSI 40.0 MB/s ST (50 ns, offset 16)
target0:0:2: Domain Validation skipping write tests
target0:0:2: Ending Domain Validation
0:0:2:0: phase change 2-3 12@07cf4f60 resid=11.
PIIX4: IDE controller at PCI slot 0000:00:07.1
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio
Probing IDE interface ide0...
SCSI device sda: 17773524 512-byte hdwr sectors (9100 MB)
SCSI device sda: drive cache: write through
SCSI device sda: 17773524 512-byte hdwr sectors (9100 MB)
SCSI device sda: drive cache: write through
sda: sda1 sda2 < sda5 >
sd 0:0:0:0: Attached scsi disk sda
SCSI device sdb: 17774160 512-byte hdwr sectors (9100 MB)
SCSI device sdb: drive cache: write through
SCSI device sdb: 17774160 512-byte hdwr sectors (9100 MB)
SCSI device sdb: drive cache: write through
sdb: sdb1
sd 0:0:2:0: Attached scsi disk sdb
hda: LG CD-ROM CRD-8522B, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: ATAPI 52X CD-ROM drive, 128kB Cache, DMA
Uniform CD-ROM driver Revision: 3.20
Attempting manual resume
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
mice: PS/2 mouse device common for all mice
input: PC Speaker as /class/input/input1
Floppy drive(s): fd0 is 1.44M
Real Time Clock Driver v1.12
FDC 0 is a post-1991 82077
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
piix4_smbus 0000:00:07.3: Found 0000:00:07.3 device
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel 440BX Chipset.
agpgart: AGP aperture is 64M @ 0xe0000000
Adding 369452k swap on /dev/sda5. Priority:-1 extents:1 across:369452k
EXT3 FS on sda1, internal journal
Probing IDE interface ide1...
device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
Offline
Ech, lsmod to polecenie listujące załadowane moduły jądra. Użyj go po załadowaniu modułu ath_pci poleceniem modprobe. Jeśli po załadowaniu modułu lsmod wyświetli że jest załadowany powinienś móc z powodzeniem podnieść interfejs ath0 poleceniem ifconfig ath0 up. Wystarczająco łopatologicznie?
Offline
Wiem że lsmod pokazuje załadowane moduły a modprobe je ładuje. Tylko nie wiem jak przejżeć lsmod bo nie mam x-ów a jak wpisze lsmod to widze tylko ostatni ekran modułów.
Po modprobe ath_pci nic nie daje ifconfig ath0 up więc modułu nie ładuje.
Jeszcze jedno pytanie: W jakim pakiecie jest komenda lspci? Bo jej nie mam :(
Offline
pciutils zawiera polecenie lspci
lsmod > plik.txt tak skierujesz wynik polecenia do pliku.
Offline
A oto wyniki:
lspci:
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 02)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 02)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:08.0 SCSI storage controller: LSI Logic / Symbios Logic 53c875 (rev 04)
00:09.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 64)
00:0a.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 74)
00:0b.0 VGA compatible controller: S3 Inc. ViRGE/DX or /GX (rev 01)
lspci -n:
00:00.0 0600: 8086:7190 (rev 02)
00:01.0 0604: 8086:7191 (rev 02)
00:07.0 0601: 8086:7110 (rev 02)
00:07.1 0101: 8086:7111 (rev 01)
00:07.2 0c03: 8086:7112 (rev 01)
00:07.3 0680: 8086:7113 (rev 02)
00:08.0 0100: 1000:000f (rev 04)
00:09.0 0200: 10b7:9055 (rev 64)
00:0a.0 0200: 10b7:9200 (rev 74)
00:0b.0 0300: 5333:8a01 (rev 01)
lsmod:
Module Size Used by
ipv6 221696 6
ath_pci 69724 0
ath_rate_sample 13928 1 ath_pci
wlan 122780 2 ath_pci,ath_rate_sample
ath_hal 147984 2 ath_pci,ath_rate_sample
nls_iso8859_1 3936 0
isofs 32792 0
udf 73604 0
button 6448 0
ac 4676 0
battery 9412 0
dm_mod 51160 0
ide_generic 1120 0 [permanent]
ide_disk 15712 0
intel_agp 20796 1
agpgart 31400 1 intel_agp
shpchp 39712 0
pci_hotplug 24756 1 shpchp
rtc 11316 0
pcspkr 1668 0
i2c_piix4 8240 0
i2c_core 19280 1 i2c_piix4
psmouse 32356 0
floppy 54628 0
parport_pc 32036 0
parport 31624 1 parport_pc
serio_raw 6468 0
joydev 8864 0
evdev 8800 0
mousedev 10496 0
ext3 117768 1
jbd 48404 1 ext3
mbcache 8484 1 ext3
ide_cd 36484 0
cdrom 33280 1 ide_cd
sd_mod 17136 3
piix 8964 0 [permanent]
uhci_hcd 28016 0
generic 4260 0 [permanent]
ide_core 112800 5 ide_generic,ide_disk,ide_cd,piix,generic
usbcore 113284 2 uhci_hcd
sym53c8xx 71444 2
scsi_transport_spi 19232 1 sym53c8xx
scsi_mod 125736 3 sd_mod,sym53c8xx,scsi_transport_spi
3c59x 39432 0
mii 5056 1 3c59x
thermal 13416 0
processor 22912 1 thermal
fan 4580 0
cat /proc/interrupts:
CPU0
0: 965267 XT-PIC timer
1: 1503 XT-PIC i8042
2: 0 XT-PIC cascade
7: 0 XT-PIC parport0
8: 4 XT-PIC rtc
9: 0 XT-PIC acpi
11: 3215 XT-PIC eth0
12: 1 XT-PIC uhci_hcd:usb1
14: 170 XT-PIC ide0
15: 4751 XT-PIC sym53c8xx
NMI: 0
LOC: 0
ERR: 0
MIS: 0
dmesg:
Linux version 2.6.15-1-686 (Debian 2.6.15-8) (waldi@debian.org) (gcc version 4.0.3 20060212 (prerelease) (Debian 4.0.2-9)) #2 Mon Mar 6 15:27:08 UTC 2006
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 0000000007ff0000 (usable)
BIOS-e820: 0000000007ff0000 - 0000000007ff0800 (ACPI NVS)
BIOS-e820: 0000000007ff0800 - 0000000008000000 (ACPI data)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
127MB LOWMEM available.
On node 0 totalpages: 32752
DMA zone: 4096 pages, LIFO batch:0
DMA32 zone: 0 pages, LIFO batch:0
Normal zone: 28656 pages, LIFO batch:7
HighMem zone: 0 pages, LIFO batch:0
DMI 2.1 present.
ACPI: RSDP (v000 FICinc ) @ 0x000f7e70
ACPI: RSDT (v001 FICinc AWRDACPI 0x00000000 0x00000000) @ 0x07ff0800
ACPI: FADT (v001 FICinc AWRDACPI 0x00000000 0x00000000) @ 0x07ff0840
ACPI: DSDT (v001 FICINC AWRDACPI 0x00001000 MSFT 0x01000004) @ 0x00000000
ACPI: PM-Timer IO Port: 0x4008
Allocating PCI resources starting at 10000000 (gap: 08000000:f7ff0000)
Built 1 zonelists
Kernel command line: root=/dev/sda1 ro
Local APIC disabled by BIOS — you can enable it with "lapic"
mapped APIC to ffffd000 (01101000)
Initializing CPU#0
PID hash table entries: 512 (order: 9, 8192 bytes)
Detected 300.699 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 122296k/131008k available (1425k kernel code, 8208k reserved, 530k data, 144k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 601.85 BogoMIPS (lpj=300927)
Security Framework v1.0.0 initialized
SELinux: Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0183f9ff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 0183f9ff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 512K
CPU: After all inits, caps: 0183f9ff 00000000 00000000 00000040 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
mtrr: v2.0 (20020519)
CPU: Intel Pentium II (Deschutes) stepping 02
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
ACPI: setting ELCR to 0200 (from 9c00)
checking if image is initramfs... it is
Freeing initrd memory: 4591k freed
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfb310, last bus=1
PCI: Using configuration type 1
ACPI: Subsystem revision 20050902
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [_SB_.PCI0] bus is 0
PCI quirk: region 4000-403f claimed by PIIX4 ACPI
PCI quirk: region 5f00-5f0f claimed by PIIX4 SMB
Boot video device is 0000:00:0b.0
ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 *15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 *12 14 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 12 devices
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
PCI: Bridge: 0000:00:01.0
IO window: d000-dfff
MEM window: disabled.
PREFETCH window: disabled.
audit: initializing netlink socket (disabled)
audit(1152089082.265:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
Limiting direct PCI/PCI transfers.
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
PNP: PS/2 controller doesn't have AUX irq; using default 12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 8
NET: Registered protocol family 20
Using IPI Shortcut mode
ACPI wakeup devices:
USB0 UAR1 COMB
ACPI: (supports S0 S1 S5)
Freeing unused kernel memory: 144k freed
input: AT Translated Set 2 keyboard as /class/input/input0
ACPI: Fan [FAN0] (on)
ACPI: CPU0 (power states: C1[C1] C2[C2])
ACPI: Processor [CPU0] (supports 8 throttling states)
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
0000:00:09.0: 3Com PCI 3c905B Cyclone 100baseTx at c881e000. Vers LK1.1.19
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
0000:00:0a.0: 3Com PCI 3c905C Tornado at c8820000. Vers LK1.1.19
SCSI subsystem initialized
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 15
PCI: setting IRQ 15 as level-triggered
ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [LNKA] -> GSI 15 (level, low) -> IRQ 15
sym0: <875> rev 0x4 at pci 0000:00:08.0 irq 15
usbcore: registered new driver usbfs
usbcore: registered new driver hub
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
sym0: No NVRAM, ID 7, Fast-20, SE, parity checking
sym0: SCSI BUS has been reset.
scsi0 : sym-2.2.1
USB Universal Host Controller Interface driver v2.3
PCI: Enabling device 0000:00:07.2 (0000 -> 0001)
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 12
PCI: setting IRQ 12 as level-triggered
ACPI: PCI Interrupt 0000:00:07.2[D] -> Link [LNKD] -> GSI 12 (level, low) -> IRQ 12
uhci_hcd 0000:00:07.2: UHCI Host Controller
uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:07.2: irq 12, io base 0x00001000
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
Vendor: COMPAQ Model: BB00921B91 Rev: 3B07
Type: Direct-Access ANSI SCSI revision: 02
target0:0:0: tagged command queuing enabled, command queue depth 16.
target0:0:0: Beginning Domain Validation
target0:0:0: asynchronous.
target0:0:0: wide asynchronous.
target0:0:0: FAST-20 WIDE SCSI 40.0 MB/s ST (50 ns, offset 15)
target0:0:0: Domain Validation skipping write tests
target0:0:0: Ending Domain Validation
Vendor: IBM-PSG Model: DNES-309170W !# Rev: SAB0
Type: Direct-Access ANSI SCSI revision: 03
target0:0:2: tagged command queuing enabled, command queue depth 16.
target0:0:2: Beginning Domain Validation
target0:0:2: asynchronous.
target0:0:2: wide asynchronous.
target0:0:2: FAST-20 WIDE SCSI 40.0 MB/s ST (50 ns, offset 16)
target0:0:2: Domain Validation skipping write tests
target0:0:2: Ending Domain Validation
0:0:2:0: phase change 2-3 12@07d3df60 resid=11.
PIIX4: IDE controller at PCI slot 0000:00:07.1
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio
Probing IDE interface ide0...
SCSI device sda: 17773524 512-byte hdwr sectors (9100 MB)
SCSI device sda: drive cache: write through
SCSI device sda: 17773524 512-byte hdwr sectors (9100 MB)
SCSI device sda: drive cache: write through
sda: sda1 sda2 < sda5 >
sd 0:0:0:0: Attached scsi disk sda
SCSI device sdb: 17774160 512-byte hdwr sectors (9100 MB)
SCSI device sdb: drive cache: write through
SCSI device sdb: 17774160 512-byte hdwr sectors (9100 MB)
SCSI device sdb: drive cache: write through
sdb: sdb1
sd 0:0:2:0: Attached scsi disk sdb
hda: LG CD-ROM CRD-8522B, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: ATAPI 52X CD-ROM drive, 128kB Cache, DMA
Uniform CD-ROM driver Revision: 3.20
Attempting manual resume
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald starting. Commit interval 5 seconds
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
mice: PS/2 mouse device common for all mice
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
piix4_smbus 0000:00:07.3: Found 0000:00:07.3 device
input: PC Speaker as /class/input/input1
Real Time Clock Driver v1.12
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel 440BX Chipset.
agpgart: AGP aperture is 64M @ 0xe0000000
Adding 369452k swap on /dev/sda5. Priority:-1 extents:1 across:369452k
EXT3 FS on sda1, internal journal
Probing IDE interface ide1...
device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
ACPI: Power Button (FF) [PWRF]
cdrom: open failed.
cdrom: open failed.
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
ath_hal: module license 'Proprietary' taints kernel.
ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413)
wlan: 0.8.6.0 (EXPERIMENTAL)
ath_rate_sample: 1.2
ath_pci: 0.9.6.0 (EXPERIMENTAL)
ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
eth0: no IPv6 routers present
Myślałem że mam slot pci walnięty więc wyjąłem jednego 3com-a i włożyłem w to miejsce wifi, ale żadnej zmiany nie było :(
Nie wiem już co robić. Nigdzie tej karty nie widzę :(
Offline
Time (s) | Query |
---|---|
0.00011 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00093 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.137.187.81' WHERE u.id=1 |
0.00078 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.137.187.81', 1738346502) |
0.00045 | SELECT * FROM punbb_online WHERE logged<1738346202 |
0.00044 | SELECT topic_id FROM punbb_posts WHERE id=33702 |
0.00005 | SELECT id FROM punbb_posts WHERE topic_id=4270 ORDER BY posted |
0.00054 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=4270 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00309 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=4270 ORDER BY p.id LIMIT 0,25 |
0.00098 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=4270 |
Total query time: 0.00746 s |