Infraction Jack
Senior member
It is suppose to have it's own channel scanning utility but for some reason it is not recognizing my usb tuner. When I do a lsusb the tuner shows up just fine.
Last edited:
lsmod | grep au
[snd_usb_audio 122982 1
snd_usbmidi_lib 25395 1 snd_usb_audio
au8522 27916 2
au0828 48294 0
dvb_core 110619 1 au0828
videobuf_vmalloc 13589 1 au0828
videobuf_core 26390 2 au0828,videobuf_vmalloc
tveeprom 21249 1 au0828
v4l2_common 16454 3 tuner,au8522,au0828
videodev 98259 5 uvcvideo,tuner,au8522,au0828,v4l2_common
snd_hwdep 13668 2 snd_usb_audio,snd_hda_codec
snd_pcm 97188 4 snd_usb_audio,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd 78855 24 snd_usb_audio,snd_usbmidi_lib,snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_rawmidi,snd_pcm,snd_seq,snd_timer,snd_seq_device
I use mplayer to watch tv since it works and is more configurable than tvtime. I had to use dvb tools to scan for channels, generate a channel configuration for mplayer, and finally copy that into mplayer's configuration directory.
dmesg | grep xc5000
[ 6.070229] xc5000 0-0061: creating new instance
[ 6.075796] xc5000: Successfully identified at address 0x61
[ 6.075801] xc5000: Firmware has not been loaded previously
[ 6.088677] xc5000 0-0061: attaching existing instance
[ 6.106167] xc5000: Device not found at addr 0x61 (0x704)
Code:[ 6.070229] xc5000 0-0061: creating new instance [ 6.075796] xc5000: Successfully identified at address 0x61 [ 6.075801] xc5000: Firmware has not been loaded previously [ 6.088677] xc5000 0-0061: attaching existing instance [B][ 6.106167] xc5000: Device not found at addr 0x61 (0x704)[/B]
It was working on windows before I installed Mint. The ports are usb 2.0 it is a Lenovo Z575. I googled the error and am trying this solution now.
under /etc/modprobe.d
create a file named
sudo vi xc5000.conf
and add this line
options xc5000 no_poweroff=1 #avoid reload
reboot.
w_scan is actually scanning for channels now.
It is still not finding any channels but it is scanning for them now.
w_scan -fa -a0 -c us -x -o7 > channels.conf
frontend 'Auvitek AU8522 QAM/8VSB Frontend' supports
INVERSION_AUTO
w_scan -fa -c US -X > channels.conf
vlc channels.conf