linux-restricted-modules-2.6.22.14-generic needed but not there nor documented

Bug #158631 reported by Greg Conquest
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu
Invalid
Undecided
Unassigned

Bug Description

On ubuntu 7.10 Gutsy Gibbon, if I click
System -- Administration -- Restricted Drivers Manager
I get an error box that says:
[CODE]You need to install the package
linux-restricted-modules-2.6.22.14-generic
for this program to work[/CODE]
I can't find anything like this in add/remove software, and a search for this turns up very 2 discussions that haven't helped.

A search for the more general:
linux-restricted-modules
does turn up more, but it seems from a little delving, that sometimes some of the packages trail the main kernel -- sometimes by a few days.

It's been over ten days now. If these situations usually resolved themselves in a few days at worst, and this is going on ten days, then why isn't there at least mention of the ERROR by name? Is there a problem with the distribution, or is my setup broken somehow?

I guess for launchpad I'm at most base complaining that the lack of documentation in this case is the bug.

Revision history for this message
Basilio Kublik (sourcercito) wrote :

Hi there
The "Add/Remove software" application is just to search common user applications, not core components AFAIK, for this kind of job you could use synaptic, which is available at "System -> Administration -> Synaptic Package Manager", or install it via command line with ej.

apt-get install linux-restricted-modules-2.6.22.14-generic

this should work if you have the restricted repository in your /etc/apt/sources.list.
I'm not really sure if this is a bug or a support request, i don't have a clean install machine to test this, but i think all the required applications are already there in a clean install, but if in doubt let's just leave this open until can be properly tested.

Please tell me if do you already have all the required applications installed, so the issue can properly identified.

Thanks in advance.

Revision history for this message
Greg Conquest (gregconquest) wrote :

Basilio Kublik wrote:
> Hi there
[Try]
> apt-get install linux-restricted-modules-2.6.22.14-generic

OK. From a terminal, entering the above line, I get:

E: Couldn't find package linux-restricted-modules-2.6.22.14-generic

> this should work if you have the restricted repository in your /etc/apt/sources.list.

The relevant lines of /etc/apt/sources.list are:
# deb http://jp.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
# deb-src http://jp.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
# deb cdrom:[Ubuntu 6.10 _Edgy Eft_ - Release i386 (20061025.1)]/ edgy main restricted
# deb cdrom:[Ubuntu 6.10 _Edgy Eft_ - Release i386 (20061025.1)]/ edgy main restricted
deb http://jp.archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src http://jp.archive.ubuntu.com/ubuntu/ gutsy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://jp.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://jp.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted

I'm guessing its enabled, but it is hard to decode that...

Thank you for checking on this.
Greg

Revision history for this message
Basilio Kublik (sourcercito) wrote :

Could you try the following from the command line:

sudo apt-get update
sudo apt-get install linux-restricted-modules-generic

by the way, you can safely delete the lines commented out, for instance "# deb http://jp.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse", and that way make easy to read your sources.list file.

Revision history for this message
Greg Conquest (gregconquest) wrote :

The output is below, but that worked! Thank you, Basilio Kublik.

But why did I have to manually install that from the command line? Was my situation unusual somehow?

Greg Conquest

sudo apt-get install linux-restricted-modules-generic

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  binutils-static linux-restricted-modules-2.6.22-14-generic
  linux-restricted-modules-common nvidia-kernel-common
Suggested packages:
  nvidia-glx nvidia-glx-legacy nvidia-glx-new avm-fritz-firmware-2.6.22-14
The following NEW packages will be installed:
  binutils-static linux-restricted-modules-2.6.22-14-generic
  linux-restricted-modules-common linux-restricted-modules-generic
  nvidia-kernel-common
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 17.2MB of archives.
After unpacking 44.8MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://jp.archive.ubuntu.com gutsy/main binutils-static 2.18-0ubuntu3 [630kB]
Get:2 http://jp.archive.ubuntu.com gutsy/restricted linux-restricted-modules-common 2.6.22.4-14.9 [23.3kB]
Get:3 http://jp.archive.ubuntu.com gutsy/restricted nvidia-kernel-common 20051028+1ubuntu7 [5176B]
Get:4 http://jp.archive.ubuntu.com gutsy/restricted linux-restricted-modules-2.6.22-14-generic 2.6.22.4-14.9 [16.5MB]
Get:5 http://jp.archive.ubuntu.com gutsy/restricted linux-restricted-modules-generic 2.6.22.14.21 [25.4kB]
Fetched 17.2MB in 17s (999kB/s)
Selecting previously deselected package binutils-static.
(Reading database ... 110019 files and directories currently installed.)
Unpacking binutils-static (from .../binutils-static_2.18-0ubuntu3_i386.deb) ...
Selecting previously deselected package linux-restricted-modules-common.
Unpacking linux-restricted-modules-common (from .../linux-restricted-modules-common_2.6.22.4-14.9_all.deb) ...
Selecting previously deselected package nvidia-kernel-common.
Unpacking nvidia-kernel-common (from .../nvidia-kernel-common_20051028+1ubuntu7_all.deb) ...
Selecting previously deselected package linux-restricted-modules-2.6.22-14-generic.
Unpacking linux-restricted-modules-2.6.22-14-generic (from .../linux-restricted-modules-2.6.22-14-generic_2.6.22.4-14.9_i386.deb) ...
Selecting previously deselected package linux-restricted-modules-generic.
Unpacking linux-restricted-modules-generic (from .../linux-restricted-modules-generic_2.6.22.14.21_i386.deb) ...
Setting up binutils-static (2.18-0ubuntu3) ...
Setting up linux-restricted-modules-common (2.6.22.4-14.9) ...

Setting up nvidia-kernel-common (20051028+1ubuntu7) ...

Setting up linux-restricted-modules-2.6.22-14-generic (2.6.22.4-14.9) ...

Setting up linux-restricted-modules-generic (2.6.22.14.21) ...

Revision history for this message
Basilio Kublik (sourcercito) wrote :

You don't "have to" do it manually, i was just trying to make sure that the required packages are available for you, you could perfectly do this via synaptic package manager, which is the proper tool for doing this graphically, i think.
Could you please check if you have available synaptic at "System -> Administration -> Synaptic Package Manager".

Thanks

Revision history for this message
Greg Conquest (gregconquest) wrote :

Oops. Too late. I enabled the Nvidia restricted drivers and now ubuntu won't boot. It goes all the way to the GUI load and then just hangs at a black screen. I can get in via recovery mode, but I don't know what to do. startx still hangs. Either I figure out how to reverse or fix the restricted driver boot hang (a day or so), or I will have to flash the partition with an image from a week or so ago...

I'll try to fix this here:
http://www.uluga.ubuntuforums.org/showthread.php?t=597117
and then continue this more focused followup here on launchpad.

Greg

Revision history for this message
Basilio Kublik (sourcercito) wrote :

Hi Greg
i think we're done here, it sure looks like there are things to be worked on, but are more suitable for the support tracker https://answers.launchpad.net/ubuntu, where more people could benefit for the answers.

Thanks for taking the time to report this issue and try to make Ubuntu better, feel free to report any future bugs you might find, or ask any question you have at the support tracker.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.