Corona688 Veteran
Joined: 10 Jan 2004 Posts: 1204
|
Posted: Tue Jul 11, 2006 5:28 am Post subject: ALSA and midi input |
|
|
I know that midi input works:
Code: | # cat /dev/midi1
)(+(D-)/#+0-/2&4(05&27&49,5;)7<(9>';@)<>A%C)@AE%CG*EH'GJ%HJ8 | (It's much more fluent at cursing than I am, too.)
But ALSA doesn't see it.
Code: | # arecordmidi -l
ALSA lib seq_hw.c:455:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
# | I can get it doing something with the dummy device, but I want it to use the real port, not the dummy one!
Code: | # lsmod
Module Size Used by
uhci_hcd 30048 0
ehci_hcd 29768 0
w83781d 36392 0
lm85 36324 0
i2c_sensor 3584 2 w83781d,lm85
i2c_isa 2944 0
i2c_amd756 6724 0
i2c_amd8111 6208 0
i2c_core 20672 6 w83781d,lm85,i2c_sensor,i2c_isa,i2c_amd756,i2c_amd8111
snd_seq_device 8528 0
squashfs 30696 0
zlib_inflate 16960 1 squashfs
ftdi_sio 40324 0
usbserial 29552 1 ftdi_sio
nls_iso8859_1 5696 0
nls_cp437 7424 0
usb_storage 65536 0
usblp 12544 0
ppdev 8968 0
parport_serial 9280 0
parport_pc 32168 1 parport_serial
parport 36620 2 ppdev,parport_pc
usbhid 31108 0
ohci_hcd 19908 0
usbcore 113432 9 uhci_hcd,ehci_hcd,ftdi_sio,usbserial,usb_storage,usblp,usbhid,ohci_hcd
radeon 75200 1
pcspkr 4312 0 | Even stranger, /dev/midi1 works without any snd_seq modules being probed at all. I guess the device is part of the low-level driver and the alsa modules are supposed to use it, but they don't, just the dummy one. How can I convince alsa to use my real midi port? _________________ Petition for Better 64-bit ATI Drivers - Sign Here
http://www.petitiononline.com/atipet/petition.html |
|