LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-12-2010, 09:33 PM   #31
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625

I finally manage my ubuntu to recognize media in the device.

For me it was done via change of BIOS setting. I set the S.M.A.R.T mode as 'auto'.

No idea if this help but it may suggest that the problem is related to BIOS settings for device.
 
Old 06-12-2010, 10:10 PM   #32
STDOUBT
Member
 
Registered: May 2010
Location: Stumptown
Distribution: Slackware64
Posts: 583

Rep: Reputation: 242Reputation: 242Reputation: 242
I have Xfce here too (Slack64/13.1)
What happens for me is an inserted data DVD or CD will be automounted and thunar will open to it. I also get the desktop device icon. Furthermore, a movieDVD will just start playing once inserted (mplayer auto-plays). But an audio CD won't be automounted/recognized. However, that same Audio CD will be recognized by (for example) Grip (not a stock Slackware app).
Here is my fstab FWIW:
Code:
/dev/darkstar/swap swap             swap        defaults         0   0
/dev/darkstar/root /                ext3        defaults         1   1
/dev/darkstar/home /home            ext3        defaults         1   2
/dev/sde1        /boot            ext3        defaults         1   2
/dev/cdrom      /mnt/cdrom       auto        noauto,user,ro  0   0
/dev/fd0         /mnt/floppy      auto        noauto,owner     0   0
/dev/dvd         /media/dvd         auto        noauto,user	0   0
devpts           /dev/pts         devpts      gid=5,mode=620   0   0
proc             /proc            proc        defaults         0   0
tmpfs            /dev/shm         tmpfs       defaults         0   0
I just have 1 optical device (combo dvd/cd r/w)

dhubsith, were you able to solve your problem yet?
 
Old 06-14-2010, 04:16 PM   #33
dhubsith
Member
 
Registered: Dec 2006
Location: New Mexico, USA
Distribution: Slackware
Posts: 72

Original Poster
Rep: Reputation: 25
Quote:
Originally Posted by STDOUBT View Post
dhubsith, were you able to solve your problem yet?
No, and I'm pretty certain that I am having the same problem as tpreitzel, as discussed here: http://www.linuxquestions.org/questi...so9660-812240/
 
Old 06-14-2010, 05:44 PM   #34
veeall
Member
 
Registered: May 2007
Location: Estonia
Distribution: Slackware64-current
Posts: 298

Rep: Reputation: 56
And heres my thread with error messages i had when slack was still in current. Please don't post in it, i'd just like to see the problem get attention it deserves.
 
Old 06-14-2010, 10:26 PM   #35
tpreitzel
Member
 
Registered: Aug 2007
Posts: 253

Rep: Reputation: 28
Quote:
Originally Posted by veeall View Post
And heres my thread with error messages i had when slack was still in current. Please don't post in it, i'd just like to see the problem get attention it deserves.
This bug was known during -CURRENT and made it into production?
 
Old 06-15-2010, 05:09 AM   #36
Martinezio
Member
 
Registered: May 2009
Location: Warsaw, Poland
Distribution: Slackware64-current
Posts: 191

Rep: Reputation: 32
Quote:
Originally Posted by igadoter View Post
The irony is that my device SONY works well with slackware 13.1 but not with ubuntu.
Maybe it's a kernel issue? What kernel is in Ubuntu? If custom, so try to reinstall it and triple-check the configuration
 
Old 06-15-2010, 05:19 AM   #37
SavoTU
Member
 
Registered: Apr 2005
Distribution: Slackware64 Current
Posts: 199

Rep: Reputation: 40
Quote:
Originally Posted by mryuck View Post
I got mine working. I had a corrupt download of some of the L packages. My libnotify package needed to be re-downloaded.
I had similar errors in dmesg.
Thank you, has been annoying me for a while I have just downloaded, reinstalled and rebooted to find auto mounting working. Am going to reinstall my cd drive and see if its fixed k3b as well.

Edit

It has fixed k3b as well now i am very happy thanks again.

Last edited by SavoTU; 06-15-2010 at 05:25 AM.
 
Old 06-15-2010, 10:25 AM   #38
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by STDOUBT View Post
But an audio CD won't be automounted/recognized. However, that same Audio CD will be recognized by (for example) Grip (not a stock Slackware app).

I just have 1 optical device (combo dvd/cd r/w)
Audio CDs don't mount like data CDs or DVDs because there is no file system to mount.
The fact that Grip is able to recognize the CD indicates that the system is finding the audio CD. I would be willing to bet that KAudioCreator would recognize the audio CD also if you have it installed.

... BTW, if you (like me!!) don't like KDE, another fine CD ripper for XFCE is asunder:
http://slackbuilds.org/repository/13.1/audio/asunder/ ...

Can you play the audio CD?
If you put an audio CD in the drive, open a terminal and run:
Code:
mplayer cdda:// -cache 5000
Since you only have 1 cdrom drive, that command should play your audio CD. It does for me.
Also, if you insert an audio CD and fire up xmms, and right-click on the xmms player and select: Play Directory, and navigate to /mnt/cdrom, it should load the tracks on your audio CD and play them.
Hope this helps.

Last edited by tommcd; 06-15-2010 at 10:43 AM.
 
Old 06-15-2010, 08:45 PM   #39
veeall
Member
 
Registered: May 2007
Location: Estonia
Distribution: Slackware64-current
Posts: 298

Rep: Reputation: 56
Heres my lspci info:
Code:
00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2) (prog-if 85 [Master SecO PriO])
        Subsystem: ASRock Incorporation 939NF6G-VSTA Board
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        I/O ports at 0e00 [size=8]
        I/O ports at 0e20 [size=4]
        I/O ports at 0e40 [size=8]
        I/O ports at 0e60 [size=4]
        I/O ports at c880 [size=16]
        Memory at dbffc000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2
        Capabilities: [b0] MSI: Enable- Count=1/4 Maskable- 64bit+
        Capabilities: [cc] HyperTransport: MSI Mapping Enable- Fixed+
        Kernel driver in use: sata_nv

00:08.1 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2) (prog-if 85 [Master SecO PriO])
        Subsystem: ASRock Incorporation 939NF6G-VSTA Board
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
        I/O ports at 0e80 [size=8]
        I/O ports at 0ea0 [size=4]
        I/O ports at 0ec0 [size=8]
        I/O ports at 0ee0 [size=4]
        I/O ports at c000 [size=16]
        Memory at dbff7000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2
        Capabilities: [b0] MSI: Enable- Count=1/4 Maskable- 64bit+
        Capabilities: [cc] HyperTransport: MSI Mapping Enable- Fixed+
        Kernel driver in use: sata_nv
After unsuccessfully trying to mount a data cd and successfully mounting data dvd couple of times, dvd-drive just died later with following in /var/log/messages and /var/log/syslog. After which cold boot was required to get it operational again.

Code:
Jun 16 01:34:56 masin kernel: sr: Sense Key : 0x4 [current] 
Jun 16 01:34:56 masin kernel: sr: ASC=0x8 ASCQ=0x3
Jun 16 01:35:31 masin kernel: sr 1:0:0:0: CDB: cdb[0]=0x0: 00 00 00 00 00 00
Jun 16 01:35:31 masin kernel: ata2: hard resetting link
Jun 16 01:35:31 masin kernel: ata2: nv: skipping hardreset on occupied port
Jun 16 01:35:31 masin kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jun 16 01:35:31 masin kernel: ata2.00: configured for UDMA/100
Jun 16 01:35:31 masin kernel: ata2: EH complete
Jun 16 01:35:34 masin kernel: sr 1:0:0:0: CDB: cdb[0]=0x0: 00 00 00 00 00 00
Jun 16 01:36:06 masin last message repeated 3 times
Jun 16 01:36:06 masin kernel: ata2: hard resetting link
Jun 16 01:36:06 masin kernel: ata2: nv: skipping hardreset on occupied port
Jun 16 01:36:06 masin kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jun 16 01:36:06 masin kernel: ata2.00: configured for UDMA/100
Jun 16 01:36:06 masin kernel: ata2: EH complete
Jun 16 01:36:37 masin kernel: sr 1:0:0:0: CDB: cdb[0]=0x0: 00 00 00 00 00 00
Jun 16 01:36:37 masin kernel: ata2: hard resetting link
Jun 16 01:36:37 masin kernel: ata2: nv: skipping hardreset on occupied port
Jun 16 01:36:47 masin kernel: ata2: hard resetting link
Jun 16 01:36:47 masin kernel: ata2: nv: skipping hardreset on occupied port
Jun 16 01:36:57 masin kernel: ata2: hard resetting link
Jun 16 01:36:57 masin kernel: ata2: nv: skipping hardreset on occupied port
Jun 16 01:37:32 masin kernel: ata2: hard resetting link
Jun 16 01:37:32 masin kernel: ata2: nv: skipping hardreset on occupied port
Jun 16 01:37:37 masin kernel: ata2: EH complete
Jun 16 01:59:37 masin -- MARK --
Jun 16 02:19:37 masin -- MARK --
Jun 16 02:39:38 masin -- MARK --
Jun 16 02:59:38 masin -- MARK --
Jun 16 03:19:38 masin -- MARK --
Jun 16 03:39:38 masin -- MARK --
/var/log/messages lines 4843-4879/4879 (END) 



Jun 16 01:34:56 masin kernel: sr0: CDROM (ioctl) error, command: cdb[0]=0x4a 4a 01 00 00 10 00 00 00 08 00
Jun 16 01:35:31 masin kernel: ata2.00: qc timeout (cmd 0xa0)
Jun 16 01:35:31 masin kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x2380000 action 0x6 frozen
Jun 16 01:35:31 masin kernel: ata2: SError: { 10B8B Dispar BadCRC UnrecFIS }
Jun 16 01:35:31 masin kernel: ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
Jun 16 01:35:31 masin kernel:          res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout)
Jun 16 01:35:31 masin kernel: ata2.00: status: { DRDY ERR }
Jun 16 01:35:34 masin kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x2380000 action 0x0
Jun 16 01:35:34 masin kernel: ata2: SError: { 10B8B Dispar BadCRC UnrecFIS }
Jun 16 01:35:34 masin kernel: ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
Jun 16 01:35:34 masin kernel:          res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
Jun 16 01:35:34 masin kernel: ata2.00: status: { DRDY ERR }
Jun 16 01:35:36 masin kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x2380000 action 0x0
Jun 16 01:35:36 masin kernel: ata2: SError: { 10B8B Dispar BadCRC UnrecFIS }
Jun 16 01:35:36 masin kernel: ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
Jun 16 01:35:36 masin kernel:          res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
Jun 16 01:35:36 masin kernel: ata2.00: status: { DRDY ERR }
Jun 16 01:35:36 masin kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x3b80000 action 0x0
Jun 16 01:35:36 masin kernel: ata2: SError: { 10B8B Dispar BadCRC LinkSeq TrStaTrns UnrecFIS }
Jun 16 01:35:36 masin kernel: ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
Jun 16 01:35:36 masin kernel:          res 51/20:03:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
Jun 16 01:35:36 masin kernel: ata2.00: status: { DRDY ERR }
Jun 16 01:36:06 masin kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x3b80000 action 0x6 frozen
Jun 16 01:36:06 masin kernel: ata2: SError: { 10B8B Dispar BadCRC LinkSeq TrStaTrns UnrecFIS }
Jun 16 01:36:06 masin kernel: ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
Jun 16 01:36:06 masin kernel:          res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Jun 16 01:36:06 masin kernel: ata2.00: status: { DRDY }
Jun 16 01:36:37 masin kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x380000 action 0x6 frozen
Jun 16 01:36:37 masin kernel: ata2: SError: { 10B8B Dispar BadCRC }
Jun 16 01:36:37 masin kernel: ata2.00: cmd a0/00:00:00:00:00/00:00:00:00:00/a0 tag 0
Jun 16 01:36:37 masin kernel:          res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Jun 16 01:36:37 masin kernel: ata2.00: status: { DRDY }
Jun 16 01:36:42 masin kernel: ata2: link is slow to respond, please be patient (ready=0)
Jun 16 01:36:47 masin kernel: ata2: SRST failed (errno=-16)
Jun 16 01:36:52 masin kernel: ata2: link is slow to respond, please be patient (ready=0)
Jun 16 01:36:57 masin kernel: ata2: SRST failed (errno=-16)
Jun 16 01:37:02 masin kernel: ata2: link is slow to respond, please be patient (ready=0)
Jun 16 01:37:32 masin kernel: ata2: SRST failed (errno=-16)
Jun 16 01:37:32 masin kernel: ata2: limiting SATA link speed to 1.5 Gbps
Jun 16 01:37:37 masin kernel: ata2: SRST failed (errno=-16)
Jun 16 01:37:37 masin kernel: ata2: reset failed, giving up
Jun 16 01:37:37 masin kernel: ata2.00: disabled
/var/log/syslog lines 1028-1103/1103 (END)
I have reinstalled kernels, libnotify, also checked bios for setting ahci or something, but there were none available for the dvd-drive.

I previously had an impression that dvd-drive dies after waking up from suspend to ram state, but this time it happened while computer was on and drive unused.
 
Old 06-15-2010, 09:50 PM   #40
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,267
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
I have a fresh Slackware 13.1 installation (both x86_64 and x86_32 on different boxes) and both KDE and Xfce don't have issues automatically mounting video or data DVDs. Audio CDs play fine. However, data CDs don't automount. Only the Slack-32 box (Xfce) pops up the GUI error

Method "Mount" with signature "ssas" on interface "org.freedesktop.HAL.Device.Volume" doesn't exist

The log errors are similar to above. Slackware 12-13 (and SLAMD64 11-12.2) did not have this behavior. Interestingly enough, I have a laptop with Xubuntu 10.04 LTS that has the same problem.
 
Old 06-15-2010, 10:09 PM   #41
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,267
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
Addenda: I can manually "mount -t iso9660 ..." just fine (this is a home brew CD) and a commercial CD (Civilization IV) automounts just fine. I'm now thinking is was burned whackily by k3b back when.
 
Old 06-15-2010, 11:29 PM   #42
tpreitzel
Member
 
Registered: Aug 2007
Posts: 253

Rep: Reputation: 28
Quote:
Originally Posted by veeall;4004874
00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2) (prog-if 85 [Master SecO PriO
)

Apparently, this bug is related to nVidia's MCP61 chipset, specifically the SATA Controller. Now, what software changed from SW 13 to SW 13.1 that introduced this bug and why wasn't it addressed during the -current development cycle when this bug was first identified?

Last edited by tpreitzel; 06-15-2010 at 11:32 PM.
 
Old 06-16-2010, 12:15 AM   #43
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by tpreitzel View Post
[...] and why wasn't it addressed during the -current development cycle when this bug was first identified?
Did you, or someone that you know, send Pat an e-mail about this prior to -current becoming 13.1? If not, then it would appear that you expect Pat to read minds.

You could, of course, send him such an e-mail now with whatever analysis you have done to date. He has released kernel updates in the past, if that is what is necessary.

Anyone who has this problem could drop in a 13.0 kernel, reboot (after you have made a new initrd.gz or whatever), and see if the problem persists. If the problem goes away, that would imply there is a kernel bug.
 
Old 06-16-2010, 12:39 AM   #44
veeall
Member
 
Registered: May 2007
Location: Estonia
Distribution: Slackware64-current
Posts: 298

Rep: Reputation: 56
The first time I was forced to cold boot due to dvd-drive, was after Jan 4 updates which introduced new 2.6.3x series kernel and new gcc. So maybe kernel 2.6.29 would show what's responsible for this, i haven't taken that root yet.

Edit: yes probably i'll try slack 13 kernel too, that's easier for me than compiling my own.

Last edited by veeall; 06-16-2010 at 12:40 AM.
 
Old 06-16-2010, 12:45 AM   #45
tpreitzel
Member
 
Registered: Aug 2007
Posts: 253

Rep: Reputation: 28
Quote:
Originally Posted by Richard Cranium View Post
Did you, or someone that you know, send Pat an e-mail about this prior to -current becoming 13.1? If not, then it would appear that you expect Pat to read minds.

You could, of course, send him such an e-mail now with whatever analysis you have done to date. He has released kernel updates in the past, if that is what is necessary.

Anyone who has this problem could drop in a 13.0 kernel, reboot (after you have made a new initrd.gz or whatever), and see if the problem persists. If the problem goes away, that would imply there is a kernel bug.
No. I was using BW64 13. Regardless, at a minimum someone identified this bug here in early April, actually TWO people, I think. It's well known that some of the major developers of Slackware visit LinuxQuestions.org so maybe the reporters just assumed a developer saw their bug report. Did someone else send Pat an e-mail directly? Did the original identifiers simply assume the developers visiting LinuxQuestions.org would see their report? I don't know and frankly this issue speaks loud and clear about Slackware needing to adopt a more thorough reporting and testing procedure. Bugs which essentially render a machine useless don't need to enter production. Granted, a post can be missed so a new procedure (other than assuming a victim of a bug would e-mail Pat directly or a developer will see the bug report on some forum) obviously needs adopting. Currently, the process of reporting bugs is obviously rather haphazard. Probably, a hundred thousand machines were sold using nVidia's MCP61 chipset which are currently paperweights if used with SW 13.1.

Granted, Pat, will likely find a solution. Pat and his team are a great bunch of guys with a great piece of software which is precisely why this situation shouldn't exist in the first place. Personally, I'll wait a few more days before deciding to send an e-mail...

Last edited by tpreitzel; 06-16-2010 at 12:55 AM.
 
  


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
Slack not recognize hard drive tramni1980 Slackware 18 10-10-2006 08:42 AM
How to Make Slack Recognize My Monitor? bongski55 Slackware 6 10-30-2003 01:34 AM
Can't get slack to recognize onboard lan fsu_slacker Linux - Networking 26 08-11-2003 10:09 AM
Mounted partitions in slack 9.0 ?! bynaar Slackware 4 03-30-2003 07:38 PM
slack recognize cdrw jhorvath Slackware 14 12-21-2002 06:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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