Boyah Forums

General => The Lobby => Topic started by: Daddy on July 25, 2007, 02:31:25 PM

Title: FUCKING NDISWRAPPER
Post by: Daddy on July 25, 2007, 02:31:25 PM
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?
Title: Re: FUCKING NDISWRAPPER
Post by: Tomboh on July 25, 2007, 02:31:56 PM
english plz
Title: Re: FUCKING NDISWRAPPER
Post by: ncba93ivyase on July 25, 2007, 02:32:48 PM
sudo rm -rf

...? psyduck;
Title: Re: FUCKING NDISWRAPPER
Post by: Daddy on July 25, 2007, 02:33:46 PM
Quote from: Lawlz on July 25, 2007, 02:32:48 PM
sudo rm -rf

...? psyduck;
shit maybe that's it.  I forgot  wub;


Title: Re: FUCKING NDISWRAPPER
Post by: ncba93ivyase on July 25, 2007, 02:37:08 PM
dus it wirk
Title: Re: FUCKING NDISWRAPPER
Post by: Daddy on July 25, 2007, 02:38:08 PM
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.
Title: Re: FUCKING NDISWRAPPER
Post by: ncba93ivyase on July 25, 2007, 02:38:34 PM
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
Title: Re: FUCKING NDISWRAPPER
Post by: Daddy on July 25, 2007, 02:46:47 PM
Quote from: Lawlz on July 25, 2007, 02:38:34 PM
emo;


also, words
dem jewz
Title: Re: FUCKING NDISWRAPPER
Post by: ncba93ivyase on July 25, 2007, 02:47:37 PM
And just so you know, rm -rf does remove a directory. caterpie;
Title: Re: FUCKING NDISWRAPPER
Post by: Feynman on July 25, 2007, 02:48:39 PM
Change directory to the parent directory of the folder. Assuming this folder's in your desktop.

Code Select
cd /home/james/Desktop

Then run the rmdir command under root.

Code Select
sudo rmdir bcmwl5/

Boom. It should be gone.
Title: Re: FUCKING NDISWRAPPER
Post by: Daddy on July 25, 2007, 02:53:23 PM
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.

Code Select
cd /home/james/Desktop

Then run the rmdir command under root.

Code Select
sudo rmdir bcmwl5/

Boom. It should be gone.
uhm i used jmv290 for mine name
Title: Re: FUCKING NDISWRAPPER
Post by: ncba93ivyase on July 25, 2007, 02:54:27 PM
Quote from: JMV290 on July 25, 2007, 02:53:23 PM
uhm i used jmv290 for mine name
LOL
Title: Re: FUCKING NDISWRAPPER
Post by: Feynman on July 25, 2007, 02:54:51 PM
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.
Title: Re: FUCKING NDISWRAPPER
Post by: ncba93ivyase on July 25, 2007, 02:59:35 PM
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;
Title: Re: FUCKING NDISWRAPPER
Post by: Daddy 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$


;'(
Title: Re: FUCKING NDISWRAPPER
Post by: Feynman on July 26, 2007, 10:53:29 AM
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.

Code Select
sudo rmdir --ignore-fail-on-non-empty bcmwl5/
Title: Re: FUCKING NDISWRAPPER
Post by: Daddy on July 27, 2007, 04:52:13 PM
Quote from: Lawlz on July 25, 2007, 02:32:48 PM
sudo rm -rf

...? psyduck;
Lawlz was right and bassir wasn't lol