Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] sound and cdplayer not working
Date: Sun, 20 May 2001 17:54:57
Message-Id: 3B085292.FEC2673B@gentoo.org
In Reply to: [gentoo-dev] sound and cdplayer not working by Collins Richey
1 Collins Richey wrote:
2 >
3 > I sent this out to other groups as well. I'm not sure it's a gentoo
4 > problem, but maybe someone here will know what to do.
5 >
6 > I'm still tinkering around with my gentoo distro. I can't seem to get
7 > sound or cd player to work, yet.
8 >
9 > This is on a 2.4.4-ac9 kernel. I don't really think the kernel is a
10 > problem. I have the same kernel module options as on Sybil Caldera)
11 > or Manrake 8.0, and both sound and cdplayer work.
12 >
13 > The default module entries are
14 >
15 > esssolo1
16 > usb-uhci
17 > tulip
18 > agpgart
19 > parport_lowlevel
20 > ide-scsi
21 >
22 > Sound is esssolo1. I have sound=m and esssolo1=m selected for kernel
23 > build. I get the same messages during boot of any of the distributions
24 > (see below), but xfce doesn't produce sounds on gentoo.
25 >
26 > 2001-05-19 14:19:04.292633500 <6>solo1: version v0.18 time 22:06:36 May 18
27 > 2001
28 > 2001-05-19 14:19:04.292640500 <6>PCI: Found IRQ 5 for device 00:09.0
29 > 2001-05-19 14:19:04.292647500 <6>solo1: joystick port at 0xe801
30 > 2001-05-19 14:19:04.292653500 <7>solo1: ddma base address: 0xe000
31 >
32 > For the ide-scsi stull, this is what I get. I have the same kernel entries
33 > as for Sybil. cdrecord --scanbus runs normally, just like on Sybil.
34 >
35 > 2001-05-19 14:43:06.511972500 <4>Attached scsi CD-ROM sr0 at scsi0, channel
36 > 0, i
37 > d 0, lun 0
38 > 2001-05-19 14:43:06.511990500 <4>Attached scsi CD-ROM sr1 at scsi0, channel
39 > 0, i
40 > d 1, lun 0
41 > 2001-05-19 14:43:06.513008500 <4>sr0: scsi3-mmc drive: 32x/32x writer cd/rw
42 > xa/f
43 > orm2 cdda tray
44 > 2001-05-19 14:43:06.513019500 <6>Uniform CD-ROM driver Revision: 3.12
45 > 2001-05-19 14:43:06.514045500 <4>sr1: scsi3-mmc drive: 2x/44x cd/rw
46 > xa/form2 cdd
47 > a tray
48 > 2001-05-19 14:43:06.535581500 <7>VFS: Disk change detected on device
49 > sr(11,0)
50 > 2001-05-19 14:43:06.556923500 <4> I/O error: dev 0b:00, sector 0
51 >
52 > Any suggestions where I might look?
53 >
54
55 We use alsa as default for sound on gentoo and using oss/light (the
56 modules included in the kernel)
57 is not tested very well at the moment.
58 A few things u night check:
59
60 Does the kdemixer work?
61 Install the media-libs/sox packket and try to play a soundfile with the
62 "play" utility. If that does not work
63 install dev-utils/strace and run
64 strace play [a sound file] > logfile
65 please post this logfile to the list, that should help us find the
66 problem.
67
68 bye achim~
69
70
71 > --
72 > Collins Richey
73 > Denver area
74 > gentoo system
75 >
76 > _______________________________________________
77 > gentoo-dev mailing list
78 > gentoo-dev@g.o
79 > http://www.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] sound and cdplayer not working Collins Richey <erichey2@××××.com>