From: bencollver@tilde.pink   
      
   On 2025-08-04, Mike Spencer wrote:   
   > At about the point of failure, strace says:   
   >   
   > munmap(0xae24a000, 2826240) = 0   
   > mmap2(NULL, 2826240, PROT_READ|PROT_WRITE,   
   > MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xae24a000   
   > ioctl(3, CDROM_SEND_PACKET, 0xbfb67244) = 0   
   >   
   > [repeated 47 times]   
   >   
   > write(2, "\n", 1) = 1   
   > write(2, "[AO_ALSA] Write error: Broken pi"..., 35[AO_ALSA] Write   
   > error: Broken pipe) = 35   
   > write(1, "[AO_ALSA] Trying to reset soundc"..., 37[AO_ALSA] Trying   
   > to reset soundcard.   
   > ) = 37   
   >   
   > so I'm no further ahead 'cause that was reported on the invoking   
   > console.   
      
   I have nothing for this. I am guessing that mplayer reads audio data   
   from CDROM and writes it to ALSA.   
      
   > It runs, prints   
   >   
   > cdp : audio CD player by saby@balu.sch.bme.hu   
   > Playing tracks 1-10...   
   >   
   > (so it's read from the CD) but does nothing else.   
   >   
   > write(1, "cdp : audio CD player by saby@ba"..., 46cdp : audio CD   
   > player by saby@balu.sch.bme.hu   
   > ) = 46   
   > openat(AT_FDCWD, "/dev/cdrom", O_RDONLY) = 3   
   > ioctl(3, CDROMREADTOCHDR, 0x8049d2c) = 0   
   > write(1, "Playing tracks 1-10...\n", 23Playing tracks 1-10...   
   > ) = 23   
   > ioctl(3, CDROMPLAYTRKIND, 0x8049d3c) = 0   
   > close(3) = 0   
   > exit_group(0) = ?   
   > +++ exited with 0 +++   
   >   
   > Does that tell you anything?   
      
   It tells me cdp is not using ALSA. It's telling the CDROM to play a   
   track on its line out. I'd double-check the mixer to make sure   
   nothing is muted. I'd also want to verify that the line out is   
   actually connected to the audio hardware. It brings to mind a   
   standard tech support question: When was the last time this worked   
   on this hardware? Which version of Slackware was it then?   
      
   Best regards,   
   -Ben   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|