Networking :: ndiswrapper worked, but my card isnt there...
ok, first off, my problem involves my broadcom 4311 and DSL-N, booting from a 256mb flash drive.
i finaly got ndiswrapper to load my driver (turns out i had a bad copy), but my wireless still wont work.;
after i install bcmwl5.inf i run this:
Code Sample
ndiswrapper -l
and it shows that driver and hardware are installed.
then i do
Code Sample
sudo ndiswrapper -m
and it say something about allies wlan0. normal so far (i think...)
then i try
Code Sample
sudo iwconfig wlan0and
it tells me that there is no such device.
then just to see what happens, i tried the next step:
Code Sample
sude iwconfig wlan0 "my ssid" key "my wep"
and it said that if failed at wireless device and that is doesnt exist.
i thought everything was working up to this point, but then my card wont show up. am i missing a step?
like i said, this is all in damn small linux-not. and it is being loaded from a 256mb flash drive. i have been running it this way ever since i screwed up my first ubuntu install (dual booting with xp) and grub spazed out so bad that i had to wipe myentire hard drive (im sure there were other options, but i wanted to start clean.).
my thinking is that if i screw this up, i can wipe it and start over agian (and again, and again....) with little or no impact on the rest of my system. at least that the thought. could this problem be cuased by booting from the flash drive. i know that doing it this way is sub-optimum, as it hold everything in a single FAT partition. but that wouldnt effect this, would it?
AAARG !!
thanks in advance guys, jonesYou have to issue 'modprobe ndiswrapper' aswell, before the iwconfig commands.ok, i tried that. same story.
it still says that my card doesnt exist. should i try a different driver maybe?After you 'modprobe ndiswrapper' check 'dmesg' to see if it loaded properly, it should show some info about the card.
About the driver, when you check 'ndiswrapper -l' it should say:
As long as it says 'hardware present' the driver should be good.ndiswrapper -l does tell me that my card and drivers are good, but when i try to do the iwconfig, it says "driver installed, hardware present".
and just so you dont think im a totaly tard, i can get a wireless card to work, just not my internal one.
i have a linksys usb wireless adapter that i had just sitting around, so i threw that in there and it works fine. i just dont want to have a usb network card hanging off the side of my laptop all the time. Next Page...
original here.