ATI TV Wonder 600 not working | Debian 12

Need help with peripherals or devices?
Post Reply
Message
Author
User avatar
LloydLynx
Posts: 19
Joined: 2021-06-10 18:26
Has thanked: 1 time
Been thanked: 2 times

ATI TV Wonder 600 not working | Debian 12

#1 Post by LloydLynx »

I installed Debian 12 and did my usual /lib/firmware/xc3028L-v36.fw trick to get this tuner working. But this didn't work. Kaffeine doesn't show the device at all. Installing firmware-linux-nonfree and firmware-misc-nonfree didn't fix it.

Code: Select all

~$ lsusb | grep Wonder
Bus 001 Device 003: ID 0438:b002 Advanced Micro Devices, Inc. ATI TV Wonder 600 USB 2.0

Code: Select all

[ 1338.447974] rc rc0: AMD ATI TV Wonder HD 600 as /devices/pci0000:00/0000:00:1d.7/usb1/1-5/1-5:1.0/rc/rc0
[ 1338.448110] rc rc0: lirc_dev: driver em28xx registered at minor = 0, scancode receiver, no transmitter
[ 1338.448230] input: AMD ATI TV Wonder HD 600 as /devices/pci0000:00/0000:00:1d.7/usb1/1-5/1-5:1.0/rc/rc0/input14
[ 1338.448382] em28xx 1-5:1.0: Input extension successfully initialized
Everything looks as it should, except /dev/dvb doesn't exist.

Kernel 6.1.0-12-amd64

CwF
Global Moderator
Global Moderator
Posts: 3072
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 63 times
Been thanked: 254 times

Re: ATI TV Wonder 600 not working | Debian 12

#2 Post by CwF »

LloydLynx wrote: 2023-09-19 22:03 Everything looks as it should, except /dev/dvb doesn't exist.
I am not familiar with Kaffeine but this is at least the third Kaffeine/TV tuner issue posted lately!?

Something beyond Kaffeine if /dev/dvb does not exist, and I think you imply this was working fine on Debian in the past?

I'm on a different setup that has been tested on bookworm since pre-release and needed a fix in dvb-apps , and briefly since then, so I would be behind if there was a recent kernel or package issue.

Have you thought about testing with any other packages, like dvb-apps on the cli (use bullseye's), earlier kernels, or even an upgrade from a working 11 if possible instead of a fresh install?

Being USB that is another variable I'm foggy on, I have two misc ones that haven't worked, a ATI750HD that didn't work. Since other hauppauges work, I was done...
Mottainai

User avatar
LloydLynx
Posts: 19
Joined: 2021-06-10 18:26
Has thanked: 1 time
Been thanked: 2 times

Re: ATI TV Wonder 600 not working | Debian 12

#3 Post by LloydLynx »

I got it working by manually installing kernel 6.1.0-11-amd64 and putting the following lines in /etc/default/grub

Code: Select all

GRUB_SAVEDEFAULT=true
GRUB_DEFAULT=saved
...so grub will remember which kernel I selected to boot. Now to wait for a bug fix.
https://www.mail-archive.com/debian-bug ... 30590.html

CwF
Global Moderator
Global Moderator
Posts: 3072
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 63 times
Been thanked: 254 times

Re: ATI TV Wonder 600 not working | Debian 12

#4 Post by CwF »

LloydLynx wrote: 2023-09-20 17:17 I got it working
Very good. So it seems a kernel blunder in these cases.

If you're so inclined, when the current kernel is fixed and working, if you could revisit this thread and comment so and mark the thread [Solved].
Mottainai

User avatar
LloydLynx
Posts: 19
Joined: 2021-06-10 18:26
Has thanked: 1 time
Been thanked: 2 times

Re: ATI TV Wonder 600 not working | Debian 12

#5 Post by LloydLynx »

Hopefully I remember. 🤞

hfmls
Posts: 1
Joined: 2024-11-20 22:08

Re: ATI TV Wonder 600 not working | Debian 12

#6 Post by hfmls »

Could you guys help me out please? i am using debian but i can't seem to be able to install this.

What trick do you mean?

Bus 001 Device 002: ID 2040:6600 Hauppauge WinTV HVR-900H (Model 660xx)

lsusb gives this, what else do i need? Goal is to use tvheadend
Thank you in advance.

CwF
Global Moderator
Global Moderator
Posts: 3072
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 63 times
Been thanked: 254 times

Re: ATI TV Wonder 600 not working | Debian 12

#7 Post by CwF »

hfmls wrote: 2024-11-20 22:11 Could you guys help me out please?
You probably should start a new thread with your details.
hfmls wrote: 2024-11-20 22:11 Goal is to use tvheadend
I'm not familiar. The native repo tools are mentioned in this thread above. I would expect that device to be supported.
Mottainai

Post Reply