এই জিনিস পেলাম এবং বলছে কাজ হচ্ছে কিন্তু কিছুই বুঝতে পারছি না
Open an Applications-->Accessories-->Terminal and type: Code: sudo lshw -C multimedia This should tell you whether there are drivers loaded for both devices. I don't have an Audigy installed, as I have run out of available slots, but I do have an MSI TV@nywhere installed and working quite well, the tv tuner card is fairly old and I don't remember if it is a plus or not. If TV tuner card is based on the Philips saa713X chipset, it is detected, but not correctly. I had to add the following to /etc/modprobe.d Code: alias char-major-81 videodev alias char-major-81-0 saa7134 options saa7134 card=17 copy the above and paste it into a text editor and save it as saa7134, then copy it to /etc/modprobe.d. cd into the directory where you saved the script the type: Code: sudo cp saa7134 /etc/modprobe.d/ Then reboot and your tuner card should work. I have a directory called scripts to store reusable scripts, in my home directory that is on it's own partition, as I reinstall fairly often, running prerelease versions of Ubuntu. সূত্র <https://answers.launchpad.net/ubuntu/+source/tvtime/+question/59891> কেউ বুঝলে সাগীর ভাইকে বুঝায় দেন। ডিভাইস থাকলে টেস্ট করে দেখতে পারতাম। কিন্তু ডিভাইস নাই তাই করতে পারছি না। ---------------------------------------------------------- Dedicated Linux Forum in Bangladesh<http://forums.linuxdesh.com/member.php?action=register&referrer=3%20> Follow Me Twiter <https://twitter.com/#%21/AshickunNoor> Thank you Md Ashickur Rahman > Ubuntu Bangladesh > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd > -- Ubuntu Bangladesh https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
