Results 1 to 9 of 9

Thread: Problem with BCM4318 wireless LAN on Acer 5300

  1. #1
    Junior Member registered user
    Join Date
    Sep 2006
    Posts
    10

    Problem with BCM4318 wireless LAN on Acer 5300

    Hello,

    I installed Knoppix5.0 live on DVD on my Acer5300WLMi laptop. Everthing goes well except for the wireless LAN. ndiswrapper doesnot work. The I used fwcutter to get bcm43xx*.fw files and moved them to /lib/firmware. After that I did

    rmmod bcm43xx
    modprobe bcm43xx
    ifconfig eth1 up

    Testing with ifconfig, I saw eth1 was in the list.

    lsmod shows the following information:

    bcm43xx 417768 0
    firmware_class 11648 2 bcm43xx,pcmcia
    ieee80211softmac 27008 1 bcm43xx
    ieee80211 33864 2 bcm43xx,ieee80211softmac

    And KWiF manage gives the green signal. But the wireless light never comes up. Then i configured the network using DHCP and it failed. I have no idea what I should do? Thanks for any suggestions.

  2. #2
    Senior Member registered user
    Join Date
    Oct 2003
    Location
    N42.41 W73 and change
    Posts
    401
    Take a look ay the ubuntu forums for some ideas. There are a couple of howto threads there and most of the info should be usable with knoppix. IIRC there may be a difference between the driver for your card and earlier version, although I think you get the latest from the Acer website.

    I know that one thing that is important is blacklisting the bcm43xx module in /etc/modprobe.d/blacklist, then running and modprobing ndiswrapper. I haven't used the fwcutter method.

    Post the output of ndiswrapper, if you like.

    HTH

  3. #3
    Senior Member registered user
    Join Date
    Feb 2005
    Posts
    228
    Kanotix now has native support for BCM43XX with latest kernel: http://kanotix.com/index.php?name=PN...=129614#129614

  4. #4
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    148
    I had similar problems with my gateway laptop. I could not use the built-in kernel driver.
    I needed to have WEP security, and the built-in kernel driver doesn't have it in knoppix 5.0.1
    To make sure you have the same problem, from a Console type:
    lsmod | grep bcm43xx

    If you see things with bcm43xx in them, you may want to read on.

    Install these 2 upgrades while booting up knoppix, using the "knoppix myconfig=" option

    1) Download and put these files on the Knoppix Desktop.
    ndiswrapper-common_1.23-1_all.deb
    ndiswrapper-utils-1.8_1.23-1_i386.deb

    2) Create a stored Knoppix configuration, and make sure you select "All Files On The Desktop".
    (Once you get this working well enough, you can select the Network Settings option when creating another config file set. For now that would not be of much use).

    3) This leaves 2 files on the drive you selected when creating the configuration. configs.tbz and knoppix.sh.
    It will look similar to what I have pasted below, but I will be surprised if some web translation does not occur.
    If you insert the lines below (taken from mine) that start off with my comments #JW, and end with clear, into your
    knoppix.sh... at the same spot in your file you should have working wireless.

    /************* knoppix.sh *************/

    #!/bin/sh
    [ "`id -u`" = "0" ] || { echo "You need root privileges to modify the system!" >&2 ; exit 1; }
    [ -d "$1" ] && CONFIGS="$1/configs.tbz"
    [ -f "$CONFIGS" ] || CONFIGS="/cdrom/KNOPPIX/configs.tbz"
    [ -f "$CONFIGS" ] || CONFIGS="/media/fd0/configs.tbz"
    if [ -f "$CONFIGS" ]; then
    echo "^[1mExtracting config archive $CONFIGS...^[0m"
    tar -jpPtf "$CONFIGS" | while read i; do rm -f "$i"; done
    tar -jpPxf "$CONFIGS" ; chown -R knoppix.knoppix /home/knoppix
    fi

    # JW. These lines below remove the native kernel driver... bcm43xx,
    # upgrade the ndiswrapper files,
    # give me an opportunity to add the information specific to my
    # wireless needs on bootup. AP name etc.
    rmmod bcm43xx
    dpkg -i /home/knoppix/ndiswrapper-common_1.23-1_all.deb
    dpkg -i /home/knoppix/ndiswrapper-utils-1.8_1.23-1_i386.deb
    ndiswrapper -m
    modprobe ndiswrapper
    wlcardconfig
    netcardconfig
    clear

  5. #5
    Junior Member registered user
    Join Date
    Sep 2006
    Posts
    10

    not working

    HI rusty:

    I put bcm43xx in the blacklist and tried ndiswrapper. The installation process went well, but the wireless light still refused to come up.

    #ndiswrapper -l
    Installed drivers:
    bcmwl5 driver installed, hardware present

    #dmesg | grep bcm43xx

    bcm43xx driver
    bcm43xx: Chip ID 0x4318, rev 0x2
    bcm43xx: Number of cores: 4
    bcm43xx: Core 0: ID 0x800, rev 0xd, vendor 0x4243, enabled
    bcm43xx: Core 1: ID 0x812, rev 0x9, vendor 0x4243, disabled
    bcm43xx: Core 2: ID 0x804, rev 0xc, vendor 0x4243, enabled
    bcm43xx: Core 3: ID 0x80d, rev 0x7, vendor 0x4243, enabled
    bcm43xx: PHY connected
    bcm43xx: Detected PHY: Version: 3, Type 2, Revision 7
    bcm43xx: Detected Radio: ID: 8205017f (Manuf: 17f Ver: 2050 Rev:
    bcm43xx: Radio turned off
    bcm43xx: Radio turned off
    bcm43xx: PHY connected
    bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed.
    bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed.

    #lsmod | grep bcm43xx
    (got nothing)

    Can you give me some suggestion on this problem? Thanks.

  6. #6
    Junior Member registered user
    Join Date
    Sep 2006
    Posts
    10

    kanotix does not work

    Hi ockham23,

    I tried kanotix, but it could not recognize my wireless card also.

  7. #7
    Senior Member registered user
    Join Date
    Oct 2003
    Location
    N42.41 W73 and change
    Posts
    401
    I feel your pain,

    I haven't had any luck with knoppix 5.1, or kanotix on my hp z600o lappy with the same (I think) card. I have been able to get it to work with Ubuntu on a hard disk install.

    One difference I will note is that the dmesg output from my working ubuntu install returns nothing. So I am inclined to think that despite blacklisting , the bcm43xx module is still lurking about in yours.

    If you are trying to install a working kde based distro , I suggest giving kubuntu a try , and again the ubuntu forums have a few threads on getting wireless working on your setup.

    If I ever get this figured out with knoppix, I'll post.

    Good luck.

  8. #8
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    148
    i did get bcm43xx working...
    After getting the firmware files into /lib/firmware...

    rmmod bcm43xx
    modprobe bcm43xx

    netcardconfig...use dhcp?
    *** NO

    it asked me a bunch of stuff starting out with my ip address.
    *** I gave it the one I had previously been assigned by my router when running windows 5 minutes earlier.

    I hit enter for everything except when it suggested default gateway to be 192.168.1.254(mine uses 192.168.1.1)
    and it started to work.

    If your router uses any security... wep etc... then this driver is just not going to work.
    You can check your routers settings, when you have a working connection that is, usually by browsing to 192.168.1.1 or 192.168.0.1. It will ask you for a password, so check your manual for that. Check for wireless security settings.

    But judging from your other post, you probably have an irq conflict. You may have to use your bios setup.
    ifconfig -a
    and see what irq your card is using.
    http://linuxmafia.com/faq/VALinux-kb...ags-error.html

    also, you still seem to be missing some firmware file, after placing them in the /lib/firmware directory.

  9. #9
    Senior Member registered user
    Join Date
    Feb 2005
    Posts
    228

Similar Threads

  1. help me with the wireless LAN on Acer 5300
    By Pythonschlange in forum Networking
    Replies: 11
    Last Post: 10-01-2006, 07:20 AM
  2. Replies: 2
    Last Post: 09-30-2006, 10:30 AM
  3. Acer Aspire 5000 problem with wireless setup
    By PatrickT in forum Laptops
    Replies: 0
    Last Post: 06-25-2006, 03:19 AM
  4. Dell 110L Broadcom Wireless BCM4318 Help Please!
    By silverbug in forum Networking
    Replies: 3
    Last Post: 11-01-2005, 08:43 PM
  5. Dell 110L Broadcom Wireless BCM4318 Help Please!
    By silverbug in forum Laptops
    Replies: 0
    Last Post: 10-31-2005, 05:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Amiga 4000TX computer motherboard picture

Amiga 4000TX computer motherboard

$2643.23



Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200 picture

Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200

$37.32



Amiga 500 Gotek Custom Mount USB Floppy Emulator - Complete Kit with Gotek picture

Amiga 500 Gotek Custom Mount USB Floppy Emulator - Complete Kit with Gotek

$65.00



SIDKick Pico Commodore 64 and 128 (C64 / C128) - MOS SID 6581 / 8580 Replacement picture

SIDKick Pico Commodore 64 and 128 (C64 / C128) - MOS SID 6581 / 8580 Replacement

$19.99



Commodore Amiga A3000 Computer - WORKING - New Battery - Great Condition picture

Commodore Amiga A3000 Computer - WORKING - New Battery - Great Condition

$2379.15



Lot of 14  Amazing Computing Magazine Commodore Amiga picture

Lot of 14 Amazing Computing Magazine Commodore Amiga

$20.00



Amiga DB23F Video Connector + Hood NEWLEY MANUFACTURED Ships from USA picture

Amiga DB23F Video Connector + Hood NEWLEY MANUFACTURED Ships from USA

$7.75



Commodore Amiga Decal picture

Commodore Amiga Decal

$2.99



TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network picture

TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network

$65.00



Commodore Amiga Stereo Sound Sampler Techno Sound Turbo Rare Limited US Seller picture

Commodore Amiga Stereo Sound Sampler Techno Sound Turbo Rare Limited US Seller

$59.99