Vous n'êtes pas identifié(e).
Good morning! I'm sorry to hear that you're having trouble viewing TV channels on your Dell Inspiron 1501 with Ubuntu MATE 21.04 and MythTV. Let's try to troubleshoot the issue together.
Here are a few steps you can take to diagnose and resolve the problem:
Ensure the TV card is properly recognized: Open a terminal and run the following command to check if your TV card is detected:
css
Copy code
dmesg | grep -i dvb
Look for any relevant output that indicates the TV card is recognized without any errors.
Confirm the TV card is correctly configured in MythTV: Launch the MythTV Frontend and go to the "Capture Cards" section in the setup. Verify that the AverMedia AVerTV Volar HD2 (TD110) card is listed and configured properly. Pay attention to settings like the device number and input connections.
Check if the necessary kernel modules are loaded: In the terminal, execute the following command to see if the required modules are loaded:
css
Copy code
lsmod | grep -i dvb
Make sure modules like "dvb_usb" and "dvb_usb_v2" are listed. If they are missing, you may need to manually load them using the modprobe command.
Verify TV tuner permissions: Ensure that your user account has the necessary permissions to access the TV tuner. You can do this by running the following command in the terminal:
bash
Copy code
ls -l /dev/dvb/adapter0/
Check the ownership and permissions of the device files in that directory. They should typically belong to the "video" group and have read/write permissions.
Test with a different TV viewer: Install a different TV viewer application, such as VLC or Kaffeine, and try viewing channels using them. This will help determine if the issue is specific to MythTV or a broader problem.
Check for updates and community support: Ensure that your system is up to date with the latest software updates and patches. You can also visit the MythTV community forums or the Ubuntu MATE forums to see if others have encountered similar issues or if there are any specific troubleshooting steps for your hardware setup.
Hopefully, these steps will help you identify and resolve the issue. If you need further assistance, feel free to ask.
Bonjour,
quel frontend utilises tu pour la visualisation ? le frontend de mythtv ?
Est ce que tu lui a bien indiqué dans les paramétres qu'il est sur la meme machine (localhost) ?
TU peux aussi mettre une ip fixe sur ta machine, et donner au frontend cette adresse
Bonjour
J'ai installé sur un vieux dell inspiron 1501 ubuntu mate 21.04 équipé de 4GO de ram et d'une carte usb tv avermedia avertv volar HD2 (TD110) aussi j'ai installé la version 31 de mythtv
le problème est à la recherche des chaines ça marche! donc la carte tv est bien détectée
mais impossible de visualisé quand je passe dans le front end
Si quelqu'un a une idée?
Merci d'avance