个人工具

UbuntuHelp:Asus P7131 Dual

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 11:42的版本 (New page: {{From|https://help.ubuntu.com/community/Asus_P7131_Dual}} {{Languages|php5}} #format wiki #language en == DVB == === Disclaimer === I'm a real newbie on both linux and ubuntu, so please f...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索
  1. format wiki
  2. language en

DVB

Disclaimer

I'm a real newbie on both linux and ubuntu, so please feel free to correct any mistakes that exist in this page.

Drivers

Drivers for this card are available with the ubuntu installation but, at least in my case, the drivers were too old to be able to scan channels correctly. I compiled the latest and greatest from linuxtv.org. A description of how to do that can be found here:

[1]

If there is a problem saying "error: sound_config.h: No such file or directory", you need to:

make menuconfig
</code>
and disable the aci option under audio settings.

Reboot the system and load the new fresh drivers.
<pre>
modprobe saa7134_dvb
</code>

=== Use the analog (cable) input ===
To my surprise the antenna should be plugged into the '''analog''' input, instead of the digital.

This seems to be a result of the driver having difficulties switching inputs for TV.

There is probably no physical difference between them, but this removes the option for separate analog and digital antennas.

=== Further testing ===
Now is the time to verify that you can scan and receive media from the card. Follow the instructions at:

[http://www.linuxtv.org/wiki/index.php/First_steps_with_a_DVB_card]

[[category:UbuntuHelp]]