Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79660 - problems when migrating to 2.6 - suggestions for improvements to migration guide
Summary: problems when migrating to 2.6 - suggestions for improvements to migration guide
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/migratio...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-26 18:49 UTC by Pablo De Nápoli
Modified: 2005-02-07 11:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pablo De Nápoli 2005-01-26 18:49:04 UTC
Besides the problems what I've reported in bug #79659 (please take a look), I've found some more causes of trouble:

- building alsa: I think that the correct thing to do is: first install the knew
kernel, after that compile the alsa libraries and tools
(so that the alsa headers and drivers in the kernel are used)
However, after booting with the new kernel, the line

emerge -a alsa-lib alsa-utils alsa-tools alsa-headers alsa-oss

suggested in the documentation did not work for me.
(the reason is that alsa-headers depend on alsa-driver, and alsa-driver is already built in the kernel!, and the alsa-headers are in the kernel headers, so they are not needed)

To overcome this difficulty, I had to add two lines

media-sound/alsa-driver-1.0.8
media-sound/alsa-headers-1.0.8_rc1

to /etc/portage/profile/package.provided so that portage knows that they are
already provided.

- Another problem was that I'm using a serial mouse, so its name under udev
is /dev/tts/0 (it used to be /dev/ttyS0), I suggest adding a note about this to the section entitled

"X11 config file should now use /dev/input/mice for PS/2 and USB mice"

and change off course that title. 


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2005-02-07 11:23:39 UTC
alsa-header doesn't (R)DEPEND on alsa-driver; they are however required as they are a hard dependency of alsa-libs.

I've put some information regarding the serial-mouse to the guide.