LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   2 problems after update to 2.6 kernel (https://www.linuxquestions.org/questions/slackware-14/2-problems-after-update-to-2-6-kernel-425677/)

daspooky 03-17-2006 03:36 AM

2 problems after update to 2.6 kernel
 
Hello fellow slackers,

- My slackware version is 10.2
- I updated the kernel to version 2.6.13 (from the direcoty on slackware 10.2 CD2) using the documentation in README.initrd also on CD2

The problem:

After rebooting with kernel 2.6.13 I'm having 2 problems:

1. Windows drives and the CDROM, defined in FSTAB don't get mounted anymore. While trying to mount them manually (ex. mount -t auto /dev/cdrom /mnt/cdrom) I'm getting the message "/dev/cdrom is not a valid block device"

2. My screen defined in /etc/X11/xorg.conf is not working anymore (X doesn't start). It was using nvidia drivers. When I configure it back to vesa X starts just fine

Are these problems common when updating to kernel 2.6? What can I do to fix them?

Thanks a lot in advance.

bathory 03-17-2006 04:00 AM

Quote:

2 . My screen defined in /etc/X11/xorg.conf is not working anymore (X doesn't start). It was using nvidia drivers. When I configure it back to vesa X starts just fine
You have to re-install the nvidia driver for your new kernel, i.e. run:
Code:

sh NVIDIA-Linux-x86-xxx.run
About the 1st prob, take a look at the dmesg output when you try to mount your cdron to see if you find any hints.

Bruce Hill 03-17-2006 10:05 PM

daspooky,

What is the output of "cat /etc/fstab" and "ls -l /dev/cdrom" and "dmesg | grep ATAPI" ???

Edit: Please use [_code_] before your output and [_/code_] after your output, without the underscores (_).


All times are GMT -5. The time now is 10:38 PM.