LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-03-2002, 09:48 AM   #1
qingjuan
LQ Newbie
 
Registered: Mar 2002
Location: New Jersey
Posts: 11

Rep: Reputation: 0
Sony CD-RW CRX175A on RH linux7.2


Hi all,

I am installing Sony CRX175A on Intel Pentium4 running RH 7.2, with kernal 2.4.17 .

Here is my configuraton:

ATA/IDE/MFM/RLL support ---> ATA/IDE/MFM/RLL support
ATA/IDE/MFM/RLL support ---> IDE, ATA and ATAPI Block devices ---> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
ATA/IDE/MFM/RLL support ---> IDE, ATA and ATAPI Block devices ---> Include IDE/ATA-2 DISK support
ATA/IDE/MFM/RLL support ---> IDE, ATA and ATAPI Block devices ---> Include IDE/ATAPI CDROM support
ATA/IDE/MFM/RLL support ---> IDE, ATA and ATAPI Block devices ---> SCSI emulation support

SCSI support ---> SCSI support
SCSI support ---> SCSI disk support
SCSI support ---> SCSI CD-ROM support

USB support ---> Support for USB
USB support ---> Preliminary USB device filesystem
USB support ---> UHCI (Intel PIIX4 VIA...) support
^^^^^

When I plugin cd-rw when the system is running, /var/log/message give me
information:
Apr 3 10:48:13 hera kernel: hub.c: USB new device connect on bus2/2, assigned device number 5
Apr 3 10:48:13 hera /etc/hotplug/usb.agent: ... no drivers for USB product 54c/73/1107
Apr 3 10:48:14 ...

In my harware browser: Sony CD_RW CRX175A is no CD_ROM dirves list, not on USB Devices list.


Your information will be appreciated greatly.

Grace
 
Old 04-03-2002, 06:31 PM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
try running this

cdrecord -scanbus
 
Old 04-03-2002, 09:43 PM   #3
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
Is it a USB CD-R/RW? If so, I believe there is no support for such as of yet.
 
Old 04-04-2002, 03:43 PM   #4
qingjuan
LQ Newbie
 
Registered: Mar 2002
Location: New Jersey
Posts: 11

Original Poster
Rep: Reputation: 0
Hi Divid,

I login as root but I can not run cdrecord -scanbus,. with error '
cdrecord: No such file or directory. Cannot open SCSI driv'

[root@hera dev]# ls -l scd0
brw-rw---- 1 root disk 11, 0 Aug 30 2001 sc
[root@hera dev]# cdrecord -scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001
cdrecord: No such file or directory. Cannot open SCSI driv
cdrecord: For possible targets try 'cdrecord -scanbus'. Ma
[root@hera dev]#


ls /proc/bus:
[root@hera linux-2.4.17]# ls -l /proc/bus
total 0
dr-xr-xr-x 2 root root 0 Apr 4 16:48 pccard
dr-xr-xr-x 5 root root 0 Apr 4 16:48 pci
dr-xr-xr-x 1 root root 0 Apr 3 14:32 usb
[root@hera linux-2.4.17]#


Thank you very much,

Grace
 
Old 04-04-2002, 03:47 PM   #5
qingjuan
LQ Newbie
 
Registered: Mar 2002
Location: New Jersey
Posts: 11

Original Poster
Rep: Reputation: 0
To neo7777

Hello, are you there is no support for Sony CRX175A in RH7.2 with kernel 2.4.17, can you give me further infomation. If it does not support, I give up early.

Thank you very much,

Grace
 
Old 04-04-2002, 08:43 PM   #6
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I hate to keep saying this, but in my opinion USB just plain sucks.
 
Old 04-04-2002, 11:48 PM   #7
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
As I can see from specs for Sony CRX175A it isn't USB, it is plain ATAPI IDE CD-R/RW, then I don't understand what the problem is with USB crap and what it means when you said
Quote:
When I plugin cd-rw when the system is running
Are you using some sort of PCMCIA card on laptop to plugin the CD-R/RW?
It can give you a hint
http://www.linuxgazette.com/issue57/feenberg.html
 
Old 04-05-2002, 04:05 AM   #8
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
so maybe it means Used Slightly Broken

LOL

Just kidding
 
Old 04-10-2002, 09:20 AM   #9
qingjuan
LQ Newbie
 
Registered: Mar 2002
Location: New Jersey
Posts: 11

Original Poster
Rep: Reputation: 0
mounted cd-rw

Hello experts,

then I don't understand what the problem is with USB crap and what it means when you said
quote:When I plugin cd-rw when the system is running

I mean that when the computer is on, and OS is running, I take off cdrw and plug in again.


Now, I have mounted my Sony cdrwCRX175A, here is my fstab:

[root@hera etc]# more /etc/fstab
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
LABEL=/db3 /db3 ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hdc1 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/cdrom1 /mnt/cdrom1 iso9660 noauto,owner,kudzu,rw 0 0
[root@hera etc]#

/mnt/cdrom1 is my sony cdrw, it is read and writable.

If I use an regular cd(something in there). I can read it. but when I mount an writeable empty cd, it gives me some error message:

[root@hera etc]# mount /mnt/cdrom1
mount: block device /dev/cdrom1 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/cdrom1,
or too many mounted file systems

Your idea will be appreciated gretly.

Grace
 
Old 04-10-2002, 09:39 PM   #10
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
You cannot mount an empty CD

You need to just get a cdrecord program installed and try it.

I'm not sure which one if any will work with the drive you have.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sony Vaio VGN-B1XP / sony driver question kentri9 Linux - Laptop and Netbook 0 12-27-2004 11:00 AM
help me install linux on sony sony vaio pcg-r505gl heina Linux - Newbie 4 10-10-2004 10:36 PM
RedHat Linux7.3 kay Linux - Networking 0 03-11-2003 12:17 AM
win98,xp,linux7.3 alltogether dark_light Linux - General 9 08-12-2002 07:02 PM
Downloading Linux7.3 dark_light Linux - General 4 07-29-2002 02:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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