LinuxQuestions.org
Help answer threads with 0 replies.
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 12-05-2022, 11:05 PM   #16
LinuxPoser777
Member
 
Registered: Jan 2018
Location: Nowhere yet
Distribution: Fatdog 4.14.12, Linux Mint 18.3, rarely Red Hat enterprise 7.2 Maipo
Posts: 32

Original Poster
Rep: Reputation: Disabled

I just need to read the user manual and figure out how to rotate the hard-drive bay out of the way so I can get at the memory.

Update: I just had to unhook one cable which had prevented me from rotating it. The cable is too short. Not sure what the cable
goes to but I forgot to hook it back up and the computer runs fine anyway. I hope it's not a fan. I need to open the PC and hook it
back up.

Last edited by LinuxPoser777; 12-13-2022 at 07:15 PM.
 
Old 12-05-2022, 11:10 PM   #17
LinuxPoser777
Member
 
Registered: Jan 2018
Location: Nowhere yet
Distribution: Fatdog 4.14.12, Linux Mint 18.3, rarely Red Hat enterprise 7.2 Maipo
Posts: 32

Original Poster
Rep: Reputation: Disabled
I have to try and understand these 4 steps to rotate the hard-drive bay out of the way of the memory modules.

Step 1.
1. Disconnect either side of the P3 power-cable bundle that is attached to the card retention mechanism: press the release latch on the P3 power-cable
bundle connectors beside the power supply and pull the two connectors apart.

Step 2.
2. Press the card retention mechanism release-tab and rotate the card retention mechanism so that it rests against the rotatable hard-drive carrier.

Step 3.
3. Press down against the card retention mechanism until it clicks into place, locked against the hard-drive carrier.

Step 4.
4. Grasp the handle on the hard-drive carrier and rotate the carrier out of the chassis so that it is at an angle of less than 180 degrees from its original
position.
 
Old 12-06-2022, 10:42 AM   #18
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,314

Rep: Reputation: 1329Reputation: 1329Reputation: 1329Reputation: 1329Reputation: 1329Reputation: 1329Reputation: 1329Reputation: 1329Reputation: 1329Reputation: 1329
Note that different types of SCSI devices use different command sets. SCSI disks use the sd driver. SCSI tape uses the st driver. sg is the generic driver which can be used to send any type of command to any device. It sounds like your program is generating its own SCSI commands and using the generic device. To list the devices on the SCSI bus, do:

Code:
cat /proc/scsi/scsi
 
Old 12-06-2022, 03:12 PM   #19
LinuxPoser777
Member
 
Registered: Jan 2018
Location: Nowhere yet
Distribution: Fatdog 4.14.12, Linux Mint 18.3, rarely Red Hat enterprise 7.2 Maipo
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by smallpond View Post
Note that different types of SCSI devices use different command sets. SCSI disks use the sd driver. SCSI tape uses the st driver. sg is the generic driver which can be used to send any type of command to any device. It sounds like your program is generating its own SCSI commands and using the generic device. To list the devices on the SCSI bus, do:

Code:
cat /proc/scsi/scsi
The device that's not showing up is /dev/sg2 although the sg driver is loaded. I don't use the st driver very often, sometimes I do. I need to check each device for which hardware device is failing - is it the disk, the drive's termination, cable, cable's bus, etc.. It's a hardware error, not software.

During bootup, the BIOS says "No Devices Found" although it found the SCSI card fine. I decided to get some other tape drives involved, the terminator might have fallen off the drive when I shipped it back from California.

Last edited by LinuxPoser777; 12-06-2022 at 03:16 PM.
 
Old 12-10-2022, 05:08 PM   #20
LinuxPoser777
Member
 
Registered: Jan 2018
Location: Nowhere yet
Distribution: Fatdog 4.14.12, Linux Mint 18.3, rarely Red Hat enterprise 7.2 Maipo
Posts: 32

Original Poster
Rep: Reputation: Disabled
I have solved the problem with my tape drive not getting detected. I thought that there was something wrong with the termination. I tried another similar drive that has the right jumpers on it and the BIOS picks up the drive perfectly. It just looks at the drive as being another device along with the SCSI card's two channels. I just need to study the jumpers since they are almost the same tape drive in model and type.

I will post this thread again if I can get the original tape drive detectable too. I can't be sure until I try a different jumper config.

So I had to order a tape drive to solve this problem - the tape drive arrived by FedEx yesterday afternoon and it's now up and running.

Great feeling to see it on the bus, although I still need to fix the fact that it's listed as /dev/st0. I want it to appear as /dev/sg2.
I can probably solved that problem, although I can do things with st0 that are even more specific than with sg2. So either way I'm up
and running.

Bye for now.



'
 
Old 12-10-2022, 05:46 PM   #21
LinuxPoser777
Member
 
Registered: Jan 2018
Location: Nowhere yet
Distribution: Fatdog 4.14.12, Linux Mint 18.3, rarely Red Hat enterprise 7.2 Maipo
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by LinuxPoser777 View Post
I have solved the problem with my tape drive not getting detected. I thought that there was something wrong with the termination. I tried another similar drive that has the right jumpers on it and the BIOS picks up the drive perfectly. It just looks at the drive as being another device along with the SCSI card's two channels. I just need to study the jumpers since they are almost the same tape drive in model and type.

I will post this thread again if I can get the original tape drive detectable too. I can't be sure until I try a different jumper config.

So I had to order a tape drive to solve this problem - the tape drive arrived by FedEx yesterday afternoon and it's now up and running.

Great feeling to see it on the bus, although I still need to fix the fact that it's listed as /dev/st0. I want it to appear as /dev/sg2.
I can probably solved that problem, although I can do things with st0 that are even more specific than with sg2. So either way I'm up
and running.

Bye for now.



'
Oh, I've now solved the problem of /st0 versus /sg2. My tape drive IS mounted as /dev/sg2 so I can address it by name as such. It's just as
a device, the OS views it as the device /st0. No problem to communicate now.
 
Old 12-12-2022, 09:38 PM   #22
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486
Your issue with the original tape drive sounds like it may not have the proper scsi ID set by the jumpers. If the set ID conflicts with another device (the controller is usually ID 0) then it cannot be seen properly. On tape drives I have used ID 0 is all jumpers off.
 
Old 12-13-2022, 06:19 PM   #23
LinuxPoser777
Member
 
Registered: Jan 2018
Location: Nowhere yet
Distribution: Fatdog 4.14.12, Linux Mint 18.3, rarely Red Hat enterprise 7.2 Maipo
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by LinuxPoser777 View Post
I have to try and understand these 4 steps to rotate the hard-drive bay out of the way of the memory modules.

Step 1.
1. Disconnect either side of the P3 power-cable bundle that is attached to the card retention mechanism: press the release latch on the P3 power-cable
bundle connectors beside the power supply and pull the two connectors apart.

Step 2.
2. Press the card retention mechanism release-tab and rotate the card retention mechanism so that it rests against the rotatable hard-drive carrier.

Step 3.
3. Press down against the card retention mechanism until it clicks into place, locked against the hard-drive carrier.

Step 4.
4. Grasp the handle on the hard-drive carrier and rotate the carrier out of the chassis so that it is at an angle of less than 180 degrees from its original
position.
I just finished installing my new memory chips which came yesterday and now the PC (the other one I mentioned in this thread) is booting fine. So all is well now with both computers. It was an incredible feeling to realize that Dell's diagnostic lights of 1 and 3 on and it's beeps of 1-3-2 sequence really were correct - the memory was bad. Rather than put 4 chips in, I only put two 4MB RAMs in 667MHz full buffered. They only cost me about 31.67 off ebay, not too bad a price to get my machine back up. I took some pics to help others but they are still on my phone. I have to email them so I can post them. So both machines are working now. The BIOS says I have 8GB ram now. I'm not sure how much RAM the 4 chips I took out was. The machine can handle up to 32GB. I still have 6 slots open for chips. You just have to rotate the drive out of the way to get at the chips but I now realize that I forgot to plug a plug back in so I have to take the cover off again - some device, perhaps some drive is not plugged in. But the machine runs great anyway, so that's strange. Yeah, I had to unplug something to get the drive bay to rotate out of the way. What a pain to have to reopen the PC as it's stuffed into a tight space in my room.
[SOLUTION]

Last edited by LinuxPoser777; 12-13-2022 at 07:12 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found Jigsaw Linux From Scratch 14 02-23-2021 08:35 PM
[SOLVED] Help with troubleshooting HP DAT 72 tape drive and tapes [RHEL 5u7] gacanepa Linux - Hardware 5 12-22-2014 10:45 AM
[SOLVED] Script to Detect whether tape exist in tape drive or not dctw Linux - General 3 12-17-2010 03:04 AM
Is Tar file to tape drive faster than dir/files to tape drive? Runge_Kutta Linux - General 2 03-11-2009 07:13 AM
Using a DDS5 tape drive to restore from a DDS3 backup tape. AndrewCAtWayofthebit Linux - Hardware 1 05-14-2006 09:15 AM

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

All times are GMT -5. The time now is 01:17 PM.

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