You are not logged in.

#1 2008-10-22 16:43:22

czarnym
Member
Registered: 2008-10-22
Posts: 5

[solved]Problem with tp-link model: tl-wn322g

Hello. I have very strange and anoying problem. I bought TP-LINK tl-wn322g http://www.tp-link.com/products/product_des.asp?id=112 -USB wifi. At the moment I'm trying to make it work(I red wiki and search the forum). Here's what i did:

type: ifconfig -a

eth0      Link encap:Ethernet  HWaddr 00:16:36:F1:56:CE  
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::216:36ff:fef1:56ce/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1403 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1569 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:805369 (786.4 Kb)  TX bytes:268235 (261.9 Kb)
          Interrupt:20 Base address:0x4000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:10 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:500 (500.0 b)  TX bytes:500 (500.0 b)

wlan0     Link encap:Ethernet  HWaddr 00:21:27:C1:ED:7A  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wlan1     Link encap:Ethernet  HWaddr 00:14:A5:B8:7C:07  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wmaster0  Link encap:UNSPEC  HWaddr 00-21-27-C1-ED-7A-00-00-00-00-00-00-00-00-00-00  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wmaster1  Link encap:UNSPEC  HWaddr 00-14-A5-B8-7C-07-00-00-00-00-00-00-00-00-00-00  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

Interesting one is wlan1. Wlan0 is wifi card that is inside my laptopbut there's a hardwere problem with it: somethimes it works somethimes not neutral.

type: ifconfig wlan1 up

SIOCSIFFLAGS: No such file or directory

type: iwlist scan

lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

wmaster1  Interface doesn't support scanning.

wlan1     Interface doesn't support scanning : Network is down

wmaster0  Interface doesn't support scanning.

wlan0     Interface doesn't support scanning : Network is down

I tried to follow this tread: http://bbs.archlinux.org/viewtopic.php?id=51454, but when it comes to install:
type: make (błąd 1 is of course error 1 wink, etc)

bash-3.2# make
make[1]: Wejście do katalogu `/usr/src/linux-2.6.27-ARCH'
  CC [M]  /home/robert/wifi/rt73-k2wrlz-3.0.0/Module/rtmp_main.o
  CC [M]  /home/robert/wifi/rt73-k2wrlz-3.0.0/Module/mlme.o
  CC [M]  /home/robert/wifi/rt73-k2wrlz-3.0.0/Module/connect.o
  CC [M]  /home/robert/wifi/rt73-k2wrlz-3.0.0/Module/rtusb_bulk.o
  CC [M]  /home/robert/wifi/rt73-k2wrlz-3.0.0/Module/rtusb_io.o
  CC [M]  /home/robert/wifi/rt73-k2wrlz-3.0.0/Module/sync.o
  CC [M]  /home/robert/wifi/rt73-k2wrlz-3.0.0/Module/assoc.o
  CC [M]  /home/robert/wifi/rt73-k2wrlz-3.0.0/Module/auth.o
  CC [M]  /home/robert/wifi/rt73-k2wrlz-3.0.0/Module/auth_rsp.o
  CC [M]  /home/robert/wifi/rt73-k2wrlz-3.0.0/Module/rtusb_data.o
  CC [M]  /home/robert/wifi/rt73-k2wrlz-3.0.0/Module/rtmp_init.o
/home/robert/wifi/rt73-k2wrlz-3.0.0/Module/rtmp_init.c: In function 'KillThreads':
/home/robert/wifi/rt73-k2wrlz-3.0.0/Module/rtmp_init.c:185: error: implicit declaration of function 'kill_proc'
/home/robert/wifi/rt73-k2wrlz-3.0.0/Module/rtmp_init.c: In function 'LoadFirmware':
/home/robert/wifi/rt73-k2wrlz-3.0.0/Module/rtmp_init.c:1582: warning: format '%d' expects type 'int', but argument 2 has type 'size_t'
/home/robert/wifi/rt73-k2wrlz-3.0.0/Module/rtmp_init.c:1591: warning: assignment discards qualifiers from pointer target type
make[2]: *** [/home/robert/wifi/rt73-k2wrlz-3.0.0/Module/rtmp_init.o] Błąd 1
make[1]: *** [_module_/home/robert/wifi/rt73-k2wrlz-3.0.0/Module] Błąd 2
make[1]: Opuszczenie katalogu `/usr/src/linux-2.6.27-ARCH'
rt73.ko failed to build!
make: *** [module] Błąd 1

If anybody has any ideas, please help smile.

SOLUTION: see last post

Last edited by czarnym (2008-11-05 14:41:49)

Offline

#2 2008-10-22 21:20:19

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [solved]Problem with tp-link model: tl-wn322g

What's the chipset and driver for that wlan stick?
lsusb and dmesg output?


1000

Offline

#3 2008-10-22 21:53:43

czarnym
Member
Registered: 2008-10-22
Posts: 5

Re: [solved]Problem with tp-link model: tl-wn322g

As U wish:

bash-3.2# lsusb 
Bus 002 Device 002: ID 046d:c046 Logitech, Inc. 
Bus 002 Device 001: ID 1d6b:0001  
Bus 001 Device 008: ID 0ace:1215 ZyDAS WLA-54L WiFi
Bus 001 Device 004: ID 05ca:1870 Ricoh Co., Ltd 
Bus 001 Device 001: ID 1d6b:0002
bash-3.2# dmesg | tail
NTFS-fs warning (device sdb1): ntfs_filldir(): Skipping unrepresentable inode 0x1516f.
usb 1-6: USB disconnect, address 7
usb 1-1: USB disconnect, address 6
liczba_pierwsza[15584] trap divide error ip:40093f sp:7fffbd5edb90 error:0 in liczba_pierwsza.bin[400000+1000]
liczba_pierwsza[15930] trap divide error ip:400946 sp:7fff9b7f5da0 error:0 in liczba_pierwsza.bin[400000+1000]
usb 1-1: new high speed USB device using ehci_hcd and address 8
usb 1-1: configuration #1 chosen from 1 choice
usb 1-1: reset high speed USB device using ehci_hcd and address 8
phy3: Selected rate control algorithm 'pid'
zd1211rw 1-1:1.0: phy3

btw: have U ever drunk zywiec beer? It's the best smile

Offline

#4 2008-10-22 22:09:47

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [solved]Problem with tp-link model: tl-wn322g

0ace:1215 should be widely supported, see http://linuxwireless.org/en/users/Drive … rw/devices

Did you install the zd1211-firmware package? In any case I'd suggest to post the full dmesg.


1000

Offline

#5 2008-10-23 18:54:33

jupi
Member
Registered: 2008-10-23
Posts: 3

Re: [solved]Problem with tp-link model: tl-wn322g

Hey,

I've got the same stick and try to use the zydas1211rw-driver, but scanning for access points does not work.
iwlist wlan1 scan exits complaining that the network is down, trying to bring the interface manually up via ifconfig fails with SIOCSIFFLAGS: No such device.

The dmesg output is:

usb 2-2: new high speed USB device using ehci_hcd and address 8
usb 2-2: configuration #1 chosen from 1 choice
usb 2-2: reset high speed USB device using ehci_hcd and address 8
phy1: Selected rate control algorithm 'pid'
zd1211rw 2-2:1.0: phy1

(This is the point where I issued the ifconfig wlan1 up command)

firmware: requesting zd1211/zd1211b_ub
firmware: requesting zd1211/zd1211b_uphr
zd1211rw 2-2:1.0: RF MAXIM_NEW_RF 0x8 is not supported

Driving the device with the windows xp 32bit-driver via ndiswrapper works, but the problem is that ndiswrapper stopped working up from kernel 2.6.25 with dmesg output "Disabling IRQ #19", so I had to use kernel 2.6.24 (btw, is there a way to block any kernel greater than 2.6.24 and use 2.6.24, because I'm not dependant on >2.6.24 and this would be a solution to my problem because I could still use ndiswrapper).

Anyone able to help me?

Thanks,
jupi

Offline

#6 2008-10-25 14:29:22

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [solved]Problem with tp-link model: tl-wn322g

jupi:
I saw you already posted on  the zd1211-devs list a while ago. Sorry, but I think that was already the best way. The next step would probably involve opening the stick and writing a detailed mail with chip markings, dmesg and lsusb -v output.


1000

Offline

#7 2008-10-25 21:59:19

jupi
Member
Registered: 2008-10-23
Posts: 3

Re: [solved]Problem with tp-link model: tl-wn322g

Problem solved for me in a way now, as the Windows driver via Ndiswrapper is supported in 2.6.27 again.
Nevertheless a pity that it doesn't work with the open-source driver.

Greetings,
jupi

Offline

#8 2008-10-27 15:56:38

czarnym
Member
Registered: 2008-10-22
Posts: 5

Re: [solved]Problem with tp-link model: tl-wn322g

Hello again, I install driver via ndiswrapper so I didn't use open-driver. Here's my lsmod and dmesg:

bash-3.2# lsmod 
Module                  Size  Used by
rfkill_input            7808  0 
ipv6                  309480  12 
joydev                 14080  0 
arc4                    4096  2 
ecb                     5248  2 
crypto_blkcipher       19972  1 ecb
b43                   141224  0 
rfkill                 12068  2 rfkill_input,b43
led_class               6408  1 b43
input_polldev           6032  1 b43
ssb                    47236  1 b43
psmouse                44700  0 
sdhci_pci              10624  0 
sdhci                  19588  1 sdhci_pci
ricoh_mmc               6272  0 
k8temp                  7296  0 
pcmcia                 39576  2 b43,ssb
ohci1394               33588  0 
i2c_nforce2             9224  0 
serio_raw               8324  0 
ieee1394               91776  1 ohci1394
pcspkr                  4864  0 
mmc_core               54368  1 sdhci
pcmcia_core            38564  3 b43,ssb,pcmcia
nvidia               8110320  26 
i2c_core               25760  2 i2c_nforce2,nvidia
video                  21780  9 
output                  5248  1 video
wmi                     8640  0 
sg                     34528  0 
thermal                20640  0 
processor              40760  3 thermal
fan                     7304  0 
evdev                  13984  0 
button                  9376  0 
battery                14600  0 
ac                      7176  0 
fuse                   59584  4 
snd_seq_oss            35584  0 
snd_seq_midi_event      9344  1 snd_seq_oss
snd_seq                58336  4 snd_seq_oss,snd_seq_midi_event
snd_hda_intel         474416  4 
snd_seq_device          9364  2 snd_seq_oss,snd_seq
snd_hwdep              10632  1 snd_hda_intel
snd_pcm_oss            45568  0 
snd_pcm                82440  3 snd_hda_intel,snd_pcm_oss
snd_timer              24720  3 snd_seq,snd_pcm
snd_page_alloc         10640  2 snd_hda_intel,snd_pcm
snd_mixer_oss          18944  1 snd_pcm_oss
snd                    64840  15 snd_seq_oss,snd_seq,snd_hda_intel,snd_seq_device,snd_hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore               9632  1 snd
rtc_cmos               13112  0 
rtc_core               21060  1 rtc_cmos
rtc_lib                 4992  1 rtc_core
usbhid                 51552  0 
hid                    50496  1 usbhid
ff_memless              7688  1 usbhid
zd1211rw               52360  0 
mac80211              182184  2 b43,zd1211rw
cfg80211               29840  1 mac80211
ext3                  140560  3 
jbd                    56104  1 ext3
mbcache                10244  1 ext3
sr_mod                 18756  0 
cdrom                  39080  1 sr_mod
sd_mod                 29096  6 
ohci_hcd               27548  0 
ehci_hcd               40076  0 
forcedeth              60432  0 
usbcore               156432  5 usbhid,zd1211rw,ohci_hcd,ehci_hcd
sata_nv                28424  5 
ata_generic             8196  0 
pata_amd               15876  0 
pata_acpi               7296  0 
libata                171360  4 sata_nv,ata_generic,pata_amd,pata_acpi
scsi_mod              113144  4 sg,sr_mod,sd_mod,libata
dock                   11168  1 libata
bash-3.2#
Linux version 2.6.27-ARCH (root@T-POWA-LX) (gcc version 4.3.2 (GCC) ) #1 SMP PREEMPT Fri Oct 17 06:51:57 UTC 2008
Command line: root=/dev/disk/by-uuid/30ee18d3-695b-409c-8b84-ddc1865a2616 ro
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
 BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000d2000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000007ff00000 (usable)
 BIOS-e820: 000000007ff00000 - 000000007ff15000 (ACPI data)
 BIOS-e820: 000000007ff15000 - 000000007ff80000 (ACPI NVS)
 BIOS-e820: 000000007ff80000 - 0000000080000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
last_pfn = 0x7ff00 max_arch_pfn = 0x3ffffffff
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
init_memory_mapping
 0000000000 - 007fe00000 page 2M
 007fe00000 - 007ff00000 page 4k
kernel direct mapping tables up to 7ff00000 @ 8000-c000
last_map_addr: 7ff00000 end: 7ff00000
RAMDISK: 37f0c000 - 37fefcba
DMI present.
HP Pavilion dv6000: using 0xed I/O delay port
ACPI: RSDP 000F88F0, 0014 (r0 HP    )
ACPI: RSDT 7FF0BD23, 003C (r1 HPQOEM SLIC-MPC  6040000  LTP        0)
ACPI: FACP 7FF14D10, 0074 (r1 HP     MCP51M    6040000 PTL_    F4240)
ACPI: DSDT 7FF0BD5F, 8FB1 (r1 HP       MCP51M  6040000 MSFT  3000000)
ACPI: FACS 7FF15FC0, 0040
ACPI: SSDT 7FF14D84, 0182 (r1 PTLTD  POWERNOW  6040000  LTP        1)
ACPI: MCFG 7FF14F06, 003C (r1 HP       MCFG    6040000  LTP        0)
ACPI: HPET 7FF14F42, 0038 (r1 PTLTD  HPETTBL   6040000  LTP        1)
ACPI: APIC 7FF14F7A, 005E (r1 HP          APIC    6040000  LTP        0)
ACPI: BOOT 7FF14FD8, 0028 (r1     HP $SBFTBL$  6040000  LTP        1)
ACPI: DMI detected: Hewlett-Packard
(6 early reservations) ==> bootmem [0000000000 - 007ff00000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #2 [0000200000 - 00006dea4c]    TEXT DATA BSS ==> [0000200000 - 00006dea4c]
  #3 [0037f0c000 - 0037fefcba]          RAMDISK ==> [0037f0c000 - 0037fefcba]
  #4 [000009dc00 - 0000100000]    BIOS reserved ==> [000009dc00 - 0000100000]
  #5 [0000008000 - 000000a000]          PGTABLE ==> [0000008000 - 000000a000]
found SMP MP-table at [ffff8800000f8920] 000f8920
 [ffffe20000000000-ffffe20001bfffff] PMD -> [ffff880001200000-ffff880002dfffff] on node 0
Zone PFN ranges:
  DMA      0x00000000 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00100000
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
    0: 0x00000000 -> 0x0000009d
    0: 0x00000100 -> 0x0007ff00
On node 0 totalpages: 523933
  DMA zone: 2590 pages, LIFO batch:0
  DMA32 zone: 512827 pages, LIFO batch:31
Detected use of extended apic ids on hypertransport bus
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Setting APIC routing to flat
ACPI: HPET id: 0x10de8201 base: 0xfed00000
Using ACPI (MADT) for SMP configuration information
SMP: Allowing 2 CPUs, 0 hotplug CPUs
PM: Registered nosave memory: 000000000009d000 - 000000000009e000
PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
PM: Registered nosave memory: 00000000000d2000 - 0000000000100000
Allocating PCI resources starting at 88000000 (gap: 80000000:60000000)
PERCPU: Allocating 47648 bytes of per cpu data
NR_CPUS: 16, nr_cpu_ids: 2, nr_node_ids 1
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 515417
Kernel command line: root=/dev/disk/by-uuid/30ee18d3-695b-409c-8b84-ddc1865a2616 ro
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 32768 bytes)
TSC: PIT calibration confirmed by PMTIMER.
TSC: using PIT calibration value
Detected 1607.295 MHz processor.
spurious 8259A interrupt: IRQ7.
Console: colour VGA+ 80x25
console [tty0] enabled
Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
Checking aperture...
No AGP bridge found
Node 0: aperture @ 2ffe000000 size 32 MB
Aperture beyond 4GB. Ignoring.
Memory: 2057172k/2096128k available (2526k kernel code, 37888k reserved, 1038k data, 336k init)
CPA: page pool initialized 1 of 1 pages preallocated
SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
hpet clockevent registered
Calibrating delay loop (skipped), value calculated using timer frequency.. 3215.53 BogoMIPS (lpj=5357650)
Security Framework initialized
Mount-cache hash table entries: 256
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
tseg: 007ff80000
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
using C1E aware idle routine
ACPI: Core revision 20080609
ACPI: Checking initramfs for custom DSDT
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: AMD Turion(tm) 64 X2 Mobile Technology TL-52 stepping 02
Using local APIC timer interrupts.
APIC timer calibration result 12557068
Detected 12.557 MHz APIC timer.
Booting processor 1/1 ip 6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 3215.56 BogoMIPS (lpj=5357710)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: <6>System has AMD C1E enabled
Switch to broadcast mode on CPU1
AMD Turion(tm) 64 X2 Mobile Technology TL-52 stepping 02
Brought up 2 CPUs
Total of 2 processors activated (6431.10 BogoMIPS).
Switch to broadcast mode on CPU0
net_namespace: 1536 bytes
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
node 0 link 0: io port [1000, fffff]
TOM: 0000000080000000 aka 2048M
node 0 link 0: mmio [e0000000, efffffff]
node 0 link 0: mmio [a0000, bffff]
node 0 link 0: mmio [80000000, fe0bffff]
bus: [00,ff] on node 0 link 0
bus: 00 index 0 io port: [0, ffff]
bus: 00 index 1 mmio: [80000000, fcffffffff]
bus: 00 index 2 mmio: [a0000, bffff]
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 6
PCI: MCFG area at e0000000 reserved in E820
PCI: Using MMCONFIG at e0000000 - e06fffff
PCI: Using configuration type 1 for base access
ACPI: EC: Look up EC in DSDT
ACPI: BIOS _OSI(Linux) query ignored via DMI
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: EC: non-query interrupt received, switching to interrupt mode
ACPI: EC: GPE = 0x10, I/O: command/status = 0x66, data = 0x62
ACPI: EC: driver started in interrupt mode
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:02.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:04.0: PME# disabled
PCI: 0000:00:0a.0 reg 10 io port: [1d00, 1d7f]
PCI: 0000:00:0a.1 reg 20 io port: [3040, 307f]
PCI: 0000:00:0a.1 reg 24 io port: [3000, 303f]
pci 0000:00:0a.1: PME# supported from D3hot D3cold
pci 0000:00:0a.1: PME# disabled
PCI: 0000:00:0a.3 reg 10 32bit mmio: [c0040000, c007ffff]
PCI: 0000:00:0b.0 reg 10 32bit mmio: [c0004000, c0004fff]
pci 0000:00:0b.0: supports D1
pci 0000:00:0b.0: supports D2
pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0b.0: PME# disabled
PCI: 0000:00:0b.1 reg 10 32bit mmio: [c0005000, c00050ff]
pci 0000:00:0b.1: supports D1
pci 0000:00:0b.1: supports D2
pci 0000:00:0b.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0b.1: PME# disabled
PCI: 0000:00:0d.0 reg 20 io port: [3080, 308f]
PCI: 0000:00:0e.0 reg 10 io port: [30c0, 30c7]
PCI: 0000:00:0e.0 reg 14 io port: [30b4, 30b7]
PCI: 0000:00:0e.0 reg 18 io port: [30b8, 30bf]
PCI: 0000:00:0e.0 reg 1c io port: [30b0, 30b3]
PCI: 0000:00:0e.0 reg 20 io port: [3090, 309f]
PCI: 0000:00:0e.0 reg 24 32bit mmio: [c0006000, c0006fff]
PCI: 0000:00:10.1 reg 10 32bit mmio: [c0000000, c0003fff]
pci 0000:00:10.1: PME# supported from D3hot D3cold
pci 0000:00:10.1: PME# disabled
PCI: 0000:00:14.0 reg 10 32bit mmio: [c0008000, c0008fff]
PCI: 0000:00:14.0 reg 14 io port: [30e0, 30e7]
pci 0000:00:14.0: supports D1
pci 0000:00:14.0: supports D2
pci 0000:00:14.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:14.0: PME# disabled
PCI: bridge 0000:00:02.0 io port: [4000, 4fff]
PCI: bridge 0000:00:02.0 32bit mmio: [c2000000, c3ffffff]
PCI: bridge 0000:00:02.0 64bit mmio pref: [c8200000, c83fffff]
PCI: 0000:03:00.0 reg 10 32bit mmio: [c4000000, c4003fff]
pci 0000:03:00.0: supports D1
pci 0000:03:00.0: supports D2
PCI: bridge 0000:00:03.0 32bit mmio: [c4000000, c5ffffff]
PCI: 0000:05:00.0 reg 10 32bit mmio: [c7000000, c7ffffff]
PCI: 0000:05:00.0 reg 14 32bit mmio: [d0000000, dfffffff]
PCI: 0000:05:00.0 reg 1c 64bit mmio: [c6000000, c6ffffff]
PCI: 0000:05:00.0 reg 30 32bit mmio: [0, 1ffff]
PCI: bridge 0000:00:04.0 32bit mmio: [c6000000, c7ffffff]
PCI: bridge 0000:00:04.0 64bit mmio pref: [d0000000, dfffffff]
PCI: 0000:07:05.0 reg 10 32bit mmio: [c8000000, c80007ff]
pci 0000:07:05.0: supports D1
pci 0000:07:05.0: supports D2
pci 0000:07:05.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:07:05.0: PME# disabled
PCI: 0000:07:05.1 reg 10 32bit mmio: [c8000800, c80008ff]
pci 0000:07:05.1: supports D1
pci 0000:07:05.1: supports D2
pci 0000:07:05.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:07:05.1: PME# disabled
PCI: 0000:07:05.2 reg 10 32bit mmio: [c8000c00, c8000cff]
pci 0000:07:05.2: supports D1
pci 0000:07:05.2: supports D2
pci 0000:07:05.2: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:07:05.2: PME# disabled
PCI: 0000:07:05.3 reg 10 32bit mmio: [c8001000, c80010ff]
pci 0000:07:05.3: supports D1
pci 0000:07:05.3: supports D2
pci 0000:07:05.3: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:07:05.3: PME# disabled
PCI: 0000:07:05.4 reg 10 32bit mmio: [c8001400, c80014ff]
pci 0000:07:05.4: supports D1
pci 0000:07:05.4: supports D2
pci 0000:07:05.4: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:07:05.4: PME# disabled
pci 0000:00:10.0: transparent bridge
PCI: bridge 0000:00:10.0 32bit mmio: [c8000000, c80fffff]
bus 00 -> node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR2._PRT]
ACPI: PCI Interrupt Link [LNK1] (IRQs 5) *0, disabled.
ACPI: PCI Interrupt Link [LNK2] (IRQs 7) *11
ACPI: PCI Interrupt Link [LNK3] (IRQs 10) *11
ACPI: PCI Interrupt Link [LNK4] (IRQs 11) *0, disabled.
ACPI: PCI Interrupt Link [LK1E] (IRQs 16) *11
ACPI: PCI Interrupt Link [LK2E] (IRQs 17) *0, disabled.
ACPI: PCI Interrupt Link [LK3E] (IRQs 18) *0, disabled.
ACPI: PCI Interrupt Link [LK4E] (IRQs 19) *0, disabled.
ACPI: PCI Interrupt Link [LSMB] (IRQs *10)
ACPI: PCI Interrupt Link [LPMU] (IRQs 11) *10
ACPI: PCI Interrupt Link [LUS0] (IRQs 22) *11
ACPI: PCI Interrupt Link [LUS2] (IRQs 22) *7
ACPI: PCI Interrupt Link [LMAC] (IRQs 20) *10
ACPI: PCI Interrupt Link [LAZA] (IRQs 21) *0, disabled.
ACPI: PCI Interrupt Link [LACI] (IRQs 21) *0, disabled.
ACPI: PCI Interrupt Link [LMCI] (IRQs 21) *0, disabled.
ACPI: PCI Interrupt Link [LPID] (IRQs 21) *0, disabled.
ACPI: PCI Interrupt Link [LTID] (IRQs 23) *5
ACPI: PCI Interrupt Link [LSI1] (IRQs 20) *10
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 13 devices
ACPI: ACPI bus type pnp unregistered
PCI: Using ACPI for IRQ routing
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
ACPI: RTC can wake from S4
Switched to high resolution mode on CPU 0
Switched to high resolution mode on CPU 1
system 00:00: iomem range 0xe0000000-0xefffffff could not be reserved
system 00:01: iomem range 0xffc00000-0xffffffff could not be reserved
system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
system 00:01: iomem range 0xfee00000-0xfeefffff could not be reserved
system 00:01: iomem range 0xfed00000-0xfed00fff has been reserved
system 00:03: iomem range 0xe0000000-0xefffffff could not be reserved
system 00:04: ioport range 0x1000-0x107f has been reserved
system 00:04: ioport range 0x1080-0x10ff has been reserved
system 00:04: ioport range 0x1400-0x147f has been reserved
system 00:04: ioport range 0x1480-0x14ff has been reserved
system 00:04: ioport range 0x1800-0x187f has been reserved
system 00:04: ioport range 0x1880-0x18ff has been reserved
system 00:04: ioport range 0x2000-0x203f has been reserved
system 00:05: ioport range 0x360-0x361 has been reserved
system 00:05: ioport range 0x380-0x383 has been reserved
system 00:05: ioport range 0x4d0-0x4d1 has been reserved
pci 0000:00:02.0: PCI bridge, secondary bus 0000:01
pci 0000:00:02.0:   IO window: 0x4000-0x4fff
pci 0000:00:02.0:   MEM window: 0xc2000000-0xc3ffffff
pci 0000:00:02.0:   PREFETCH window: 0x000000c8200000-0x000000c83fffff
pci 0000:00:03.0: PCI bridge, secondary bus 0000:03
pci 0000:00:03.0:   IO window: disabled
pci 0000:00:03.0:   MEM window: 0xc4000000-0xc5ffffff
pci 0000:00:03.0:   PREFETCH window: disabled
pci 0000:05:00.0: BAR 6: can't allocate mem resource [0xe0000000-0xdfffffff]
pci 0000:00:04.0: PCI bridge, secondary bus 0000:05
pci 0000:00:04.0:   IO window: disabled
pci 0000:00:04.0:   MEM window: 0xc6000000-0xc7ffffff
pci 0000:00:04.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
pci 0000:00:10.0: PCI bridge, secondary bus 0000:07
pci 0000:00:10.0:   IO window: disabled
pci 0000:00:10.0:   MEM window: 0xc8000000-0xc80fffff
pci 0000:00:10.0:   PREFETCH window: disabled
pci 0000:00:02.0: setting latency timer to 64
pci 0000:00:03.0: setting latency timer to 64
pci 0000:00:04.0: setting latency timer to 64
pci 0000:00:10.0: setting latency timer to 64
bus: 00 index 0 io port: [0, ffff]
bus: 00 index 1 mmio: [0, ffffffffffffffff]
bus: 01 index 0 io port: [4000, 4fff]
bus: 01 index 1 mmio: [c2000000, c3ffffff]
bus: 01 index 2 mmio: [c8200000, c83fffff]
bus: 01 index 3 mmio: [0, 0]
bus: 03 index 0 mmio: [0, 0]
bus: 03 index 1 mmio: [c4000000, c5ffffff]
bus: 03 index 2 mmio: [0, 0]
bus: 03 index 3 mmio: [0, 0]
bus: 05 index 0 mmio: [0, 0]
bus: 05 index 1 mmio: [c6000000, c7ffffff]
bus: 05 index 2 mmio: [d0000000, dfffffff]
bus: 05 index 3 mmio: [0, 0]
bus: 07 index 0 mmio: [0, 0]
bus: 07 index 1 mmio: [c8000000, c80fffff]
bus: 07 index 2 mmio: [0, 0]
bus: 07 index 3 io port: [0, ffff]
bus: 07 index 4 mmio: [0, ffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Unpacking initramfs... done
Freeing initrd memory: 911k freed
Simple Boot Flag at 0x36 set to 0x1
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 4021
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci 0000:00:00.0: Enabling HT MSI Mapping
pci 0000:00:02.0: Enabling HT MSI Mapping
pci 0000:00:03.0: Enabling HT MSI Mapping
pci 0000:00:04.0: Enabling HT MSI Mapping
pci 0000:00:09.0: Enabling HT MSI Mapping
pci 0000:00:0e.0: Enabling HT MSI Mapping
pci 0000:00:10.0: Enabling HT MSI Mapping
pci 0000:00:10.1: Enabling HT MSI Mapping
pci 0000:05:00.0: Boot video device
pcieport-driver 0000:00:02.0: setting latency timer to 64
pcieport-driver 0000:00:02.0: found MSI capability
pci_express 0000:00:02.0:pcie00: allocate port service
pci_express 0000:00:02.0:pcie03: allocate port service
pcieport-driver 0000:00:03.0: setting latency timer to 64
pcieport-driver 0000:00:03.0: found MSI capability
pci_express 0000:00:03.0:pcie00: allocate port service
pci_express 0000:00:03.0:pcie03: allocate port service
pcieport-driver 0000:00:04.0: setting latency timer to 64
pcieport-driver 0000:00:04.0: found MSI capability
pci_express 0000:00:04.0:pcie00: allocate port service
pci_express 0000:00:04.0:pcie03: allocate port service
Linux agpgart interface v0.103
Serial: 8250/16550 driver4 ports, IRQ sharing disabled
input: Macintosh mouse button emulation as /class/input/input0
PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
NET: Registered protocol family 17
registered taskstats version 1
Freeing unused kernel memory: 336k freed
No dock devices found.
input: AT Translated Set 2 keyboard as /class/input/input1
SCSI subsystem initialized
libata version 3.00 loaded.
pata_acpi 0000:00:0d.0: setting latency timer to 64
pata_acpi 0000:00:0e.0: enabling device (0005 -> 0007)
ACPI: PCI Interrupt Link [LTID] enabled at IRQ 23
pata_acpi 0000:00:0e.0: PCI INT A -> Link[LTID] -> GSI 23 (level, high) -> IRQ 23
pata_acpi 0000:00:0e.0: setting latency timer to 64
pata_acpi 0000:00:0e.0: PCI INT A disabled
pata_amd 0000:00:0d.0: version 0.3.10
pata_amd 0000:00:0d.0: setting latency timer to 64
scsi0 : pata_amd
scsi1 : pata_amd
ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x3080 irq 14
ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x3088 irq 15
ata1.00: ATAPI: HL-DT-ST DVDRAM GSA-4084N, KQ09, max MWDMA2
ata1: nv_mode_filter: 0x39f&0x39f->0x39f, BIOS=0x0 (0xc600) ACPI=0x39f (120:600:0x12)
ata1.00: configured for MWDMA2
ata2: port disabled. ignoring.
isa bounce pool size: 16 pages
scsi 0:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-4084N KQ09 PQ: 0 ANSI: 5
sata_nv 0000:00:0e.0: version 3.5
sata_nv 0000:00:0e.0: PCI INT A -> Link[LTID] -> GSI 23 (level, high) -> IRQ 23
sata_nv 0000:00:0e.0: Using SWNCQ mode
sata_nv 0000:00:0e.0: setting latency timer to 64
scsi2 : sata_nv
scsi3 : sata_nv
ata3: SATA max UDMA/133 cmd 0x30c0 ctl 0x30b4 bmdma 0x3090 irq 23
ata4: SATA max UDMA/133 cmd 0x30b8 ctl 0x30b0 bmdma 0x3098 irq 23
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.00: ATA-7: ST9120821AS, 7.24, max UDMA/100
ata3.00: 234441648 sectors, multi 16: LBA48 
ata3.00: configured for UDMA/100
ata4: SATA link down (SStatus 0 SControl 300)
scsi 2:0:0:0: Direct-Access     ATA      ST9120821AS      7.24 PQ: 0 ANSI: 5
usbcore: registered new interface driver usbfs
forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 20
forcedeth 0000:00:14.0: PCI INT A -> Link[LMAC] -> GSI 20 (level, high) -> IRQ 20
forcedeth 0000:00:14.0: setting latency timer to 64
nv_probe: set workaround bit for reversed mac addr
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
Driver 'sd' needs updating - please use bus_type methods
sd 2:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 2:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 sda3 <<4>Driver 'sr' needs updating - please use bus_type methods
 sda5sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 0:0:0:0: Attached scsi CD-ROM sr0
 sda6 sda7 >
sd 2:0:0:0: [sda] Attached SCSI disk
forcedeth 0000:00:14.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:16:36:f1:56:ce
forcedeth 0000:00:14.0: highdma pwrctl timirq gbit lnktim desc-v3
ACPI: PCI Interrupt Link [LUS0] enabled at IRQ 22
ohci_hcd 0000:00:0b.0: PCI INT A -> Link[LUS0] -> GSI 22 (level, high) -> IRQ 22
ohci_hcd 0000:00:0b.0: setting latency timer to 64
ohci_hcd 0000:00:0b.0: OHCI Host Controller
ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:0b.0: irq 22, io mem 0xc0004000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
ACPI: PCI Interrupt Link [LUS2] enabled at IRQ 22
ehci_hcd 0000:00:0b.1: PCI INT B -> Link[LUS2] -> GSI 22 (level, high) -> IRQ 22
ehci_hcd 0000:00:0b.1: setting latency timer to 64
ehci_hcd 0000:00:0b.1: EHCI Host Controller
ehci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:0b.1: debug port 1
ehci_hcd 0000:00:0b.1: cache line size of 64 is not supported
ehci_hcd 0000:00:0b.1: irq 22, io mem 0xc0005000
ehci_hcd 0000:00:0b.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 8 ports detected
usb 2-1: new high speed USB device using ehci_hcd and address 2
usb 2-1: configuration #1 chosen from 1 choice
usb 2-4: new high speed USB device using ehci_hcd and address 4
usb 2-4: configuration #1 chosen from 1 choice
usb 2-1: reset high speed USB device using ehci_hcd and address 2
phy0: Selected rate control algorithm 'pid'
phy0: Failed to initialize wep: -2
usb 1-2: new low speed USB device using ohci_hcd and address 2
usb 1-2: configuration #1 chosen from 1 choice
usb 2-1: reset high speed USB device using ehci_hcd and address 2
zd1211rw: probe of 2-1:1.0 failed with error -2
usbcore: registered new interface driver zd1211rw
usbcore: registered new interface driver hiddev
input: Logitech USB Optical Mouse as /class/input/input2
input,hidraw0: USB HID v1.10 Mouse [Logitech USB Optical Mouse] on usb-0000:00:0b.0-2
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
rtc_cmos 00:09: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year, y3k, hpet irqs
ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21
HDA Intel 0000:00:10.1: PCI INT B -> Link[LAZA] -> GSI 21 (level, high) -> IRQ 21
HDA Intel 0000:00:10.1: setting latency timer to 64
fuse init (API version 7.9)
ACPI: AC Adapter [ACAD] (on-line)
ACPI: Battery Slot [BAT0] (battery present)
input: Power Button (FF) as /class/input/input3
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /class/input/input4
ACPI: Power Button (CM) [PWRB]
input: Sleep Button (CM) as /class/input/input5
ACPI: Sleep Button (CM) [SLPB]
input: Lid Switch as /class/input/input6
ACPI: Lid Switch [LID]
ACPI: processor limited to max C-state 1
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
processor ACPI0007:00: registered as cooling_device0
ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
processor ACPI0007:01: registered as cooling_device1
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [THRM] (69 C)
sr 0:0:0:0: Attached scsi generic sg0 type 5
sd 2:0:0:0: Attached scsi generic sg1 type 0
ACPI: WMI: Mapper loaded
acpi device:24: registered as cooling_device2
input: Video Bus as /class/input/input7
ACPI: Video Device [UVGA] (multi-head: yes  rom: no  post: no)
acpi device:2a: registered as cooling_device3
input: Video Bus as /class/input/input8
ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
nvidia: module license 'NVIDIA' taints kernel.
Symbol init_mm is marked as UNUSED, however this module is using it.
This symbol will go away in the future.
Please evalute if this is the right api to use and if it really is, submit a report the linux kernel mailinglist together with submitting your code for inclusion.
input: PC Speaker as /class/input/input9
i2c-adapter i2c-0: nForce2 SMBus adapter at 0x3040
i2c-adapter i2c-1: nForce2 SMBus adapter at 0x3000
ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 5
ohci1394 0000:07:05.0: PCI INT A -> Link[LNK1] -> GSI 5 (level, high) -> IRQ 5
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[5]  MMIO=[c8000000-c80007ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
Error: Driver 'pcspkr' is already registered, aborting...
ricoh-mmc: Ricoh MMC Controller disabling driver
ricoh-mmc: Copyright(c) Philip Langdale
ricoh-mmc: Ricoh MMC controller found at 0000:07:05.2 [1180:0843] (rev 1)
ricoh-mmc: Controller is now disabled.
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pci 0000:07:05.1: SDHCI controller found [1180:0822] (rev 19)
ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 7
sdhci-pci 0000:07:05.1: PCI INT B -> Link[LNK2] -> GSI 7 (level, high) -> IRQ 7
mmc0: SDHCI controller on PCI [0000:07:05.1] using PIO
nvidia 0000:05:00.0: power state changed by ACPI to D0
ACPI: PCI Interrupt Link [LK1E] enabled at IRQ 16
nvidia 0000:05:00.0: PCI INT A -> Link[LK1E] -> GSI 16 (level, high) -> IRQ 16
nvidia 0000:05:00.0: setting latency timer to 64
NVRM: loading NVIDIA UNIX x86_64 Kernel Module  173.14.12  Thu Jul 17 18:10:24 PDT 2008
ACPI: PCI Interrupt Link [LK4E] enabled at IRQ 19
b43-pci-bridge 0000:03:00.0: PCI INT A -> Link[LK4E] -> GSI 19 (level, high) -> IRQ 19
b43-pci-bridge 0000:03:00.0: setting latency timer to 64
ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
b43-phy1: Broadcom 4311 WLAN found
phy1: Selected rate control algorithm 'pid'
Broadcom 43xx driver loaded [ Features: PMLR, Firmware-ID: FW13 ]
Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1a0b1, caps: 0xa04713/0x200000
input: SynPS/2 Synaptics TouchPad as /class/input/input10
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[009fc00066daec00]
EXT3 FS on sda6, internal journal
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Adding 2000052k swap on /dev/sda5.  Priority:-1 extents:1 across:2000052k
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
eth0: no IPv6 routers present
input: b43-phy1 as /class/input/input11
firmware: requesting b43/ucode5.fw
b43-phy1 ERROR: Firmware file "b43/ucode5.fw" not found
b43-phy1 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the latest firmware (version 4).
usb 2-1: USB disconnect, address 2
usb 2-1: new high speed USB device using ehci_hcd and address 5
usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: reset high speed USB device using ehci_hcd and address 5
phy2: Selected rate control algorithm 'pid'
zd1211rw 2-1:1.0: phy2

Those errors at the bottom seems to be caused by the on-board wifi-card that somethimes works.


Solved! As byte excpected problem was with drivers(2 different): one from kernel, which didn't works and another from ndiswrapper.
Now I use only ndiswrapper way to run this wifi card.
I have blaskilited module that coused those problems.

Thank U for your answers and advices smile.

Last edited by czarnym (2008-11-05 14:46:15)

Offline

Board footer

Powered by FluxBB