Jump to content

problems installing kernel 2.6.0 (no USB)


ttilt
 Share

Recommended Posts

this is a problem I've seen a lot of people having in other forums too.

 

I tried installing 2.6.0 (currently I have Mandrake 9.2 (kernel 2.4.22)) and after reboot I get some error messages saying my /etc/fstab needs to be changed since my cdrom is no longer called /dev/scd0, it's now called /dev/hdc... After all these file system messages are done, I'm in KDE but with no mouse support. I have a USB optical mouse. It could be my config options but I'm sure I enable all USB stuff in there. Could I be missing an option there?

 

Are other people having this same problem?

 

Also, I notice that I don't have network either... don't know why but it could be some missing option during config too.

 

Any help would be greatly appreciated.

 

Thanks!

Link to comment
Share on other sites

Guest kuchwas

Make sure that you check what bvc asked about first.

 

Check the mouse section of your XFree86Config-4 file:

 

Section "InputDevice"

Identifier "Mouse1"

Driver "mouse"

- Option "Protocol" "auto"

+ Option "Protocol" "IMPS/2"

Option "Device" "/dev/psaux"

Option "Buttons" "5"

Option "ZAxisMapping" "4 5"

 

(modify the protocol type from auto to IMPS/2)

Link to comment
Share on other sites

modprobe mousedev

modprobe usbmouse

urpmi hotplug

 

Now for some reason to get a mouse device in /dev/ you need to modprobe mousedev.

 

Hotplug is reccommended, it is advised you install this if you use USB, even if you dont hotplug them.

 

They have fixed/changed/modifyed the kernel so that instead of having to use SCSI emulation to write to a CD burner, it is now capable of doing it with the normal ide-cd driver. There are still some problems with some drives thoug, i dont have details on this.

Link to comment
Share on other sites

Guest kuchwas
modprobe mousedev

modprobe usbmouse

usbmouse is depricated in kernel 2.6 (like scsi-ide emulation)

usbmouse is replaced by mousedev

/udev/* replaces /dev/* for all usb devices

 

kernel 2.6 is a baby, not even a month old since it's "stable" birth.

kernel, sysfs, udev, all need to mature before they are complete.

Don't expect it to be SuperKernel quite yet. :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...