Gentoo Archives: gentoo-dev

From: Collins Richey <erichey2@××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] sound and cdplayer not working
Date: Sun, 20 May 2001 20:39:34
Message-Id: 20010520204821.7eeeed89.erichey2@home.com
In Reply to: Re: [gentoo-dev] sound and cdplayer not working by AGottinger@t-online.de (Achim Gottinger)
1 [ snips ]
2
3 On Mon, 21 May 2001 01:26:10 +0200 AGottinger@××××××××.de (Achim Gottinger)
4 wrote:
5
6 > Collins Richey wrote:
7 > >
8 > > I sent this out to other groups as well. I'm not sure it's a gentoo
9 > > problem, but maybe someone here will know what to do.
10 > >
11 > > I'm still tinkering around with my gentoo distro. I can't seem to get
12 > > sound or cd player to work, yet.
13 > >
14 > > This is on a 2.4.4-ac9 kernel. I don't really think the kernel is a
15 > > problem. I have the same kernel module options as on Sybil Caldera)
16 > > or Manrake 8.0, and both sound and cdplayer work.
17 > >
18 > > The default module entries are
19 > >
20 > > esssolo1
21 > > usb-uhci
22 > > tulip
23 > > agpgart
24 > > parport_lowlevel
25 > > ide-scsi
26 > >
27 > > Sound is esssolo1. I have sound=m and esssolo1=m selected for kernel
28 > > build. I get the same messages during boot of any of the
29 distributions,
30 > > but xfce doesn't produce sounds on gentoo.
31 > >
32
33 > > For the ide-scsi stull, this is what I get. I have the same kernel
34 > entries
35 > > as for Sybil. cdrecord --scanbus runs normally, just like on Sybil.
36 > >
37 > > 2001-05-19 14:43:06.511972500 <4>Attached scsi CD-ROM sr0 at scsi0,
38 > channel
39 > > 0, i
40 > > d 0, lun 0
41 > > 2001-05-19 14:43:06.511990500 <4>Attached scsi CD-ROM sr1 at scsi0,
42 > channel
43 > > 0, i
44 > > d 1, lun 0
45 > > 2001-05-19 14:43:06.513008500 <4>sr0: scsi3-mmc drive: 32x/32x writer
46 > cd/rw
47 > > xa/f
48 > > orm2 cdda tray
49 > > 2001-05-19 14:43:06.513019500 <6>Uniform CD-ROM driver Revision: 3.12
50 > > 2001-05-19 14:43:06.514045500 <4>sr1: scsi3-mmc drive: 2x/44x cd/rw
51 > > xa/form2 cdd
52 > > a tray
53 > > 2001-05-19 14:43:06.535581500 <7>VFS: Disk change detected on device
54 > > sr(11,0)
55 > > 2001-05-19 14:43:06.556923500 <4> I/O error: dev 0b:00, sector 0
56 > >
57 > > Any suggestions where I might look?
58 > >
59 >
60 > We use alsa as default for sound on gentoo and using oss/light (the
61 > modules included in the kernel)
62 > is not tested very well at the moment.
63 > A few things u night check:
64 >
65 > Does the kdemixer work?
66 > Install the media-libs/sox packket and try to play a soundfile with the
67 > "play" utility. If that does not work
68 > install dev-utils/strace and run
69 > strace play [a sound file] > logfile
70 > please post this logfile to the list, that should help us find the
71 > problem.
72 >
73
74 ok, making progress.
75
76 1. In order to install sox (pkg doesn't have the dependancy), I had to
77 install sys-kernel/linux-extras. Once linux-extras was installed, sounds
78 started working.
79
80 What's in the extras - obviously some sort of an .so library that is needed
81 for sound to work. Could you explain what this is? Apparently this stuff
82 is automagically in other distros.
83
84 2. Still can't get the cdplayer to work. On 2.4.4 kernels, the cdroms are
85 /dev/srn - in my case 0&1, but the cdplayer gets "no disk found" and does
86 not play.
87
88 Any clues.
89
90
91 --
92 Collins Richey
93 Denver area
94 gentoo system

Replies

Subject Author
Re: [gentoo-dev] sound and cdplayer not working Daniel Robbins <drobbins@g.o>