LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1449|回复: 4

关于无线网卡的问题

[复制链接]
发表于 2008-11-30 22:46:34 | 显示全部楼层 |阅读模式
我的无线网卡是:博通 BCM4311 802.11b/g Wireless Adapter
在网上找了很多资料,还没有成功
内核是:2.6.26-1-686

参考资料与我遇到的情况:

Allright, you have the same card as me, it will be easy then.

1. First we will blacklist the wrong drivers with these two commands :
Code:

lsmod | grep 43xx
#没有出现出现内容

sudo gedit /etc/modprobe.d/blacklist

Add blacklist bcm43xx between the " " at the end of the file, save and close.
Now you unload the module with :
Code:

sudo modprobe -r bcm43xx

And we are ready to setup the good drivers.

2. You will need the windows drivers to get you card to work. Download them here. As it is a .exe file you will need to install cabextract to use it so type this command to install it :
Code:

sudo aptitude install cabextract
#我以前备分的xp的驱动 装cabextract就没有提取exe文件,就省略了这一步
Now when it's done, extract the drivers in a folder named bcmwl5 :
Code:

sudo mkdir bcmwl5
cabextract sp34152.exe /bcmwl5

3. Now that we have the drivers from windows we need a tool to use them, Ndiswrapper. The version of the repos didn't work for me, so I downloaded the latest version from here and compiled it. To do so, download the latest version and type these commands (make sure you have both build-essential and linux-headers-'uname -r' packages installed and if you had a previously installed version of ndiswrapper with Synaptic remove it completely) :
Code:
#我安装的是最新版:1.5

tar -xzvf ndiswrapper-1.37.tar.gz
cd ndiswrapper-1.37
make distclean
make
sudo make install

4. Now that the tool is installed you need to set it up :
Code:

sudo ndiswrapper -e bcmwl5
sudo ndiswrapper -i /home/$USER/bcmwl5/bcmwl5.inf
sudo ndiswrapper -l
sudo ndiswrapper -m
sudo modprobe ndiswrapper
#到modprobe ndiswrapper这一步,提示说:系统不主张modprobe ndiswrapper,可能会不成功

5. We make this tool launch at startup :
Code:
sudo gedit /etc/modules
simply add ndiswrapper at the end of the list

6. Enter your ESSID and WEP key in the network manager, with right click on the icon from the notification area.

6. We're done! To check it, type this :
Code:

sudo ifdown eth1
sudo ifup eth1
The wifi light should be blue as the sky now



从起后无线的灯还不亮
debian:~# iwconfig
lo        no wireless extensions.
eth0      no wireless extensions.
wmaster0  no wireless extensions.
wlan0     IEEE 802.11  ESSID:""  
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
          Tx-Power=0 dBm   
          Retry min limit:7   RTS thrff   Fragment thr=2352 B   
          Encryption keyff
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

debian:~# dmesg | grep b43
[   19.618367] b43-phy0: Broadcom 4311 WLAN found

不知道怎么回事??
发表于 2008-12-1 01:21:24 | 显示全部楼层
你看下 dmesg ,我的 Intel 3945 内核已经支持,就差一个 iwlwifi-3945-1.ucode ,拷到 /lib/firmware/ 里就可以用了。之前也是灯一直不亮。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-1 08:59:39 | 显示全部楼层
dmesg :结果如下,有个warning,不知何意
warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)


[    0.000000] ACPI: BOOT 3F6DFFD8, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
[    0.000000] ACPI: SSDT 3F6D7685, 064F (r1 SataRe  SataPri     1000 INTL 20061109)
[    0.000000] ACPI: SSDT 3F6D6FF3, 0692 (r1 SataRe  SataSec     1000 INTL 20061109)
[    0.000000] ACPI: SSDT 3F6D6E56, 019D (r1 BrtRef  DD01BRT     1000 INTL 20061109)
[    0.000000] ACPI: SSDT 3F6D6001, 04E6 (r1  PmRef    CpuPm     3000 INTL 20061109)
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
[    0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
[    0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
[    0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PERCPU: Allocating 37960 bytes of per cpu data
[    0.000000] NR_CPUS: 8, nr_cpu_ids: 2
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 257762
[    0.000000] Kernel command line: root=/dev/sda1 ro quiet
[    0.000000] mapped APIC to ffffb000 (fee00000)
[    0.000000] mapped IOAPIC to ffffa000 (fec00000)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Extended CMOS year: 2000
[    0.000000] Detected 1733.492 MHz processor.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [tty0] enabled
[    0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.004000] Memory: 1020404k/1039168k available (1768k kernel code, 18048k reserved, 752k data, 244k init, 121664k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xfff4c000 - 0xfffff000   ( 716 kB)
[    0.004000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.004000]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
[    0.004000]       .init : 0xc037f000 - 0xc03bc000   ( 244 kB)
[    0.004000]       .data : 0xc02ba30b - 0xc0376620   ( 752 kB)
[    0.004000]       .text : 0xc0100000 - 0xc02ba30b   (1768 kB)
[    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[    0.004000] hpet clockevent registered
[    0.083893] Calibrating delay using timer specific routine.. 3471.31 BogoMIPS (lpj=6942635)
[    0.083932] Security Framework initialized
[    0.083937] SELinux:  Disabled at boot.
[    0.083942] Capability LSM initialized
[    0.083957] Mount-cache hash table entries: 512
[    0.084005] Initializing cgroup subsys ns
[    0.084005] Initializing cgroup subsys cpuacct
[    0.084005] Initializing cgroup subsys devices
[    0.084005] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.084005] CPU: L2 cache: 1024K
[    0.084005] CPU: Physical Processor ID: 0
[    0.084005] CPU: Processor Core ID: 0
[    0.084005] Intel machine check architecture supported.
[    0.084005] Intel machine check reporting enabled on CPU#0.
[    0.084005] using mwait in idle threads.
[    0.084005] Checking 'hlt' instruction... OK.
[    0.100006] ACPI: Core revision 20080321
[    0.116007] ENABLING IO-APIC IRQs
[    0.116007] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.155694] CPU0: Intel(R) Pentium(R) Dual  CPU  T2370  @ 1.73GHz stepping 0d
[    0.156009] Booting processor 1/1 ip 6000
[    0.164010] Initializing CPU#1
[    0.164010] Calibrating delay using timer specific routine.. 3466.79 BogoMIPS (lpj=6933590)
[    0.164010] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.164010] CPU: L2 cache: 1024K
[    0.164010] CPU: Physical Processor ID: 0
[    0.164010] CPU: Processor Core ID: 1
[    0.164010] Intel machine check architecture supported.
[    0.164010] Intel machine check reporting enabled on CPU#1.
[    0.244015] CPU1: Intel(R) Pentium(R) Dual  CPU  T2370  @ 1.73GHz stepping 0d
[    0.244015] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.248015] Brought up 2 CPUs
[    0.248015] Total of 2 processors activated (6938.11 BogoMIPS).
[    0.248015] CPU0 attaching sched-domain:
[    0.248015]  domain 0: span 0-1
[    0.248015]   groups: 0 1
[    0.248015] CPU1 attaching sched-domain:
[    0.248015]  domain 0: span 0-1
[    0.248015]   groups: 1 0
[    0.248015] net_namespace: 660 bytes
[    0.248015] Booting paravirtualized kernel on bare hardware
[    0.248015] NET: Registered protocol family 16
[    0.248015] ACPI: bus type pci registered
[    0.248015] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.248015] PCI: MCFG area at e0000000 reserved in E820
[    0.248015] PCI: Using MMCONFIG for extended config space
[    0.248015] PCI: Using configuration type 1 for base access
[    0.248015] Setting up standard PCI resources
[    0.252015] ACPI: EC: Look up EC in DSDT
[    0.255811] ACPI: BIOS _OSI(Linux) query ignored
[    0.255814] ACPI: DMI System Vendor: LENOVO
[    0.255815] ACPI: DMI Product Name: 1680016
[    0.255817] ACPI: DMI Product Version: XR N220
[    0.255819] ACPI: DMI Board Name: INVALID
[    0.255821] ACPI: DMI BIOS Vendor: LENOVO
[    0.255822] ACPI: DMI BIOS Date: 02/01/2008
[    0.255824] ACPI: Please send DMI info above to linux-acpi@vger.kernel.org
[    0.255827] ACPI: If "acpi_osi=Linux" works better, please notify linux-acpi@vger.kernel.org
[    0.256016] ACPI: Interpreter enabled
[    0.256016] ACPI: (supports S0 S3 S4 S5)
[    0.256016] ACPI: Using IOAPIC for interrupt routing
[    0.256016] ACPI: EC: non-query interrupt received, switching to interrupt mode
[    0.304722] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.304722] ACPI: EC: driver started in interrupt mode
[    0.304722] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.307256] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[    0.307261] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
[    0.308787] PCI: Transparent bridge - 0000:00:1e.0
[    0.308836] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.309249] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.309396] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.309540] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.309705] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.326074] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.326074] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.326074] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.326074] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.326074] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.326074] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 *3 4 5 6 7 11 12 14 15)
[    0.326074] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 *4 5 6 7 10 12 14 15)
[    0.326074] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *7 11 12 14 15)
[    0.326074] ACPI: Power Resource [PUBS] (on)
[    0.326074] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.326075] pnp: PnP ACPI init
[    0.326075] ACPI: bus type pnp registered
[    0.334075] pnp: PnP ACPI: found 10 devices
[    0.334075] ACPI: ACPI bus type pnp unregistered
[    0.334075] PnPBIOS: Disabled by ACPI PNP
[    0.334075] PCI: Using ACPI for IRQ routing
[    0.339611] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.339616] hpet0: 3 64-bit timers, 14318180 Hz
[    0.340695] ACPI: RTC can wake from S4
[    0.347620] system 00:01: iomem range 0xfed1c000-0xfed1ffff could not be reserved
[    0.347623] system 00:01: iomem range 0xfed14000-0xfed17fff could not be reserved
[    0.347627] system 00:01: iomem range 0xfed18000-0xfed18fff could not be reserved
[    0.347630] system 00:01: iomem range 0xfed19000-0xfed19fff could not be reserved
[    0.347633] system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
[    0.347636] system 00:01: iomem range 0xfed20000-0xfed3ffff could not be reserved
[    0.347639] system 00:01: iomem range 0xfed45000-0xfed8ffff could not be reserved
[    0.347649] system 00:06: iomem range 0xfed00000-0xfed003ff could not be reserved
[    0.347658] system 00:08: ioport range 0x800-0x80f has been reserved
[    0.347661] system 00:08: ioport range 0x1000-0x107f has been reserved
[    0.347664] system 00:08: ioport range 0x1180-0x11bf has been reserved
[    0.347667] system 00:08: ioport range 0xfe00-0xfe00 has been reserved
[    0.378091] PCI: Bridge: 0000:00:1c.0
[    0.378091]   IO window: 2000-2fff
[    0.378091]   MEM window: 0xf2000000-0xf3ffffff
[    0.378091]   PREFETCH window: 0x00000000f0000000-0x00000000f1ffffff
[    0.378091] PCI: Bridge: 0000:00:1c.1
[    0.378091]   IO window: disabled.
[    0.378091]   MEM window: 0xf4200000-0xf42fffff
[    0.378091]   PREFETCH window: disabled.
[    0.378091] PCI: Bridge: 0000:00:1c.2
[    0.378091]   IO window: disabled.
[    0.378091]   MEM window: 0xf4300000-0xf43fffff
[    0.378091]   PREFETCH window: disabled.
[    0.378091] PCI: Bridge: 0000:00:1e.0
[    0.378091]   IO window: disabled.
[    0.378091]   MEM window: 0xf4400000-0xf44fffff
[    0.378091]   PREFETCH window: disabled.
[    0.378091] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
[    0.378091] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[    0.378091] ACPI: PCI Interrupt 0000:00:1c.1 -> GSI 17 (level, low) -> IRQ 17
[    0.378091] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[    0.378091] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[    0.378091] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[    0.378091] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[    0.378091] NET: Registered protocol family 2
[    0.391372] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.391645] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.393654] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.394060] TCP: Hash tables configured (established 131072 bind 65536)
[    0.394063] TCP reno registered
[    0.400860] NET: Registered protocol family 1
[    0.400999] checking if image is initramfs...<7>Switched to high resolution mode on CPU 1
[    0.507534] Switched to high resolution mode on CPU 0
[    0.647520]  it is
[    0.919535] Freeing initrd memory: 5776k freed
[    0.919535] Simple Boot Flag at 0x35 set to 0x1
[    0.922186] audit: initializing netlink socket (disabled)
[    0.922186] type=2000 audit(1228092599.913:1): initialized
[    0.922186] highmem bounce pool size: 64 pages
[    0.922186] Total HugeTLB memory allocated, 0
[    0.922186] VFS: Disk quotas dquot_6.5.1
[    0.922186] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.922186] msgmni has been set to 1767
[    0.922186] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.922186] io scheduler noop registered
[    0.922186] io scheduler anticipatory registered
[    0.922186] io scheduler deadline registered
[    0.922186] io scheduler cfq registered (default)
[    0.922186] pci 0000:00:02.0: Boot video device
[   10.001001] pci 0000:00:1d.7: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[   10.004485] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[   10.004485] assign_interrupt_mode Found MSI capability
[   10.004485] Allocate Port Service[0000:00:1c.0:pcie00]
[   10.004485] Allocate Port Service[0000:00:1c.0:pcie02]
[   10.004485] Allocate Port Service[0000:00:1c.0:pcie03]
[   10.004485] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[   10.004485] assign_interrupt_mode Found MSI capability
[   10.004485] Allocate Port Service[0000:00:1c.1:pcie00]
[   10.004485] Allocate Port Service[0000:00:1c.1:pcie02]
[   10.004485] Allocate Port Service[0000:00:1c.1:pcie03]
[   10.004485] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[   10.004485] assign_interrupt_mode Found MSI capability
[   10.004485] Allocate Port Service[0000:00:1c.2:pcie00]
[   10.004485] Allocate Port Service[0000:00:1c.2:pcie02]
[   10.004485] Allocate Port Service[0000:00:1c.2:pcie03]
[   10.005485] isapnp: Scanning for PnP cards...
[   10.359902] isapnp: No Plug & Play device found
[   10.363903] hpet_resources: 0xfed00000 is busy
[   10.363903] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   10.363904] brd: module loaded
[   10.363904] PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13S2M] at 0x60,0x64 irq 1,12
[   10.380139] i8042.c: Detected active multiplexing controller, rev 1.1.
[   10.385876] serio: i8042 KBD port at 0x60,0x64 irq 1
[   10.385876] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[   10.385876] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[   10.385876] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[   10.385876] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[   10.385876] mice: PS/2 mouse device common for all mice
[   10.385876] rtc_cmos 00:09: rtc core: registered rtc_cmos as rtc0
[   10.385876] rtc0: alarms up to one month, y3k
[   10.385876] cpuidle: using governor ladder
[   10.385876] cpuidle: using governor menu
[   10.385876] No iBFT detected.
[   10.385876] TCP cubic registered
[   10.385876] NET: Registered protocol family 17
[   10.385876] Using IPI No-Shortcut mode
[   10.385876] registered taskstats version 1
[   10.385876] rtc_cmos 00:09: setting system clock to 2008-12-01 00:50:08 UTC (1228092608)
[   10.385876] Freeing unused kernel memory: 244k freed
[   10.569462] ACPI: SSDT 3F6D6B56, 0238 (r1  PmRef  Cpu0Ist     3000 INTL 20061109)
[   10.569462] ACPI: SSDT 3F6D64E7, 05EA (r1  PmRef  Cpu0Cst     3001 INTL 20061109)
[   10.569462] Monitor-Mwait will be used to enter C-1 state
[   10.569462] Monitor-Mwait will be used to enter C-2 state
[   10.569462] ACPI: CPU0 (power states: C1[C1] C2[C2])
[   10.569462] ACPI: ACPI0007:00 is registered as cooling_device0
[   10.569462] ACPI: SSDT 3F6D6D8E, 00C8 (r1  PmRef  Cpu1Ist     3000 INTL 20061109)
[   10.569462] ACPI: SSDT 3F6D6AD1, 0085 (r1  PmRef  Cpu1Cst     3000 INTL 20061109)
[   10.569462] Marking TSC unstable due to: TSC halts in idle.
[   10.591702] ACPI: CPU1 (power states: C1[C1] C2[C2])
[   10.591707] ACPI: ACPI0007:01 is registered as cooling_device1
[   10.710912] ACPI: LNXTHERM:01 is registered as thermal_zone0
[   10.711960] input: AT Translated Set 2 keyboard as /class/input/input0
[   11.030443] ACPI: Thermal Zone [TZS0] (32 C)
[   11.163601] ACPI: LNXTHERM:02 is registered as thermal_zone1
[   11.164375] ACPI: Thermal Zone [TZS1] (36 C)
[   11.287303] usbcore: registered new interface driver usbfs
[   11.287303] usbcore: registered new interface driver hub
[   11.287303] usbcore: registered new device driver usb
[   11.295304] USB Universal Host Controller Interface driver v3.0
[   11.295304] ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 16
[   11.295304] PCI: Setting latency timer of device 0000:00:1a.0 to 64
[   11.295304] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   11.295304] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[   11.295304] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
[   11.295304] usb usb1: configuration #1 chosen from 1 choice
[   11.295304] hub 1-0:1.0: USB hub found
[   11.295304] hub 1-0:1.0: 2 ports detected
[   11.404726] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[   11.404730] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.404733] usb usb1: Product: UHCI Host Controller
[   11.404735] usb usb1: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[   11.404738] usb usb1: SerialNumber: 0000:00:1a.0
[   11.410684] ACPI: PCI Interrupt 0000:00:1a.1 -> GSI 21 (level, low) -> IRQ 21
[   11.410684] PCI: Setting latency timer of device 0000:00:1a.1 to 64
[   11.410684] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[   11.410684] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[   11.410684] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
[   11.410684] usb usb2: configuration #1 chosen from 1 choice
[   11.410684] hub 2-0:1.0: USB hub found
[   11.410684] hub 2-0:1.0: 2 ports detected
[   11.470505] No dock devices found.
[   11.493184] SCSI subsystem initialized
[   11.501669] libata version 3.00 loaded.
[   11.515896] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[   11.515902] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.515904] usb usb2: Product: UHCI Host Controller
[   11.515907] usb usb2: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[   11.515909] usb usb2: SerialNumber: 0000:00:1a.1
[   11.517686] ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 18
[   11.517686] PCI: Setting latency timer of device 0000:00:1a.7 to 64
[   11.517686] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[   11.517686] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 3
[   11.521587] ehci_hcd 0000:00:1a.7: debug port 1
[   11.521595] PCI: cache line size of 32 is not supported by device 0000:00:1a.7
[   11.521609] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf4704000
[   11.536138] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   11.536227] usb usb3: configuration #1 chosen from 1 choice
[   11.536261] hub 3-0:1.0: USB hub found
[   11.536269] hub 3-0:1.0: 4 ports detected
[   11.556640] ricoh-mmc: Ricoh MMC Controller disabling driver
[   11.556640] ricoh-mmc: Copyright(c) Philip Langdale
[   11.557685] sdhci: Secure Digital Host Controller Interface driver
[   11.557685] sdhci: Copyright(c) Pierre Ossman
[   11.642426] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   11.642431] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.642433] usb usb3: Product: EHCI Host Controller
[   11.642436] usb usb3: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
[   11.642438] usb usb3: SerialNumber: 0000:00:1a.7
[   11.644658] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[   11.644658] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[   11.644658] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   11.644658] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[   11.644658] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001860
[   11.644658] usb usb4: configuration #1 chosen from 1 choice
[   11.644658] hub 4-0:1.0: USB hub found
[   11.644658] hub 4-0:1.0: 2 ports detected
[   11.747932] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   11.747935] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.747938] usb usb4: Product: UHCI Host Controller
[   11.747940] usb usb4: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[   11.747942] usb usb4: SerialNumber: 0000:00:1d.0
[   11.748657] ACPI: PCI Interrupt 0000:00:1d.1 -> GSI 19 (level, low) -> IRQ 19
[   11.748657] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[   11.748657] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   11.748657] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
[   11.748657] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001880
[   11.748657] usb usb5: configuration #1 chosen from 1 choice
[   11.748657] hub 5-0:1.0: USB hub found
[   11.748657] hub 5-0:1.0: 2 ports detected
[   11.852081] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   11.852084] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.852087] usb usb5: Product: UHCI Host Controller
[   11.852089] usb usb5: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[   11.852091] usb usb5: SerialNumber: 0000:00:1d.1
[   11.852658] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[   11.852658] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[   11.852658] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   11.852658] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
[   11.852658] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0
[   11.852658] usb usb6: configuration #1 chosen from 1 choice
[   11.852658] hub 6-0:1.0: USB hub found
[   11.852658] hub 6-0:1.0: 2 ports detected
[   12.023984] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   12.023988] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   12.023990] usb usb6: Product: UHCI Host Controller
[   12.023993] usb usb6: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[   12.023995] usb usb6: SerialNumber: 0000:00:1d.2
[   12.025507] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[   12.025507] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[   12.025507] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   12.025507] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
[   12.045296] ehci_hcd 0000:00:1d.7: debug port 1
[   12.045304] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[   12.045309] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf4704400
[   12.071224] usb 4-1: new low speed USB device using uhci_hcd and address 2
[   12.083006] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   12.083069] usb usb7: configuration #1 chosen from 1 choice
[   12.083098] hub 7-0:1.0: USB hub found
[   12.083105] hub 7-0:1.0: 6 ports detected
[   12.144077] hub 4-0:1.0: unable to enumerate USB device on port 1
[   12.192018] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[   12.192021] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   12.192023] usb usb7: Product: EHCI Host Controller
[   12.192025] usb usb7: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
[   12.192028] usb usb7: SerialNumber: 0000:00:1d.7
[   12.194541] ata_piix 0000:00:1f.2: version 2.12
[   12.194541] ACPI: PCI Interrupt 0000:00:1f.2 -> GSI 18 (level, low) -> IRQ 18
[   12.194541] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[   12.348463] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[   12.350544] scsi0 : ata_piix
[   12.350544] scsi1 : ata_piix
[   12.350544] ata1: SATA max UDMA/133 cmd 0x1c00 ctl 0x18f4 bmdma 0x18e0 irq 18
[   12.350544] ata2: SATA max UDMA/133 cmd 0x18f8 ctl 0x18f0 bmdma 0x18e8 irq 18
[   12.619838] usb 4-1: new low speed USB device using uhci_hcd and address 3
[   12.793457] usb 4-1: configuration #1 chosen from 1 choice
[   12.814993] usb 4-1: New USB device found, idVendor=04fc, idProduct=0538
[   12.814993] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.814993] usb 4-1: Product: RAPOO Mouse 7100
[   12.814993] usb 4-1: Manufacturer: MLK
[   12.826253] usbcore: registered new interface driver hiddev
[   12.830790] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   12.838522] ata1.00: ATA-7: ST9160821AS, 3.ALC, max UDMA/133
[   12.838522] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
[   12.844261] input: MLK RAPOO Mouse 7100 as /class/input/input1
[   12.844261] input,hiddev96,hidraw0: USB HID v1.10 Mouse [MLK RAPOO Mouse 7100] on usb-0000:00:1d.0-1
[   12.844261] usbcore: registered new interface driver usbhid
[   12.844261] usbhid: v2.6:USB HID core driver
[   12.851794] ata1.00: configured for UDMA/133
[   13.186550] ata2: SATA link down (SStatus 0 SControl 0)
[   13.186510] scsi 0:0:0:0: Direct-Access     ATA      ST9160821AS      3.AL PQ: 0 ANSI: 5
[   13.186510] tg3.c:v3.92.1 (June 9, 2008)
[   13.186510] ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[   13.197887] PCI: Setting latency timer of device 0000:05:00.0 to 64
[   13.533679] eth0: Tigon3 [partno(BCM95906) rev c002 PHY(5906)] (PCI Express) 10/100Base-TX Ethernet 00:0a:e4:cc:08:63
[   13.533683] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[0] TSOcap[1]
[   13.533686] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[   13.536454] ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 18 (level, low) -> IRQ 18
[   13.536454] PCI: Setting latency timer of device 0000:06:00.0 to 64
[   13.614043] ssb: Sonics Silicon Backplane found on PCI device 0000:06:00.0
[   13.625203] ACPI: PCI Interrupt 0000:0a:09.0[A] -> GSI 16 (level, low) -> IRQ 16
[   13.677358] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[16]  MMIO=[f4400000-f44007ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
[   13.681358] Uniform Multi-Platform E-IDE driver
[   13.681358] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[   13.681358] sdhci: SDHCI controller found at 0000:0a:09.1 [1180:0822] (rev 19)
[   13.681358] ACPI: PCI Interrupt 0000:0a:09.1 -> GSI 18 (level, low) -> IRQ 18
[   13.681358] mmc0: Will use DMA mode even though HW doesn't fully claim to support it.
[   13.685573] mmc0: SDHCI at 0xf4400800 irq 18 DMA
[   13.687888] ricoh-mmc: Ricoh MMC controller found at 0000:0a:09.2 [1180:0843] (rev 1)
[   13.687912] ricoh-mmc: Controller is now disabled.
[   13.690032] ICH8M: IDE controller (0x8086:0x2850 rev 0x03) at  PCI slot 0000:00:1f.1
[   13.690032] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 19 (level, low) -> IRQ 19
[   13.690032] ICH8M: not 100% native mode: will probe irqs later
[   13.690032]     ide0: BM-DMA at 0x1810-0x1817
[   13.690032]     ide1: BM-DMA at 0x1818-0x181f
[   13.690032] Probing IDE interface ide0...
[   14.427869] hda: HL-DT-STCD-RW/DVD DRIVE GCC-T10N, ATAPI CD/DVD-ROM drive
[   14.763568] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[   14.768510] hda: UDMA/33 mode selected
[   14.768510] Probing IDE interface ide1...
[   14.956320] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[ffe40a00ff6308cc]
[   15.331955] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[   15.331955] ide1 at 0x170-0x177,0x376 on irq 15
[   15.380895] Driver 'sd' needs updating - please use bus_type methods
[   15.380895] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[   15.380895] sd 0:0:0:0: [sda] Write Protect is off
[   15.380895] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   15.380908] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   15.380986] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[   15.381008] sd 0:0:0:0: [sda] Write Protect is off
[   15.381011] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   15.381051] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   15.381058]  sda: sda1 sda2 <<6>hda: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache
[   15.398647] Uniform CD-ROM driver Revision: 3.20
[   15.421215]  sda5 >
[   15.421215] sd 0:0:0:0: [sda] Attached SCSI disk
[   15.683144] PM: Starting manual resume from disk
[   15.745782] kjournald starting.  Commit interval 5 seconds
[   15.745782] EXT3-fs: mounted filesystem with ordered data mode.
[   17.574606] udevd version 125 started
[   18.236104] Linux agpgart interface v0.103
[   18.510702] agpgart: Detected an Intel 965GM Chipset.
[   18.511024] agpgart: Detected 7676K stolen memory.
[   18.524992] agpgart: AGP aperture is 256M @ 0xd0000000
[   18.654803] ACPI: device:04 is registered as cooling_device2
[   18.654803] input: Video Bus as /class/input/input2
[   18.705143] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   18.835068] input: Power Button (FF) as /class/input/input3
[   18.896255] ACPI: Power Button (FF) [PWRF]
[   18.896398] input: Lid Switch as /class/input/input4
[   18.930841] ACPI: Lid Switch [LID0]
[   18.930928] input: Sleep Button (CM) as /class/input/input5
[   18.939845] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[   18.939845] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
[   18.939845] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   18.992136] ACPI: Sleep Button (CM) [SLPB]
[   18.992348] ACPI: WMI: Mapper loaded
[   18.994474] ACPI: AC Adapter [ADP1] (on-line)
[   19.176303] ACPI: PCI Interrupt 0000:00:1f.3[C] -> GSI 19 (level, low) -> IRQ 19
[   19.192301] input: PC Speaker as /class/input/input6
[   19.410657] ACPI: Battery Slot [BAT0] (battery present)
[   19.498315] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[   19.498315] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[   19.516747] b43-phy0: Broadcom 4311 WLAN found
[   19.588752] phy0: Selected rate control algorithm 'pid'
[   19.677482] Broadcom 43xx driver loaded [ Features: PMLR, Firmware-ID: FW13 ]
[   19.853502] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1c0b1, caps: 0xa04713/0x200000
[   19.899871] input: SynPS/2 Synaptics TouchPad as /class/input/input7
[   21.157684] Adding 2650684k swap on /dev/sda5.  Priority:-1 extents:1 across:2650684k
[   21.625676] EXT3 FS on sda1, internal journal
[   21.874276] loop: module loaded
[   22.000429] ndiswrapper version 1.53 loaded (smp=yes, preempt=no)
[   22.064334] usbcore: registered new interface driver ndiswrapper
[   26.273403] tg3: eth0: Link is up at 100 Mbps, full duplex.
[   26.273403] tg3: eth0: Flow control is on for TX and on for RX.
[   28.487574] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
[   28.783108] NET: Registered protocol family 10
[   28.783108] lo: Disabled Privacy Extensions
[   40.044101] [drm] Initialized drm 1.1.0 20060810
[   40.048068] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
[   40.048068] PCI: Setting latency timer of device 0000:00:02.0 to 64
[   40.048068] [drm] Initialized i915 1.6.0 20060119 on minor 0
[   40.065648] eth0: no IPv6 routers present
[   62.729948] CPU0 attaching NULL sched-domain.
[   62.729948] CPU1 attaching NULL sched-domain.
[   62.730383] CPU0 attaching sched-domain:
[   62.730383]  domain 0: span 0-1
[   62.730383]   groups: 0 1
[   62.730383] CPU1 attaching sched-domain:
[   62.730383]  domain 0: span 0-1
[   62.730383]   groups: 1 0
回复 支持 反对

使用道具 举报

发表于 2008-12-1 09:21:09 | 显示全部楼层
我的lenny(2.6.26-1-686)上dell 1370(bcm4318),参考www.linuxwireless.org驱动成功,使用b43-fwcutter:

wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
tar xjf b43-fwcutter-011.tar.bz2
cd b43-fwcutter-011
make
cd ..


export FIRMWARE_INSTALL_DIR="/lib/firmware"
wget http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
tar xjf broadcom-wl-4.150.10.5.tar.bz2
cd broadcom-wl-4.150.10.5/driver
sudo ../../b43-fwcutter-011/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta_mim
o.o

其实就是提取固件到/lib/fireware。就这么几步,不用修改任何东西。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-1 10:50:35 | 显示全部楼层
按楼上说的,还 是不行
驱动已经加上了吧
[ 21.094659] Broadcom 43xx driver loaded [ Features: PMLR, Firmware-ID: FW13 ]


[   20.526261] ACPI: Battery Slot [BAT0] (battery present)
[   20.740614] input: PC Speaker as /class/input/input6
[   20.921927] b43-phy0: Broadcom 4311 WLAN found
[   20.989934] phy0: Selected rate control algorithm 'pid'
[   21.033027] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[   21.033027] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[   21.094659] Broadcom 43xx driver loaded [ Features: PMLR, Firmware-ID: FW13 ]
[   21.304514] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1c0b1, caps: 0xa04713/0x200000
[   21.363845] input: SynPS/2 Synaptics TouchPad as /class/input/input7
[   22.608956] Adding 2650684k swap on /dev/sda5.  Priority:-1 extents:1 across:2650684k
[  234.796482] EXT3 FS on sda1, internal journal
[  235.053781] loop: module loaded
[  239.149053] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
[  239.410229] NET: Registered protocol family 10
[  239.410229] lo: Disabled Privacy Extensions
[  239.410229] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  240.717671] tg3: eth0: Link is up at 100 Mbps, full duplex.
[  240.717671] tg3: eth0: Flow control is on for TX and on for RX.
[  240.717671] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  247.737257] [drm] Initialized drm 1.1.0 20060810
[  247.749312] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
[  247.749322] PCI: Setting latency timer of device 0000:00:02.0 to 64
[  247.749430] [drm] Initialized i915 1.6.0 20060119 on minor 0
[  252.123236] eth0: no IPv6 routers present
[  262.803683] CPU0 attaching NULL sched-domain.
[  262.803683] CPU1 attaching NULL sched-domain.
[  262.803752] CPU0 attaching sched-domain:
[  262.803752]  domain 0: span 0-1
[  262.803752]   groups: 0 1
[  262.803752] CPU1 attaching sched-domain:
[  262.803752]  domain 0: span 0-1
[  262.803752]   groups: 1 0
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表