LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Dell 1450 USB wireless adapter on FC5; hardware not seen by ndiswrapper (https://www.linuxquestions.org/questions/linux-wireless-networking-41/dell-1450-usb-wireless-adapter-on-fc5%3B-hardware-not-seen-by-ndiswrapper-480311/)

Mitsugaru 09-04-2006 11:21 AM

Dell 1450 USB wireless adapter on FC5; hardware not seen by ndiswrapper
 
Ok, I'm pretty new at Fedora when it comes to networking. Right now, I'm learning from a book. That's how I found out about ndiswrapper.

I'm running Fedora Core 5 on a IBM workstation.
So far, ndiswrapper is installed and works (to my knowledge...)
I used the DELLNIC.inf file and ndiswrapper says the driver is installed, but it doesn't say anything about the hardware.

Part of me thinks it has to do with the USB port and it doesn't power on the adapter. But, I don't know, it could be something else.

I've looked around the forum a bit. Some other people had similar hardware, but, not the same problem as me...

odcheck 09-05-2006 04:10 AM

is the device recognized in /var/log/messages ?
What is the output of
Code:

tail /var/log/messages
direct after you plugged the 1450 Adapter into your system?
Is it recognized?
If so and as you said everthing works fine with ndiswrapper
so
Code:

ndiswrapper -l
show the installed drivers.
Don't forget to
Code:

ndiswrapper -m
to write it to modeprobe.conf
After all this is answered with yes..
Code:

ifconfig -a
should show you all network interfaces.

Mitsugaru 09-09-2006 02:17 PM

Thanks for the help. Everything is working fine now.

I can only guess, though, that it wasn't ndiswrapper or my hardware, but one of my config files. It was the ..../keys-wlan0 file. For some reason, it misprinted the text with

KEY=s:xxxxxxxxxx

with "x" being the wep key
once I took out the "s:" part, just because I didn't think it belonged there, I was able to get on the internet and the network.

So, is that file really supposed to have the part that I took out or not?

odcheck 09-11-2006 02:57 AM

s = for ASCII code
But I am glad that you're happy.

Mitsugaru 09-12-2006 07:01 PM

Quote:

Originally Posted by odcheck
s = for ASCII code
But I am glad that you're happy.

Oh, so it really was conflicting with my WEP key, since it's hexadecimal, not ASCII...

Thanks for your help...


All times are GMT -5. The time now is 10:11 AM.