dell d600 with broadcom b43 wireless

Post Reply
Message
Author
rovingmutt
Posts: 3
Joined: Fri 06 Nov 2009, 21:13

dell d600 with broadcom b43 wireless

#1 Post by rovingmutt »

I am having a problem getting my wireless to work in all puppy versions, except ver 4.2.1, it works fine there, i would like to use 4.3.1 and or play around with other pups, but the wireless allways seems to be a problem setting up, if some one has a step by step set up for my wireless
i would be a happy newbie puppy.
rovingmutt

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#2 Post by rarsa »

I have a similar computer,

In some Puppy's I've had to unload and reload the driver after starting puppy. Actually in some the bcm43xx driver loads instead of b43.

First try it manually after starting puppy
1. Open a command console
2. Type

Code: Select all

rmmod b43
rmmod bcm43xx
modprobe b43
3. Try to connect

If that works then you can do the following:
1. Edit the file /etc/rc.d/rc.local
2. Add the instructions to unload and reload the modules

Code: Select all

rmmod b43
rmmod bcm43xx
modprobe b43
3. Save the file
4. Reboot

That should work

I'm surprised that you had the problem with 4.3.1. That is the first version I haven't had to use the workaround.
[url]http://rarsa.blogspot.com[/url] Covering my eclectic thoughts
[url]http://www.kwlug.org/blog/48[/url] Covering my Linux How-to

rovingmutt
Posts: 3
Joined: Fri 06 Nov 2009, 21:13

thanks for the help

#3 Post by rovingmutt »

thanks for the help, you were right i loaded 4.3.1 again and it worked ok, and i tryed the modprobe thing and it worked on another pup, so this fun again, one more question, how do you improve the the look of puppy and in some web sites the font seems wrong making it harder to read,
by the look i think the resolution?, maybe i need to load a better video driver?, thanks again

Post Reply