October 24, 2024, 10:24:37 AM

1,531,340 Posts in 46,732 Topics by 1,523 Members
› View the most recent posts on the forum.


FUCKING NDISWRAPPER

Started by Daddy, July 25, 2007, 02:31:25 PM

previous topic - next topic

0 Members and 1 Guest are viewing this topic.

Go Down

Daddy

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?

Tomboh


ncba93ivyase


Quote from: ncba93ivyase on June 18, 2014, 07:58:34 PMthis isa great post i will use it in my sig

Daddy


ncba93ivyase


Quote from: ncba93ivyase on June 18, 2014, 07:58:34 PMthis isa great post i will use it in my sig

Daddy

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.

ncba93ivyase

July 25, 2007, 02:38:34 PM #6 Last Edit: July 25, 2007, 02:46:35 PM by JMV290
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

Quote from: ncba93ivyase on June 18, 2014, 07:58:34 PMthis isa great post i will use it in my sig

Daddy


ncba93ivyase

And just so you know, rm -rf does remove a directory. caterpie;

Quote from: ncba93ivyase on June 18, 2014, 07:58:34 PMthis isa great post i will use it in my sig

Feynman

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.

Daddy

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

ncba93ivyase


Quote from: ncba93ivyase on June 18, 2014, 07:58:34 PMthis isa great post i will use it in my sig

Feynman

July 25, 2007, 02:54:51 PM #12 Last Edit: July 25, 2007, 02:59:02 PM by Bassir
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.

ncba93ivyase

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;

Quote from: ncba93ivyase on June 18, 2014, 07:58:34 PMthis isa great post i will use it in my sig

Daddy

jmv290@ubuntu:/etc/ndiswrapper$ sudo rmdir bcmwl5/
Password:
rmdir: bcmwl5/: Directory not empty
jmv290@ubuntu:/etc/ndiswrapper$


;'(

Go Up