个人工具

“UbuntuHelp:Asus P7131 Dual”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(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...)
 
第17行: 第17行:
 
<pre><nowiki>
 
<pre><nowiki>
 
make menuconfig
 
make menuconfig
</nowiki></code>
+
</nowiki></pre>
 
and disable the aci option under audio settings.
 
and disable the aci option under audio settings.
  
第23行: 第23行:
 
<pre><nowiki>
 
<pre><nowiki>
 
modprobe saa7134_dvb
 
modprobe saa7134_dvb
</nowiki></code>
+
</nowiki></pre>
  
 
=== Use the analog (cable) input ===
 
=== Use the analog (cable) input ===

2007年5月13日 (日) 12:51的版本

  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

and disable the aci option under audio settings.

Reboot the system and load the new fresh drivers.

modprobe saa7134_dvb

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:

[2]