LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-03-2008, 06:40 AM   #16
PiraeusStef
LQ Newbie
 
Registered: Nov 2008
Posts: 13

Original Poster
Rep: Reputation: 0

Yes Correct,
The mount showed above is from the VM.
The actual Ubuntu installation does not creat even the device in the /dev dir. It seems like do not see it at all , like is not there while booting.
 
Old 12-03-2008, 08:08 AM   #17
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Interesting this problem is NOT unique to you..

Quote:
I can confirm that this also occurs on a new Lenovo IdeaPad Y710, which has an IDE connected Optiarc DVD RW AD-7560A. I was able to boot the install CD for the 64-bit version of Ubuntu 8.04 and install went fine, but the DVD/CD drive is not even seen after the initial reboot. Oddly, when booting the PC, the disk drive activity light stays on constantly until the CD drawer is opened - it then acts normally.

I don't even get the /dev/scd0 device, and I can't find anything in the DMESG output or the system logs that is meaningful to me.

I've tried the all_generic_ide=1 and that made no difference. I even set the region of the DVD drive (from the preinstalled Vista partition) to 1 and that did not make any difference either.

I'm thinking I might have to go back to Gutsy, or maybe even find another distro (nah, just kidding) - I really need to have a working CD/DVD/R/RW drive...
I believe this guy has a different problem than the bug thread he posted in but the symptoms look like what you are experiencing.
https://bugs.launchpad.net/ubuntu/+s...ux/+bug/228624

another report is here.. http://ubuntuforums.org/archive/index.php/t-925803.html




This looks like it may be a bug in Ubuntu with your hardware.. (the VM install doesn't really count because it's simulated hardware)

Have you tried any other Linux Distros on this hardware ?
 
Old 12-03-2008, 11:27 AM   #18
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
Wow if you do a google search you will see that alot of people are having problems. Here is a lenovo forum post with similar problems. http://forums.lenovo.com/lnv/board/m...thread.id=2557
 
Old 12-05-2008, 07:15 AM   #19
PiraeusStef
LQ Newbie
 
Registered: Nov 2008
Posts: 13

Original Poster
Rep: Reputation: 0
Hello,
I found that post in the Lenovo support forum.

I found a solution, mi CD/DVD unit doesn’t work after I install Fedora Core 8 and It was not possible to see it form Windows and from Linux, but in the web I found that someone has the same problem he or she fixed, and has the solution but in linux and is: that in the grub.conf in the line where says Kernel…….. put acpi=off. It works now I can see my CD/DVD unit in linux but I still can’t see it in Windows….. ?

Under ubuntu there is no grub.conf file. I wanted to give a try to the option acpi=off and see what it will happens. I can't find thr conf file. The above post is for FC8.
 
Old 12-05-2008, 08:06 AM   #20
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
Quote:
Originally Posted by PiraeusStef View Post
Hello,
I found that post in the Lenovo support forum.

I found a solution, mi CD/DVD unit doesn’t work after I install Fedora Core 8 and It was not possible to see it form Windows and from Linux, but in the web I found that someone has the same problem he or she fixed, and has the solution but in linux and is: that in the grub.conf in the line where says Kernel…….. put acpi=off. It works now I can see my CD/DVD unit in linux but I still can’t see it in Windows….. ?

Under ubuntu there is no grub.conf file. I wanted to give a try to the option acpi=off and see what it will happens. I can't find thr conf file. The above post is for FC8.
You should be able to find grub.conf at /boot/grub/. Also after reading my last post it just hit me that I should probably clarify that I was really surprised that I found that many people with similar problems. So please don't take it Like I was being a smart a**.
 
Old 12-05-2008, 08:37 AM   #21
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
grub.conf is probably /boot/grub/grub.cfg on Ubuntu
 
Old 12-05-2008, 08:45 AM   #22
PiraeusStef
LQ Newbie
 
Registered: Nov 2008
Posts: 13

Original Poster
Rep: Reputation: 0
No , no worries.
I believe (after I contacted Lenovo support ) that the are awared of the problem but since is not the pre-installed OS they do not want to help.
They help me although to get around on the Vista problem with the DVD.
After I installed the Ubuntu in first place I lost CD/DVD in both Vista and Ubuntu. And there are a lot of people with the same problem.

About grub.conf There is not one anywhere ( I did #find / -iname grub.conf) and returned nothing.

Can I manually create the file.? I noticed that my VM-Ubuntu does not have also. Is that strange. Can this be the mother of my problem.

Thanks again for your time.
 
Old 12-05-2008, 08:49 AM   #23
PiraeusStef
LQ Newbie
 
Registered: Nov 2008
Posts: 13

Original Poster
Rep: Reputation: 0
there is no grub.cfg either.
 
Old 12-05-2008, 09:11 AM   #24
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Maybe your distro is still using /boot/grub/menu.lst for the menu options rather than the grub.conf file.

http://wiki.linuxquestions.org/wiki/Grub.conf
Quote:
The default location is in /boot/grub/menu.lst. The .lst suffix stands for menu list, not menu first. The file contains configuration options (like default boot entry, (grub.enbug.org) color, timeout and password settings) and a list of menu entries. The file is often managed by some tool from the distribution itself, so when kernels are installed or removed the boot menu list gets automatically updated. Another common location is /etc/grub.conf but this is often a link file to the /boot/grub file.
 
Old 12-05-2008, 10:08 AM   #25
PiraeusStef
LQ Newbie
 
Registered: Nov 2008
Posts: 13

Original Poster
Rep: Reputation: 0
Case Solved

Okay it worked. I have add acpi=off in the Kernel load command and the DVD/CD mount without problem.
I got some error messages on the boot regarding my BIOS.

kernel /boot/vmlinuz-2.6.24-22-generic root=UUID=889c5cee-fae3-440a-beba-9dec970a426b ro quiet splash acpi=off

Case Solved
I will do some more testing.

Thank you very much both of you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux on Lenovo IdeaPad U110 echasketch123 Linux - Laptop and Netbook 1 09-19-2008 09:25 AM
Lenovo X60 - Ubuntu Gutsy 7.10 - 3D acceleration not working...!!?? rameious Linux - Laptop and Netbook 2 04-28-2008 07:52 PM
Lenovo IdeaPad Y510 mrzack General 3 03-21-2008 08:32 AM
HELP -->DVD ROM is not working R.H. 8 pr@k@sh Linux - Hardware 2 03-24-2005 08:37 AM
DVD-ROM not working pwalden Linux - Hardware 3 03-13-2004 06:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration