Latn11
2008-03-29, 01:29 PM CDT
Hi Everyone,
I'm using FC8, kernel 2.6.24.3-50.fc8, and trying to make my Edirol UA-4FX external sound card work.
I looked around and couldn't find any compatible drivers for linux, so I used ndiswrapper to install the drivers. That worked out fine (rdif1061):
[root@localhost ~]# ndiswrapper -l
netwpn11 : driver installed
device (1385:5F01) present
rdif1061 : driver installed
device (0582:00A3) present
The card is detected when I do lsusb (Roland Corp):
[root@localhost ~]# lsusb
Bus 001 Device 004: ID 1385:5f01 Netgear, Inc WPN111 (no firmware)
Bus 001 Device 001: ID 0000:0000
Bus 006 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 0582:00a3 Roland Corp.
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 003: ID 046d:c51a Logitech, Inc. MX Revolution/G7 Cordless Mouse
Bus 002 Device 002: ID 06a3:8021 Saitek PLC Eclipse II Keyboard
Bus 002 Device 001: ID 0000:0000
But when I do 'aplay -l', it's not listed:
[root@localhost ~]# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC883 Analog [ALC883 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC883 Digital [ALC883 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
It is also not listed anywhere in system-config-soundcard. I'm thinking that I have to create an alias, but, if this is what I need to do, I'm not sure how to do it. I had to create an alias to get system-config-network to show my wireless card, using 'alias wlan0 ndiswrapper'. But I don't know what I should be substituting the 'wlan0' for in the case of my soundcard.
Could I get some advice on this please? Thanks.
Latn11
I'm using FC8, kernel 2.6.24.3-50.fc8, and trying to make my Edirol UA-4FX external sound card work.
I looked around and couldn't find any compatible drivers for linux, so I used ndiswrapper to install the drivers. That worked out fine (rdif1061):
[root@localhost ~]# ndiswrapper -l
netwpn11 : driver installed
device (1385:5F01) present
rdif1061 : driver installed
device (0582:00A3) present
The card is detected when I do lsusb (Roland Corp):
[root@localhost ~]# lsusb
Bus 001 Device 004: ID 1385:5f01 Netgear, Inc WPN111 (no firmware)
Bus 001 Device 001: ID 0000:0000
Bus 006 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 0582:00a3 Roland Corp.
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 003: ID 046d:c51a Logitech, Inc. MX Revolution/G7 Cordless Mouse
Bus 002 Device 002: ID 06a3:8021 Saitek PLC Eclipse II Keyboard
Bus 002 Device 001: ID 0000:0000
But when I do 'aplay -l', it's not listed:
[root@localhost ~]# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC883 Analog [ALC883 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC883 Digital [ALC883 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
It is also not listed anywhere in system-config-soundcard. I'm thinking that I have to create an alias, but, if this is what I need to do, I'm not sure how to do it. I had to create an alias to get system-config-network to show my wireless card, using 'alias wlan0 ndiswrapper'. But I don't know what I should be substituting the 'wlan0' for in the case of my soundcard.
Could I get some advice on this please? Thanks.
Latn11