个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的6个中间版本)
第2行: 第2行:
 
{{Languages|UbuntuHelp:Asus_P7131_Dual}}
 
{{Languages|UbuntuHelp:Asus_P7131_Dual}}
 
== DVB ==
 
== DVB ==
 +
=== Note ===
 +
This information was written for Ubuntu 6.06 (Dapper Drake).
 
=== Disclaimer ===
 
=== Disclaimer ===
 
I'm a real newbie on both linux and ubuntu, so please feel free to correct any mistakes that exist in this page.
 
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 ===
 
Drivers for this card are available with the ubuntu installation but, at least in my case, the drivers were too
 
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.
 
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:
 
I compiled the latest and greatest from linuxtv.org. A description of how to do that can be found here:
 
 
[http://www.linuxtv.org/wiki/index.php/How_to_install_DVB#Solution_with_v4l_manual_installation]
 
[http://www.linuxtv.org/wiki/index.php/How_to_install_DVB#Solution_with_v4l_manual_installation]
 
 
If there is a problem saying "error: sound_config.h: No such file or directory", you need to:
 
If there is a problem saying "error: sound_config.h: No such file or directory", you need to:
 
<pre><nowiki>
 
<pre><nowiki>
第17行: 第16行:
 
</nowiki></pre>
 
</nowiki></pre>
 
and disable the aci option under audio settings.
 
and disable the aci option under audio settings.
 
 
Reboot the system and load the new fresh drivers.
 
Reboot the system and load the new fresh drivers.
 
<pre><nowiki>
 
<pre><nowiki>
 
modprobe saa7134_dvb
 
modprobe saa7134_dvb
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Use the analog (cable) input ===
 
=== Use the analog (cable) input ===
 
To my surprise the antenna should be plugged into the '''analog''' input, instead of the digital.
 
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.
 
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.
 
There is probably no physical difference between them, but this removes the option for separate analog and digital antennas.
 
 
=== Further testing ===
 
=== Further testing ===
 
Now is the time to verify that you can scan and receive media from the card. Follow the instructions at:
 
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]
 
[http://www.linuxtv.org/wiki/index.php/First_steps_with_a_DVB_card]
 +
----
 +
[[category:CategoryHardware]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 21:37的最新版本

DVB

Note

This information was written for Ubuntu 6.06 (Dapper Drake).

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]