Results 1 to 7 of 7
Hello, my dvd-recorder doesn't work with new kernel version so i need to know what was changed after the 2.6.19 version of the linux kernel. Where i can found this ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-26-2011 #1Just Joined!
- Join Date
- Jan 2010
- Location
- Italy
- Posts
- 36
how to find changelogs
Hello, my dvd-recorder doesn't work with new kernel version so i need to know what was changed after the 2.6.19 version of the linux kernel. Where i can found this information?
Thank you
- 11-26-2011 #2
This seems to be a good place to start. With a few other good links posted within. Good Luck.
LinuxChanges - Linux Kernel NewbiesI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 11-26-2011 #3Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,680
You can query the RPM database, too, to get the changelog associate with a given RPM package. e.g.,
To query the changelog for the utility "ls", get the package name:
Then query the database:Code:rpm -qf /bin/ls
Code:rpm -qv --changelog coreutils
- 11-27-2011 #4Just Joined!
- Join Date
- Jan 2010
- Location
- Italy
- Posts
- 36
I checked the link of LinuxChanges but i didn't found anything that can explain why my dvd recorder doesn't work. Can someone help me looking these links:
kernelnewbies.org/Linux_2_6_20
kernelnewbies.org/Linux_2_6_21
(i need to write them like text and not like URLs because i still not have 15 posts)
In these links there must be the the problem because Puppy with kernel 2.6.19 works, Fedora 7 with kernel 2.6.21 doesn't work. Thank you.
@atreyu
At the moment i don't have any distro installed. I just re-installed Vista and tried some of the newest distro released, but the dvd recorder still not work. When i'll install a distro i certainly try your tip. Thank you.
- 11-27-2011 #5Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,680
Fedora 7 is ancient...any reason you can't try a more recent version?
If you're tied to F7, check the output of dmesg for DVD error messages:
The problem with it might be in the distro itself. How are you determining that it does not work?Code:dmesg|egrep -i 'cd-rom|dvd'
- 11-27-2011 #6Just Joined!
- Join Date
- Jan 2010
- Location
- Italy
- Posts
- 36
i always try livecd before install. if the dvd recorder doesn't work with the livecd it doesn't work also installing the distro.
EVERY linux distro livecd i tried with a kernel newer than 2.6.18 doesn't start. Fedora returns "sleeping forever", ubuntu bring me to a command line and many other don't boot. They work fine if i boot them from usb.
In this thread we are off-topic, if you want to understand the problem and (i hope) try to help me, i suggest you to see this thread: http://www.linuxforums.org/forum/ubu...etected-2.html
Thank you
- 11-27-2011 #7Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,680
Okay, you're right, I didn't understand the problem. Will respond to other thread...


Reply With Quote
