Joe Clarke <[email protected]> wrote: > I currently re-added my es1370-based Ensoniq soundcard to my FreeBSD 3.2 > system with the hope of getting Luigi's sound driver working with it. > > es1: <AudioPCI ES1370> rev 0x00 int a irq 10 on pci0.15.0 ^^^ > pcm1: using I/O space register mapping at 0x1800
At least with 4.0-CURRENT that's a problem. You need to patch sys/pci/es1370.c, ca. line 150, in struct es_pci_driver. Replace "es" by "pcm". I then get pcm0: <AudioPCI ES1370> irq 15 at device 9.0 on pci0 pcm0: using I/O space register mapping at 0xe400 on boot-up, and the card is made available correctly. > Trying to play an mp3 with mpg123, I get the following: > > Can't reset audio! > Can't reset audio! I get these too, but they don't seem to have any effect. mpg123 works fine. -- Christian "naddy" Weisgerber [email protected] carpe librum: books 'n' reviews <URL:http://www.carpe.com/buch/> To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-current" in the body of the message
