Re: [9fans] how to make hardware work?
afaik, there is a single usb audio device. On Jan 17, 2011, at 7:11 PM, Nick LaForge wrote: >> drivers for a few USB audio devices, but that's basically >> it. If you have neither, you'll have to write the driver yourself. > > John, > > You asked about this here: > > http://9fans.net/archive/2010/10/464 > > Did you ever settle on a usb audio device yourself? I'll try to get > mine to work. > > Should there even be different usb audio drivers? I thought audio was > part of the usb standard. > > Nick >
Re: [9fans] how to make hardware work?
device driver, i mean. On Jan 17, 2011, at 7:37 PM, lsub wrote: > afaik, there is a single usb audio device. > > On Jan 17, 2011, at 7:11 PM, Nick LaForge wrote: > >>> drivers for a few USB audio devices, but that's basically >>> it. If you have neither, you'll have to write the driver yourself. >> >> John, >> >> You asked about this here: >> >> http://9fans.net/archive/2010/10/464 >> >> Did you ever settle on a usb audio device yourself? I'll try to get >> mine to work. >> >> Should there even be different usb audio drivers? I thought audio was >> part of the usb standard. >> >> Nick >> >
Re: [9fans] Building Go on Plan 9
send a change to nix-dev to include the se headers. the process file describes how to do it. Another alternative is to make a contrib package for nix that could be installed with pm. Perhaps that's a better option. -- using ipad keyboard. excuse any typos. On Dec 1, 2011, at 7:29 PM, al...@pbrane.org wrote: > Charles Forsyth once said: >> modified library headers? > > % ls (386 sys)^/include/go > 386/include/go/u.h > 386/include/go/ureg_amd64.h > 386/include/go/ureg_arm.h > 386/include/go/ureg_x86.h > sys/include/go/ar.h > sys/include/go/bio.h > sys/include/go/bootexec.h > sys/include/go/goenv.h > sys/include/go/libc.h > sys/include/go/mach.h > sys/include/go/stdio.h > > Some of these are just copies of the standard > headers and others have a few adjustments that > the Go toolchain requires. All except mach.h > have #pragmas that point to the stock location > in /386/lib/*.a. > > Anthony > > [/mail/box/nemo/msgs/201112/50]