LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-24-2012, 11:17 PM   #1
james2b
Member
 
Registered: Feb 2007
Location: Washington state, USA
Distribution: Ubuntu Mate 18.04, Mint 19.1
Posts: 360

Rep: Reputation: 45
Question device drivers for several Linux installed on a eSATA external hard drive


What terminal command or tool do I use to find and install any needed device drivers for several Linuxs installed on a eSATA external hard drive, when that drive is connected to a totally different computer than the PC used for the installs.?
 
Old 09-25-2012, 07:03 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Usually you don't need to install drivers, except in the case when the kernel version of the installed Linux is to old to recognize newer hardware. In that case I would recommend to upgrade to the newest version of that distribution. Keep in mind that you will have problems if you use proprietary video drivers on such a setup and the video hardware changes.
Which distros are you speaking of?
 
Old 09-26-2012, 06:48 PM   #3
james2b
Member
 
Registered: Feb 2007
Location: Washington state, USA
Distribution: Ubuntu Mate 18.04, Mint 19.1
Posts: 360

Original Poster
Rep: Reputation: 45
Smile

Okay then and thanks. That external drive has these Linux installed; Fedora 15, PCLinux 2010, Mint 9, Kubuntu 10.04, and Mandriva 2010, and the MBR has the grub 2 from Mint 9. Both the older original computer and the newer PC that I have it connected to now have NVIDIA GeForce video cards installed. The PCLinux and Mandriva did not boot up, but gave a error, ( kernel panic; unable to mount the root file system ). The others seemed to have the needed drivers except for maybe the sound.
 
Old 09-26-2012, 07:34 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,993

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
You have to figure out if it is failing because it can't find the linux install or because of lack of support. All those should be able to boot to safe mode so I'd think it more likely to be a boot issue.
 
Old 09-27-2012, 04:41 AM   #5
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by james2b View Post
Both the older original computer and the newer PC that I have it connected to now have NVIDIA GeForce video cards installed.
As long as you dont have closed source drivers installed and have the full set of xorg files its not a problem, even if you swap between nVidia, ATI/AMD or intel video.

BTW, even if you do have nVidia cards installed in both computers doesnt mean that you can install the closed drivers. If one of the systems has a nVidia card that uses different drivers, e.g. one card uses 96.XX drivers (geforce 2 and 4), the other uses 175.XX+ (geforce 6XXX+, 'nvidia-current' in at least some distros) then drivers for one card will not work with the other.

Quote:
Originally Posted by james2b View Post
Okay then and thanks. That external drive has these Linux installed; Fedora 15, PCLinux 2010, Mint 9, Kubuntu 10.04, and Mandriva 2010, and the MBR has the grub 2 from Mint 9.
Fedora 15 is end of support-
http://lists.fedoraproject.org/piper...ly/003091.html

Mandriva 2010 is end of support-
http://blog.mandriva.com/en/2011/07/...-from-secteam/

Not a good idea to use distros when they have hit end of support.
 
Old 09-27-2012, 09:58 AM   #6
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
There's another potential issue. The video drivers may be properly installed, but for some reason the display resolution is not recognized. This is a not-too-uncommon issue with HTPCs connected through either the VGA or hdmi port of an LCD TV. Many of those TVs don't play nice with EDID, and have "virtual" resolutions which aren't their true native resolution (i.e.: advertised as High-Def or "1080p capable" when their true native resolution is 1366x768). Laptop resolutions can be a problem sometimes, too.
 
Old 09-27-2012, 10:34 AM   #7
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Check if the grub entries are correct for Mandriva and PCLinux. An eSata connection is the same as an internal connection. The cable is different, but connected to the SATA port directly. The root lines in menu.lst are probably incorrect. They may use a /dev/sd# type device name whereas the others use an ID based name.

Another possibility is the devices between the different kernels don't match up with the the bios' or grub's view. You can map devices with grubs HD named devices using the device.map file. Sometimes this is needed to get grub-install working. However as you are using grub (and /boot) from a booting distro, this is probably not the case.

Last edited by jschiwal; 09-27-2012 at 10:45 AM.
 
Old 09-27-2012, 09:00 PM   #8
james2b
Member
 
Registered: Feb 2007
Location: Washington state, USA
Distribution: Ubuntu Mate 18.04, Mint 19.1
Posts: 360

Original Poster
Rep: Reputation: 45
Smile

Okay thanks, I think the best idea is to install the newest versions of each of those external drive Linux. The most likely issue would be the SATA AHCI drivers since the older PC only had IDE hard drive, and this newer system does have full AHCI SATA set in the BIOS.
 
  


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
eSata External hard Drive Rusnock Linux - Newbie 2 10-30-2011 05:47 PM
[SOLVED] grub booting error 18 for an external eSATA hard drive james2b Linux - General 9 08-11-2011 10:08 PM
ubuntu installed on external hard drive, can't startup without external hard drive. Vanostaajen Linux - Software 23 01-20-2009 09:59 AM
configuring eSata PCI card and Lacie 2big Dual external hard drive Flailing_Novice Linux - Hardware 18 04-17-2008 01:08 PM
accidentally installed linux on external hard drive oneferna Linux - General 2 01-28-2006 03:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:22 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