PDA

View Full Version : Newbie trying to get Internet installed on Knoppix w/wifi



leedsquietman
01-03-2006, 06:17 PM
Hi Knoppixers,

I am new to Linux (thought I'd try it out after my wife's computer crashed due to spyware/viruses twice). Even though I run ZoneAlarm suite and a plethora of anti-spyware progs, I find the occasional pest getting to my computer too and I'm tired of the security holes.
I am not really a hardware orientated person and missed out on the DOS era of entering command lines,
so the KDE interface in Knoppix really appeals to me ! I am willing to read up and learn if I like LINUX. The best thing about windows is the plug and play interface and I know that a variety of reasons make this a weaker area in Linux (such as developers refusing to release source code for their drivers!)

I have a Dell Inspiron 9100 laptop, 3.2 Ghz P4 h/t 1MB cache, 1GB 400 Mhz DDR dual channel, ATI Radeon 9700,
60 GB 7200 Hitachi HDD, Broadcom 440 ethernet, dell truemobile 1350 wifi card. Everything installed and ran fine except
internet (wireless card not detected). After much research, I got my wifi card detected via NDISWRAPPER. The commands I used were.
ndiswrapper -i (path) bcmwl5a.inf > modprobe ndiswrapper> (ndiswrapper -l shows driver and device working), then
iwconfig wlan0 mode managed (next 3 commands listed on a website but would not compute were..iwconfig wlan0 essid <ESSID>, iwconfig wlan0 key restricted <KEY>,
iwconfig wlan0 up - only the iwconfig wlan0 mode MANAGED was recognised, then ndiswrapper -m to save . The wifi card shows as being connected at 54 Mbps and working but still no internet access.

Then I heard about run ifconfig (it produced some data about loopback address and stuff). Then I was told to enter routers IP address by inputting ifconfig wlan0 192.xxx.x.xxx (x substitutes real numbers)
I did this and in the wifi wizard, the IP address when from unknown to the 192.xxx.x.xxx address but still no internet connection. I feel frustrated because I have no other means of connecting to the net and feel
after getting the wlan detected with ndiswrapper (a feat in itself) that I should be able to get internet. I am obviously missing some commands or something needs configuring because the wireless card is blinking away and getting detected loud and clear.

Your assistance will be gratefully received !! Regards, martin (leedsquietman)

markpreston
01-03-2006, 10:40 PM
Hi,
I'm no expert, but the command

route add default gw 192.168.1.1

may help if you have an ADSL router with IP address 192.168.1.1

You might need something like
ifconfig eth0 192.168.1.152
for your ifconfig command if prior to
route add default gw 192.168.1.1.
This would give your computer the address 192.168.1.152 on the network.
Regards,
Mark

leedsquietman
01-05-2006, 03:56 PM
I tried your suggestions, but am still in the same position (thanks BTW for the reply!)

The system SEES the driver and the hardware, the Kwifi tells me the card is working , sees the router but I notice there is no AP address (mac address) set, this is set to 00:00:00:00 etc
it also tells me the IP address is unavailable unless I enter if config wlan0 192.x.x.x. etc. It also shows channel 11 being detected at 54 mpbs 100% signal strength when on windows
it shows me channel 6 is in use ?? Is there any way I can get the mac address AP put in and get this working. Without getting my wifi card working, I will not be able to use LINUX which is a pity
as I really LIKE what I see and do not like Windows with all it's security holes. I could happily use Linux for web browsing, office apps and most multimedia needs if only I could get online !
At the moment I'm forced to use Windows and that disappoints me.