Click to See Complete Forum and Search --> : modules


starind
05-22-2007, 09:11 PM
hi ive just install kubuntu 7.04 I need to know how to get and install linux-restricted-modules , in order for my pcmcia card to work properly
the card is supported in ubuntu but I need the modules


here is the link in relation to this card, 8470wd gold,, if someone could clarify and give me some ideas would be great


https://help.ubuntu.com/community/HardwareSupportComponentsWirelessNetworkCardsProxi m

deathadder
05-23-2007, 02:40 AM
Open up a konsole/terminal run then run this command:
sudo apt-get install linux-restricted-modules
If that says something along the lines of linux-restricted-modules in a meta package, then you need to tell it what kernel version you have installed.
sudo apt-get install linux-restricted-modules-`uname -r`
I would guess that the second command is slightly more likely...

After you've installed the modules, you should be able to use Kubuntu's GUI tools to setup your PCMCIA card.

starind
05-23-2007, 12:19 PM
ran the code suggested and got
this output

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package linux-restricted-modules
:~$ sudo apt-get install linux-restricted-modules-uname-r
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package linux-restricted-modules-uname-r

also I checked Adept package manager and according to it the modules are installed

,still I cannot configure knetworkmanager to get my card working

DrChuck
05-23-2007, 01:33 PM
ran the code suggested Looks like you have a typo in your command line. Those punctuation marks should be back-tics, and there is no space after "linux-restricted-modules-".

starind
05-23-2007, 03:51 PM
ran the code again

output as follows



sudo apt-get install linux-restricted-modules-`uname -r`
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-restricted-modules-2.6.20-15-generic is already the newest version.
linux-restricted-modules-2.6.20-15-generic set to manual installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.