The instructions for my drivers were wrong.
It said to include both .inf files and only use one. I did that when I entered the command into terminal. It used both drivers and now it's using the wrong driver.
I can't delete the folder because it says I don't have permission so I went back to terminal and issued the following commands.
cd /etc/ndiswrapper
sudo su
rm -f bcmwl5
*Note /bcmwl5 doesn't bring anything up although it is a folder.
Doing the command tells me that bcmwl5 is a directory and cannot be removed.
What is the terminal command to remove a folder?
english plz
sudo rm -rf
...? psyduck;
Quote from: Lawlz on July 25, 2007, 02:32:48 PM
sudo rm -rf
...? psyduck;
shit maybe that's it. I forgot wub;
dus it wirk
Quote from: Lawlz on July 25, 2007, 02:37:08 PM
dus it wirk
I don't want to reboot into Ubuntu again, test it, and boot back into windows if it doesn't work.
Quote from: JMV290 on July 25, 2007, 02:38:08 PM
I don't want to reboot into Ubuntu again, test it, and boot back into windows if it doesn't work.
emo;
also, words
And just so you know, rm -rf does remove a directory. caterpie;
Change directory to the parent directory of the folder. Assuming this folder's in your desktop.
cd /home/james/Desktop
Then run the rmdir command under root.
sudo rmdir bcmwl5/
Boom. It should be gone.
Quote from: Bassir on July 25, 2007, 02:48:39 PM
Change directory to the parent directory of the folder. Assuming this folder's in your desktop.
cd /home/james/Desktop
Then run the rmdir command under root.
sudo rmdir bcmwl5/
Boom. It should be gone.
uhm i used jmv290 for mine name
Quote from: JMV290 on July 25, 2007, 02:53:23 PM
uhm i used jmv290 for mine name
Whatever.
I can confirm the command works, though. Tested in Ubuntu Feasty Fawn.
Quote from: Bassir on July 25, 2007, 02:54:51 PM
I can confirm the command works, though. Tested in Ubuntu Feasty Fawn.
Just worked for me. caterpie;
jmv290@ubuntu:/etc/ndiswrapper$ sudo rmdir bcmwl5/
Password:
rmdir: bcmwl5/: Directory not empty
jmv290@ubuntu:/etc/ndiswrapper$
;'(
Quote from: JMV290 on July 26, 2007, 10:45:02 AM
jmv290@ubuntu:/etc/ndiswrapper$ sudo rmdir bcmwl5/
Password:
rmdir: bcmwl5/: Directory not empty
jmv290@ubuntu:/etc/ndiswrapper$
;'(
Try this.
sudo rmdir --ignore-fail-on-non-empty bcmwl5/
Quote from: Lawlz on July 25, 2007, 02:32:48 PM
sudo rm -rf
...? psyduck;
Lawlz was right and bassir wasn't lol