Difference between pages "Set up DVB/T viewing with a USB Stick on Linux" and "Getting linux"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>Jstaerk
(New page: Linux is just a kernel, which is the core of a operating system. Usually you need many programs, like a desk top environment and a konsole (in unix-terms: a shell) to be able to install ...)
 
Line 1: Line 1:
Please review this article, it has not yet been tested on a clean system.  
+
Linux is just a kernel, which is the core of a operating system.  
  
In Ubuntu 8.10 with a WinTV Nova-T USB Stick. As viewer we will use vlc for a test, later you can move to more sophisticated front-ends like mythtv
+
Usually you need many programs, like a desk top environment and a konsole (in unix-terms: a shell) to be able to install and run programs. Many of these programs, e.g. the konsole(=shell) or a C-compiler to build the kernel were distributed with a special license, the GNU Public License, which is a free license: usually these programs do not cost money.
  
* install the software
+
A core of operating system relevant programs underlying the GNU Public License forms the GNU project. As Linux without these programs would be just a useless operating system core, some people refer to Linux as the operating system core and to GNU/Linux as the core and the programs.  
sudo apt-get install dvb-utils vlc
 
* download the firmware
 
wget http://www.wi-bw.tfh-wildau.de/~pboettch/home/linux-dvb-firmware/dvb-usb-dib0700-1.10.fw
 
  
;Note: There is new firmware available but it has some issues. Feel free to try it.
+
The combination of Linux and GNU programs (=GNU/Linux) plus usually also programs underlying other free licenses like Apache is called a distribution.
  
Info: http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500#Firmware
+
Linux<GNU/Linux<=Distribution
Firmware: http://www.wi-bw.tfh-wildau.de/~pboettch/home/files/dvb-usb-dib0700-1.20.fw
 
  
* Copy the firmware to the right location
+
A good description of the most prominent distributions (there are [http://distrowatch.com/ hundrets of them]) along with download instructions can be found at http://www.getlinux.info/
sudo cp dvb-usb-dib0700-1.10.fw /lib/firmware
 
 
 
plug in the device, it should then be visible via "ls /dev/dvb/adapter0"
 
 
 
* potentially: in /etc/modprobe.d/options (sudo gedit /etc/modprobe.d/options)  
 
** Add: options dvb-usb-dib0700 force_lna_activation=1
 
 
 
* scan for channels and save results in ~/channels.conf, please adjust the region accordingly, in the example its de-Frankfurt: 
 
scan /usr/share/doc/dvb-utils/examples/scan/dvb-t/de-Frankfurt -o zap | tee ~/channels.conf
 
 
 
* start vlc,  Media|open file, select all files and open the ~/channels.conf
 
* you should now be able to tune to different channels using your playlist (Wiedergabeliste)
 

Revision as of 15:54, 7 March 2009

Linux is just a kernel, which is the core of a operating system.

Usually you need many programs, like a desk top environment and a konsole (in unix-terms: a shell) to be able to install and run programs. Many of these programs, e.g. the konsole(=shell) or a C-compiler to build the kernel were distributed with a special license, the GNU Public License, which is a free license: usually these programs do not cost money.

A core of operating system relevant programs underlying the GNU Public License forms the GNU project. As Linux without these programs would be just a useless operating system core, some people refer to Linux as the operating system core and to GNU/Linux as the core and the programs.

The combination of Linux and GNU programs (=GNU/Linux) plus usually also programs underlying other free licenses like Apache is called a distribution.

Linux<GNU/Linux<=Distribution

A good description of the most prominent distributions (there are hundrets of them) along with download instructions can be found at http://www.getlinux.info/