You are not logged in.
Pages: 1
In the AUR is the package of the line6usb module (btw, I had to add arch=('x86_64') to the PKGBUILD). As I don't know ALSA well, I just don't know how to get this working...
Here's what I have so far:
bash-3.2# lsmod|grep line6
line6usb 96076 0
snd_rawmidi 25344 1 line6usb
snd_pcm 82952 3 line6usb,snd_pcm_oss,snd_hda_intel
snd 65096 11 line6usb,snd_rawmidi,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
usbcore 160432 5 line6usb,usbhid,uhci_hcd,ehci_hcdbut... what next? How to put it with ALSA? ALSA mixer reports:
/usr/sbin/alsactl: load_state:1608: No soundcards found...![]()
Offline
Pages: 1