On Tue, 25 Feb 2003, tod wrote: > Subject: [Alsa-user] Newbie Problems with Quattro Pt.2 > > Ok so I can`t get past the first step. > > I have RedHat 7.3 (which has the kernel 2.1.4.7 or something? whatever the > newest one is I think). Do I need to mess with the kernel to turn on usb > or is it already accommodated? I can`t make heads or tails of the kernel > how-to but maybe i could figure it out? > > The whole downloading the firmware is really confusing too but i guess > thats next > > t >
Examine the output from the 'dmesg' command to see if your USB interface(s) are correctly configured. Try this: $ johnnyb:~ > dmesg | grep -i usb usb.c: registered new driver hub uhci.c: USB Universal Host Controller Interface driver v1.1 uhci.c: USB UHCI at I/O 0xd400, IRQ 5 [...] Another useful command is 'lspci' which is in /sbin on slackware: johnnyb:~ > /sbin/lspci | grep -i usb 00:04.2 USB Controller: VIA Technologies, Inc. USB (rev 16) 00:04.3 USB Controller: VIA Technologies, Inc. USB (rev 16) If you have a modern(ish) PC and RH73 it should be all set. be sure your USB rig is all set before building the alsa EZ-USB stuff. JB # John Bleichert # http://vonbek.dhs.org/latest.jpg ------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
