Find the answer to your Linux question:
Results 1 to 2 of 2
Hey All, I finally figured out what files and commands to run to not have to have wireless first (with the deb and then the drivers) but it requires a ...
  1. #1
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,799

    b43 on live distro



    Hey All,

    I finally figured out what files and commands to run to not have to have wireless first (with the deb and then the drivers) but it requires a reboot....so when I use a live cd I can't use it because I reboot and the RAM is cleared which has the installed drivers and such.

    Is there a way to get it working without the "required reboot"?
    Ubuntu 10.10 the Maverick Meerkat
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, KDE & GDM

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  2. #2
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    You should be able to get it to work by removing and reloading the b43 module. This is assuming that the firmware files are installed first.

    Code:
    sudo modprobe -r b43
    Code:
    sudo modprobe b43
    If you are not using Ubuntu, you may need to use the su command, instead of sudo, to gain root privileges.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

Posting Permissions

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