Results 1 to 10 of 13
Hi, Im totally new to linux and wanted to give it ago, after realising I cannot buy a laptop with no o.s. on it and put my xp unatended on ...
- 03-26-2009 #1Just Joined!
- Join Date
- Mar 2009
- Location
- madrid
- Posts
- 35
newcomer
Hi, Im totally new to linux and wanted to give it ago, after realising I cannot buy a laptop with no o.s. on it and put my xp unatended on it. I put windows 7 on my laptop, but its still pants really. Ok, I've only ever used xp. Newby uh?. For two weeks now, Im going round in circles trying to find some instructions for how it works. I downloaded varios live versions and none of them see the wireless, its as if its turned off. I only have wireless, so without it Im stuffed. Could anyone pls tell me where I look to learn about linux (Im messin with debian) I downloaded ndiswrapper after reading something about it could see the cards but god knows how it installs. I hate the capitalistic pigs that microsoft are and would love to learn, so can anyone pls advise me on where to go to learn? My laptop is an hp pavillion dv51118.es. Thank in a.v. for any clues.
- 03-26-2009 #2
I'm sorry, what? Windows 7 pants? What happens when they crash? Do you moon everyone?

Do you know what kind of wireless chip your computer uses?Ok, I've only ever used xp. Newby uh?. For two weeks now, Im going round in circles trying to find some instructions for how it works. I downloaded varios live versions and none of them see the wireless, its as if its turned off.
You'll need the XP driver files for your card. These are usually an INF and a SYS file. You install them from the command line using ndiswrapper (some distributions also have a graphical program to do this).I only have wireless, so without it Im stuffed. Could anyone pls tell me where I look to learn about linux (Im messin with debian) I downloaded ndiswrapper after reading something about it could see the cards but god knows how it installs.Registered Linux user #270181
TechieMoe's Tech Rants
- 03-26-2009 #3Just Joined!
- Join Date
- Mar 2009
- Location
- madrid
- Posts
- 35
It says here in device manager that its a broadcom 802.11g Network Adapter. The l.top originally had vista on in.
- 03-26-2009 #4
Debian is pretty strict about only including free software. The broadcom firmware doesn't qualify. I think Mandriva 2009.1 will have the card working out of the box for most Broadcom chips. I seem to recall that was the case when I tested it on a laptop with the Broadcom 4318 chip. Otherwise, you can either use ndiswrapper with the windows drivers, or use a program called b43-fwcutter to extract the firmware files then place them in the directory /lib/firmware. b43 - Linux Wireless
- 03-27-2009 #5Just Joined!
- Join Date
- Mar 2009
- Location
- madrid
- Posts
- 35
thanks mate, Im on the case and I'll try that.
- 03-27-2009 #6Just Joined!
- Join Date
- Mar 2009
- Location
- madrid
- Posts
- 35
I went to this b43-fwcutter but I dont really understand it. I went to their page, looked for an itel chit download but saw nothing. Also it goes on about ...bcm43xx - I dont know how I find this number on my pc. I just need some real simple instructions. I dont understand ''jargon'' I dont know exactly what achetecture is, Im a welder, not a builder, and this is just pissing me off now. I dont have my own connection, so I rely on wifi, without it Im ****ed.Any help most apreaceated. Ha- and now Ive got this bloody window keep popping up telling me to activate my windows 7! Why? Oh, by the way, I think the card is 4315. I saw this number somewhere in there while fishing.
- 03-27-2009 #7
Debian is probably not the best newbie distro out there. Anyway...
Read this: http://www.linuxforums.org/forum/wir...tart-here.html The basic gist to finding out exactly which chipset you have is to open a terminal and typeYou're looking in the output for something along these linesCode:lspci -nn
To find which version of b43-fwcutter to use, you need to know what kernel you're running. For this typeCode:0000:02:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
If it's 2.6.24 following these intructions: b43 - Linux WirelessCode:uname -r
If it's 2.6.25 or newer (which it should be if you're using Debian 5) follow these intructions: b43 - Linux Wireless
EDIT: To install the b43-fwcutter package in Debian, you can download from here: Debian -- Package Search Results -- b43-fwcutter
Or add "contrib" to your sources.list.edit so you have a line that looks like thisCode:sudo gedit /etc/apt/sources.list
If you're not using lenny, replace with the version you are using, ie, etch, squeeze, or sid. Lenny is the current stable release, Etch is the old one, Squeeze is the current testing, and Sid is the unstable branch.Code:# Debian Lenny/5.0 deb http://ftp.us.debian.org/debian lenny main contrib non-free
Download as soCode:sudo apt-get update && sudo apt-get install b43-fwcutter
- 04-01-2009 #8Just Joined!
- Join Date
- Mar 2009
- Location
- madrid
- Posts
- 35
thanks mate, I'll get on and have a look now. I had to leave it alone for a while, due to it fraggling my brain, and taking over life in general. Now I'm ready for another head ****.
- 04-01-2009 #9Just Joined!
- Join Date
- Mar 2009
- Location
- madrid
- Posts
- 35
hi,again,I found a distro that saw the wireless gizmo -ubuntu.I tried to install it and get rid of win 7 but it wont install. So I tried another- debian gnome. It doesnt see the wireless, so went back to the link you posted, to have another go. So...how do I identify my chipset?And how do I get to a ''terminal''-how do I open a termina? Its had me going round in circles reading the same stuff for 2 hours now. The pc will be up the wall next.
- 04-01-2009 #10
Ubuntu is a much easier distribution to use than Debian as a beginner. What went wrong when you tried to install? Did it boot ok into the live CD?
In GNOME the terminal is listed under Applications>Accessories
In KDE it's called "Konsole" and I believe it is under utilities or system tools. You can also hit "ALT+F2" and type "konsole" in the run dialogue. (You can do the same in gnome, but in that case you type "gnome-terminal".


Reply With Quote

