enabling WLAN on Dell Inspiron 5100

Asked by dansm1511

I got to the point of trying to extract the .exe file I downloaded to a new directory ("Extracted") I set up and now can't seem to get the file extracted and installed.

this is where I aM:

dansm15@dandell:~/extracted$ cabextract./home/dansm15/extracted/sp30379.exe
bash: cabextract./home/dansm15/extracted/sp30379.exe: No such file or directory

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
dansm1511
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Johnny Chadda (joch) said :
#1

The commands should be:

  cd /home/dansm15/extracted/
  cabextract sp30379.exe

More information on the subject is available here:

  https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper

Revision history for this message
dansm1511 (dansm1511) said :
#2

Still having issues as follows: dansm15@dandell:~/extracted$ cd /home/dansm15/extracted/cabextract sp30379.exe
bash: cd: /home/dansm15/extracted/cabextract: No such file or directory

Revision history for this message
Johnny Chadda (joch) said :
#3

Those are two separate commands.

First type cd /home/dansm15/extracted/ and press enter.
Then type cabextract sp30379.exe and press enter.

If it says "bash: cabextract: command not found" when you type "cabextract sp30379.exe", then cabextract is not installed. It can be installed with
sudo apt-get install cabextract

Revision history for this message
dansm1511 (dansm1511) said :
#4

Here's the message I got when trying to install cabextract: ANy thoughts?

dansm15@dandell:~$ sudo apt-get install cabextract
Password:
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package cabextract

Revision history for this message
Johnny Chadda (joch) said :
#5

You need to add the universe repository. The Ubuntu wiki has a comprehensive guide:

  https://help.ubuntu.com/community/Repositories/Ubuntu

Revision history for this message
dansm1511 (dansm1511) said :
#6

I installed the Repositories and then got the following when I followed your instructions. Any ideas?

dansm15@dandell:~/extracted$ cabextract sp30379.exe
bash: cabextract: command not found

Revision history for this message
Johnny Chadda (joch) said :
#7

You need to install cabextract after enabling the universe repository.

sudo apt-get install cabextract will install it for you. (provided that you have enabled universe)

If it still says that the package is not available, then run sudo apt-get update first and then try installing it again. After that, proceed with the ndiswrapper instructions on https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper

Revision history for this message
Best dansm1511 (dansm1511) said :
#8

Johnny,

Thanks much for all your help. It worked! I'm all set for now :)