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 05-30-2008, 08:48 AM   #1
ilnli
Member
 
Registered: Jul 2004
Location: Pakistan
Distribution: Slackware 10.0, SUSE 9.1, RH 7, 7.3, 8, 9, FC2
Posts: 413

Rep: Reputation: 32
CD Writer - No device found


Hi,

I've connected my HP 7200 CD-Writer with a laplink cable to my computer, now when I do:

modprobe paride
modprobe epat

The above two modules get inserted fine but when I do:

modprobe pcd
or
modprobe pg

it says:

FATAL: Error inserting pcd (/lib/modules/2.6.18-53.el5/kernel/drivers/block/paride/pcd.ko): Operation not permitted
or
FATAL: Error inserting pg (/lib/modules/2.6.18-53.el5/kernel/drivers/block/paride/pg.ko): Operation not permitted

And running dmesg command returns:

paride: epat registered as protocol 0
pcd: pcd version 1.07, major 46, nice 0
pcd0: Autoprobe failed
pcd: No CD-ROM drive found
pg: pg version 1.02, major 97
pga: Autoprobe failed
pg: No ATAPI device detected
pcd: pcd version 1.07, major 46, nice 0
pcd0: Autoprobe failed
pcd: No CD-ROM drive found
pg: pg version 1.02, major 97
pga: Autoprobe failed
pg: No ATAPI device detected

I can't figure out what's the problem could anyone help me in fixing this please.

Thanks,
Imran
 
Old 05-30-2008, 08:54 AM   #2
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Any chance the device is SCSI rather than Atapi?

Try typing lsscsi and see if anything turns up.

Sasha

Last edited by GrapefruiTgirl; 05-30-2008 at 08:55 AM. Reason: typo
 
Old 05-30-2008, 09:51 AM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,695

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
The HP 7200E is an external parallel port device. The 7200 is an IDE device.

A true laplink cable is special cable designed for transferring data between two computers using the parallel port. It will not work if you use it to connect it to a printer or in your case the CDROM drive (AFAIK).

Did you configure the parallel port in the BIOS for EPP?

I do not know why the pcd or the gp module is failing
 
Old 05-30-2008, 10:29 AM   #4
ilnli
Member
 
Registered: Jul 2004
Location: Pakistan
Distribution: Slackware 10.0, SUSE 9.1, RH 7, 7.3, 8, 9, FC2
Posts: 413

Original Poster
Rep: Reputation: 32
I've just tried it with LapLink cable only cause I was being told that this type of CD Writer will only work with LapLink cable, in the meantime I'll try it with parallel cable but I'll really appreciated any other suggestions thanks.
 
Old 05-30-2008, 10:43 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,633

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
How about just spending $50 on a USB CD burner, and avoiding the whole issue?
 
Old 06-03-2008, 05:14 AM   #6
ilnli
Member
 
Registered: Jul 2004
Location: Pakistan
Distribution: Slackware 10.0, SUSE 9.1, RH 7, 7.3, 8, 9, FC2
Posts: 413

Original Poster
Rep: Reputation: 32
Hi TB0ne,

You are right but the thing is that I'm not basically going to use it I just have to do some testing with this CD Writer basically.
 
Old 06-03-2008, 05:17 AM   #7
ilnli
Member
 
Registered: Jul 2004
Location: Pakistan
Distribution: Slackware 10.0, SUSE 9.1, RH 7, 7.3, 8, 9, FC2
Posts: 413

Original Poster
Rep: Reputation: 32
The problem of modprob seems to have been resolved but I'm facing another problem all the modules get inserted properly and my dmesg show:

Code:
paride: epat registered as protocol 0
pg: pg version 1.02, major 97
pga: Sharing parport0 at 0x378
pga: epat 1.02, Shuttle EPAT chip c6 at 0x378, mode 2 (8-bit), delay 1
pga: HP CD-Writer+ 7200, slave
pcd: pcd version 1.07, major 46, nice 0
pcd0: Sharing parport0 at 0x378
pcd0: epat 1.02, Shuttle EPAT chip c6 at 0x378, mode 2 (8-bit), delay 1
pcd0: Slave: CD-Writer+ 7200
pcd0: mode sense capabilities completion: alt=0x51 stat=0x51 err=0x60 loop=0 phase=3
pcd0: mode sense capabilities: Sense key: 6, ASC: 29, ASQ: 0
When I try to mount the cd in Readonly or Write mode my whole system hangs
Code:
mount -r /dev/pcd0 /mnt/
Can anyone help me with this please.

Thanks
 
Old 06-05-2008, 05:15 AM   #8
ilnli
Member
 
Registered: Jul 2004
Location: Pakistan
Distribution: Slackware 10.0, SUSE 9.1, RH 7, 7.3, 8, 9, FC2
Posts: 413

Original Poster
Rep: Reputation: 32
any suggestions please.
 
  


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
ALI-M5451 Laptop Soundcard >>No such device>>Device Not Found>No Pipeline Balarabay1 Linux - Hardware 1 02-21-2006 12:54 PM
UL 1.0 GRUB: could not find device for /boot: not found or not a block device cma Linux - General 4 12-12-2005 03:35 AM
CD Writer not found? tinksmartbstupi Linux - Hardware 2 02-05-2005 07:41 PM
Cd writer device. RoaCh Of DisCor Slackware 3 09-15-2004 10:04 PM
Can't change CD Writer Device in xcdroast Lul2x Linux - Software 12 03-23-2004 11:23 PM

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

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