can't install drivers for internet usb and Nvidia cards

Asked by Lysander

Hi, I've just installed Ubuntu 9.04 64-bit on my new pc, and i'm trying to make the following items work:

1) D-Link DWA-160 USB adapter

2) Nvidia GeForce GTX 260 video card

I've tried installing drivers packages on both official sites, but none of them work. I've looked around the net for support and it has come to light that there's a bug with kernel-header in this version of Linux.

Now i've tried SO MANY things in attempt to fix kernel that i've become completely lost in all this. If someone could help me install necessary drivers clearly and correctly (new with Linux) i'd appreciate VERY MUCH....please, i'm about to smash the damn thing to pieces...

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Lysander
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

connect to a wired web connection and run:

sudo apt-get update; sudo apt-get upgrade; sudo apt-get install nvidia-glx-185

If you want your USB wifi to work can you please provide:

sudo lshw -C network
lsusb
sudo iwconfig scan

Thanks

Revision history for this message
Lysander (born2baliveal) said :
#2

E: Impossible de trouver le paquet nvidia-glx-1

can't find nvidia-glx-1 package

Revision history for this message
Lysander (born2baliveal) said :
#3

*-network
       description: Ethernet interface
       product: 82567LF-2 Gigabit Network Connection
       vendor: Intel Corporation
       physical id: 19
       bus info: pci@0000:00:19.0
       logical name: eth0
       version: 00
       serial: 00:22:68:63:6c:fb
       size: 100MB/s
       capacity: 1GB/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=0.3.3.3-k6 duplex=full firmware=1.8-5 ip=192.168.0.102 latency=0 link=yes module=e1000e multicast=yes port=twisted pair speed=100MB/s
  *-network DISABLED
       description: Ethernet interface
       physical id: 1
       logical name: pan0
       serial: fe:84:f6:c5:1c:b0
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes

Revision history for this message
Lysander (born2baliveal) said :
#4

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0bda:0152 Realtek Semiconductor Corp. Mass Stroage Device
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 04eb:e030 Northstar Systems, Inc.
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 0461:4d16 Primax Electronics, Ltd
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Revision history for this message
Lysander (born2baliveal) said :
#5

~$ sudo iwconfig scan
scan No such device

Revision history for this message
Lysander (born2baliveal) said :
#6

*mistake in my previous post*

E: Impossible de trouver le paquet nvidia-glx-185

can't find nvidia-glx-185 package

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

sudo apt-get update; sudo apt-get install nvidia-glx-180

Should get that started with the nvidia

sudo iwlist scan

is the cli scanner. Looks like the USB device detected as:

04eb:e030 Northstar Systems, Inc.

and is implemented using the windows driver (.sys and .inf file) and ndiswrapper. beware though not all ndiswrapper implementations allow WPA so you may have to step down to WEP and implement more security using hidden ssid, mac filtering, limited dhcp scop etc.

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

Revision history for this message
Lysander (born2baliveal) said :
#8

~$ sudo iwlist scan
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

pan0 Interface doesn't support scanning.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

Looks like you need the wrapper. Or you can buy a more supported USB adapter. What is printed on the case means nearly nothing. Its the chip inside that matters. If you research the chips you will know what to look for. Unfortunately Linux is not as supported as Windows in some areas of hardware.

If you download the windows driver matching your architecture, then use ndisgtk (installable from the install cd or if you use a wired connection you can get the latest and greatest from the repositorys)

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

Revision history for this message
Lysander (born2baliveal) said :
#10

thamk you, i'll search that site

Revision history for this message
Lysander (born2baliveal) said :
#11

could we do this one step at a time?

first priority is video card, i've done all you've siad but it STILL isn't working.....'d like to know what I do wrong cause i don't see the end of this mess...

so sorry to botter you so much, by the way, i've used ubuntu for two years now, but i never took the time to learn the basic of programming.... never had a reason to anyways

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#12

To install the driver using NdisWrapper, follow these instructions:

   To install the driver, type the following:

      sudo ndiswrapper –i filename.inf

      Replace filename.inf with the name of the .inf file you discovered in the previous steps.

   Next, type the following:

      sudo ndiswrapper –m
      gksudo gedit /etc/modules

      This will open the modules configuration file for editing. On a new line at the bottom, add the following:

      ndiswrapper

      Ensure you press Enter after adding the line.

   Save the file, close Gedit, and reboot your computer.

Revision history for this message
Lysander (born2baliveal) said :
#13

Retrieve the Windows driver corresponding to your chipset: Use the ID information you have just found and the ndiswrapper list to find and download the correct windows driver files for your wireless adapter, or one which is very similar (same chipset ID).

this is what i found on your site, the problem is: the link to get the LIST for the driver fitting my card (04eb:e030 Northstar Systems, Inc.) isn't valid, even when i replace the "," for "."

-->http://ndiswrapper.sourceforge.net/joomla/index.php?/component/option,com_openwiki/Itemid,33/id,list/

 then I tried the drivers for Xp and Vista on my installation CD of my D-Link card and it doesn't works... says :

~$ ndiswrapper -l
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
drivername : driver installed
 device (07D1:3C10) present

????? I'd like to get the proper driver if possible or a solution on what to get and do o finish what is already installed

Revision history for this message
Lysander (born2baliveal) said :
#14

tried every link for the drivers list, none of them work...

Retrieve the Windows driver corresponding to your chipset: Use the ID information you have just found and the ndiswrapper list to find and download the correct windows driver files for your wireless adapter, or one which is very similar (same chipset ID).

could you help me with that step?

thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#15

You may be in luck:

DLink DWA-160 Rev A has a linux driver:
ftp://ftp.dlink.co.uk/wireless/dwa-160/DWA-160_driver_3.2.0.17_rev_A1_linux.zip

If you look on the back of the device you can see the revision. Here is an example:
http://www.dlink.co.uk/cs/Satellite?blobcol=urldata&blobkey=id&blobtable=MungoBlobs&blobwhere=1197399830242&ssbinary=true

If you have rev B then the xp driver is here:
ftp://ftp.dlink.co.uk/wireless/dwa-160/DWA-160_driver_2.10_rev_B_XPVista.zip

Revision history for this message
Lysander (born2baliveal) said :
#16

thanks a lot!

sorry to have been such a botter -_-'

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#17

No worries duder. Just hope you can enjoy your OS. Share the love but don't troll :D

Maybe you'll help others as you get more proficient with the OS.