LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-19-2004, 04:34 AM   #1
M.R
Member
 
Registered: Mar 2004
Location: Sydney
Distribution: Win2k, Ubuntu 5.04
Posts: 48

Rep: Reputation: 15
Matsushita CW-7502 CD-R


Hi, i have been trying to install my old Matsushita CW-7502 CD-R SCSI burner for a long time but i am unable to do so. I am currently running Fedora Core 1. Can anyone help? Thanks

MR
 
Old 03-19-2004, 04:52 AM   #2
AutOPSY
Member
 
Registered: Mar 2004
Location: US
Distribution: Redhat 9 - Linux 2.6.3
Posts: 836

Rep: Reputation: 31
What all have you done already?

What errors are you getting when trying to mount the drive?

Can you post an error log of some CD-R software?
 
Old 03-19-2004, 07:31 AM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
In addition:
Do you have any other SCSI devices and are they working correctly?
Does the SCSI controller BIOS recognize the drive correctly?

Does linux recognize the drive? i.e.
look at the output of dmesg. Any messages for the drive?
look at the output of cat /proc/scsi/scsi
 
Old 03-19-2004, 03:49 PM   #4
M.R
Member
 
Registered: Mar 2004
Location: Sydney
Distribution: Win2k, Ubuntu 5.04
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by AutOPSY
What all have you done already?

What errors are you getting when trying to mount the drive?

Can you post an error log of some CD-R software?
Well i just installed Fedora, and realised it is not detected. I went to system tools -> Hardware Browser, then under Unknown devices i see: ABP5140:Unknown . This is the same message i get in Windows 2000. But in Windows 98 SE, it works fine.

I am trying: mount /dev/sdb /mnt/scsi and i get the error message:
mount: /dev/sdb is not a valid block device

I currently dont have any CD-R software installed on Fedora, i will do it tonight, and let you know. Thanks

MR
 
Old 03-19-2004, 03:55 PM   #5
M.R
Member
 
Registered: Mar 2004
Location: Sydney
Distribution: Win2k, Ubuntu 5.04
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by michaelk
In addition:
Do you have any other SCSI devices and are they working correctly?
Does the SCSI controller BIOS recognize the drive correctly?

Does linux recognize the drive? i.e.
look at the output of dmesg. Any messages for the drive?
look at the output of cat /proc/scsi/scsi
No i dont have any other SCSI devices, on the CD-R.
I am pretty sure the SCSI controller BIOS recognize the drive correctly as it works fine on my Windows 98 SE. Also the fact that, when i bought the computer brand new 6 years ago, the burner came with it, so the guyz should have fixed that even if there was a problem.

I dont think linux actually recognizes the drive. I had a look at the dmesg and i cant see the drive there. Everything else is there though. Would you like me to copy and paste the entire message here? Itś every long though.

Here is the output of cat /proc/scsi/scsi :

[root@local root]# cat /proc/scsi/scsi
Attached devices: none

Thanks for all you help so far, very much appreciated.

MR
 
Old 03-20-2004, 07:03 AM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
BTW your device ID for the SCSI CD should be /dev/scd0.

Do you know what kind of SCSI controller you have? Is linux loading the modules. check using the command lsmod.
 
Old 03-20-2004, 03:37 PM   #7
M.R
Member
 
Registered: Mar 2004
Location: Sydney
Distribution: Win2k, Ubuntu 5.04
Posts: 48

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by michaelk
BTW your device ID for the SCSI CD should be /dev/scd0.

Do you know what kind of SCSI controller you have? Is linux loading the modules. check using the command lsmod.
This is the output of lsmod:
sg 35436 0 (autoclean) (unused)
scsi_mod 110280 1 (autoclean) [sg]

This is the output of /dev/scd0:

[root@local root]# /dev/scd0
bash: /dev/scd0: Permission denied

I dont understand how can i have Permission denied? I am logged in as root.

MR
 
Old 03-21-2004, 12:52 AM   #8
M.R
Member
 
Registered: Mar 2004
Location: Sydney
Distribution: Win2k, Ubuntu 5.04
Posts: 48

Original Poster
Rep: Reputation: 15
I installed X-CD-Roast and it doesnt detect my CD-R. It only detects the dvd-rom.

MR
 
Old 03-31-2004, 04:12 AM   #9
M.R
Member
 
Registered: Mar 2004
Location: Sydney
Distribution: Win2k, Ubuntu 5.04
Posts: 48

Original Poster
Rep: Reputation: 15
I guess at this point, i should give up...?

MR
 
Old 03-31-2004, 08:01 PM   #10
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
All I can tell from the output of lsmod and cat /proc/scsi/scsi is that the SCSI controller module is not being loaded.

What is the output of lspci? This should tell you what kind of SCSI controller is installed in your PC. It should also be displayed when the controller BIOS does it scan at boot. What does windows say for your SCSI controller device?

Since the SCSI controller module isn't being loaded at boot you will not see any messages relating to the writer.

Do you see any messages relating to the controller from the output of dmesg?
 
Old 04-01-2004, 03:59 PM   #11
M.R
Member
 
Registered: Mar 2004
Location: Sydney
Distribution: Win2k, Ubuntu 5.04
Posts: 48

Original Poster
Rep: Reputation: 15
Here is the output of lspci:

[root@bdzone root]# lspci
00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:09.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 04)
00:09.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 01)
00:0a.0 Ethernet controller: Accton Technology Corporation SMC2-1211TX (rev 10)
00:0b.0 Communication controller: Rockwell International HCF 56k Data/Fax Modem (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 11)

>>It should also be displayed when the controller BIOS does it scan at boot. What does windows say for your SCSI controller device?

It actually doesnt show up.

From the dmesg i can see the following thing:

SCSI subsystem driver Revision: 1.00

MR
 
Old 04-01-2004, 08:44 PM   #12
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Is it a Advansys ABP5140 ISA SCSI card?

I wouldn't know if FC1 still provides the module. You might also need to load isapnp.

try
modprobe advansys
 
Old 04-02-2004, 05:57 AM   #13
M.R
Member
 
Registered: Mar 2004
Location: Sydney
Distribution: Win2k, Ubuntu 5.04
Posts: 48

Original Poster
Rep: Reputation: 15
>>Is it a Advansys ABP5140 ISA SCSI card?

I just check the Unknown Devices section under Hardware Browser and yeah it says:

ABP5140: Uknown !!!!!!!!

>>try modprobe advansys

I did, and then the busy light comes on in my burner, it flickers for a while and my whole system freezes and i had to restart manually. I think i might need to load it during startup. Can anyone tell me how i can do that? I think we are on the right tract, and itś just a matter of time before we fix this problem

MR
 
  


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
Matsushita/Matshita PhuckFonix Linux - Hardware 2 05-01-2005 11:33 AM
Panasonic/Matsushita CW-7502 CD-R M.R Slackware 9 04-02-2004 11:57 PM
Problem with Matsushita drives bpestilence Linux - Software 0 01-30-2002 03:11 PM

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

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