View Poll Results: Did it work for you?

Voters
1200. You may not vote on this poll
  • Yes

    808 67.33%
  • No

    392 32.67%
Page 15 of 100 FirstFirst ... 513141516172565 ... LastLast
Results 141 to 150 of 996

Thread: How to: Broadcom Wireless cards

  1. #141
    Join Date
    Sep 2005
    Beans
    124

    Re: How to: Broadcom Wireless cards

    i told ya

    mv - move

    cp - copy

    sudo - lets you execute actions that need administrator privileges, you need to put your password, and this is really your pass, not the root password

  2. #142
    Join Date
    Apr 2006
    Beans
    62
    Distro
    Gutsy Gibbon Testing

    Re: How to: Broadcom Wireless cards

    Quote Originally Posted by piracyrocks
    what do i type to move them?...im new with linux
    yes, do what cenotaph is suggesting OR take a look at step 4B on the guide, i added it for you, just take note of the name of the folder you want to move them to and apply that command to your situation.

  3. #143
    Join Date
    Jun 2006
    Beans
    43

    Re: How to: Broadcom Wireless cards

    well, it looks liek im gonna be trying the 32 bit version of ubuntu....

    i just downlod the x86 one, right?

  4. #144
    Join Date
    Jun 2006
    Beans
    43

    Re: How to: Broadcom Wireless cards

    well, it looks liek im gonna be trying the 32 bit version of ubuntu....

    i just downlod the x86 one, right?

  5. #145
    Join Date
    Apr 2006
    Beans
    62
    Distro
    Gutsy Gibbon Testing

    Re: How to: Broadcom Wireless cards

    Quote Originally Posted by piracyrocks
    well, it looks liek im gonna be trying the 32 bit version of ubuntu....

    i just downlod the x86 one, right?

    i386 i think it'l be called, but yes, thats the x86 one

  6. #146
    Join Date
    Sep 2005
    Beans
    124

    Re: How to: Broadcom Wireless cards



    are you sure the module is loaded? do "lsmod | grep bcm" just to check if bcm43xx is there

    and yes, you just have to download the 86 version and install like you did with the AMD64 version. no biggy.

  7. #147
    Join Date
    Dec 2005
    Location
    Santa Fe New Mexico
    Beans
    22
    Distro
    Dapper Drake Testing/

    Re: How to: Broadcom Wireless cards

    Quote Originally Posted by piracyrocks
    well, it looks liek im gonna be trying the 32 bit version of ubuntu....

    i just downlod the x86 one, right?
    Sorry about the delay piracyrocks, I got caught up surfing.

    I have a Turion 64 but I am using the 32bit Ubuntu. I did follow nickm's guide and I did have some hills to climb but don't worry they are worth it and I feel you will get your wireless up and running. One think I did that wasn't on the guide was I set up a dymanic ip and I have wep encryption as well.

    if you post after you install the 32bit version we can help you and walk you through it. Don't give up

  8. #148
    Join Date
    May 2005
    Location
    Sofia, Bulgaria
    Beans
    51

    Re: How to: Broadcom Wireless cards

    I've been using ndiswrapper for a very long time now, and was really thrilled to be able to use a native driver for my Broadcom 4306. It does work, it find the device, etc., however, connectivity is so choppy and slow. I had to resort back to ndiswrapper, which gives me excellent connectivity. I wonder if it is the drivers that need more work, or something in my configuration. I first set it using Flight 5 live cd, just to test it before I do it on my machine. Even though I have not done clean install (meaning I've been upgrading from Breezy), I am not certain that is the sole reason why connectivity sucks with the bcm43xx. Is it some other driver that needs to be enabled too, or is it choppy for everyone?

  9. #149
    Join Date
    Jan 2005
    Beans
    Hidden!

    Re: How to: Broadcom Wireless cards

    Ok. Everythings works great except 1 thing (theres always a catch ). Everytime I reboot the connection is gone. I have to go to the "Properties" of the wireless card and as soon as I do that (I dont touch a thing but look at its properties) its up and working fine. Untill a reboot. Weird.

    Heres my info:
    • Dell Inspiron 2200 laptop

    Code:
    user@pc:~$  lspci | grep Broadcom\ Corporation
    0000:02:03.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
    • Interfaces

    Code:
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).
    
    # The loopback network interface
    auto lo
    iface lo inet loopback
    
    # The primary network interface
    auto eth1
    iface eth1 inet static
    address 192.168.1.105
    netmask 255.255.255.0
    gateway 192.168.1.1
    
    iface eth0 inet static
    address 192.168.1.106
    netmask 255.255.255.0
    gateway 192.168.1.1
    
    
    
    iface wlan0 inet static
    address 192.168.1.105
    netmask 255.255.255.0
    gateway 192.168.1.1
    wireless-essid ******** 
    wireless-key ************************
    
    auto wlan0
    Id rather not use ndiswrapper but hey, it worked. Thanx.

  10. #150
    Join Date
    Nov 2005
    Beans
    40
    Distro
    Ubuntu 6.10 Edgy

    Re: How to: Broadcom Wireless cards

    Quote Originally Posted by drachir
    Sorry about the delay piracyrocks, I got caught up surfing.

    I have a Turion 64 but I am using the 32bit Ubuntu. I did follow nickm's guide and I did have some hills to climb but don't worry they are worth it and I feel you will get your wireless up and running. One think I did that wasn't on the guide was I set up a dymanic ip and I have wep encryption as well.

    if you post after you install the 32bit version we can help you and walk you through it. Don't give up
    Hmmm... Looks like this is what I should do, as I have the same system. This is a bit discouraging though. I paid for a 64 bit processor and it would have been nice to finally use an OS that took advantage of that instruction set. Are there any performance differences between the two? How about power management?

Page 15 of 100 FirstFirst ... 513141516172565 ... LastLast

Bookmarks

Posting Permissions

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