Go to advanced search

by madman_xxx
Tue May 13, 2014 2:50 pm
Forum: Media centres
Topic: DVB-T tuner loses lock when starting omxplayer
Replies: 3
Views: 4726

Re: DVB-T tuner loses lock when starting omxplayer

I can now confirm the RPi works with IT9135, latest kernel & firmware on Arch Linux.
by madman_xxx
Mon Apr 07, 2014 9:05 pm
Forum: Media centres
Topic: DVB-T tuner loses lock when starting omxplayer
Replies: 3
Views: 4726

Re: DVB-T tuner loses lock when starting omxplayer

Well, I've solved it partially - it turned out the aerial cable was damaged and attenuated the RF signal. After cutting it short, the tuner stopped losing lock. And by "partially" I mean no thorough tests were made - I am no longer using my Pi to watch TV. Conclusion: make sure the reception is good...
by madman_xxx
Mon Jan 28, 2013 7:20 am
Forum: General discussion
Topic: Wrong BogoMIPS
Replies: 6
Views: 3078

Re: Wrong BogoMIPS

BogoMIPS varies even between kernel versions: see here http://www.raspberrypi.org/phpBB3/viewt ... 66&t=26616
by madman_xxx
Thu Jan 24, 2013 12:53 pm
Forum: Raspberry Pi OS
Topic: Building a new kernel
Replies: 13
Views: 2476

Re: Building a new kernel

MaxK1 wrote:Be prepared to wait if you build "natively" - On an overclocked Rev 1 Pi it took about 6 1/2 hours...
That's why cross-compilation is a better choice. Comprehensive guide for that (among other things) can be found here:
http://elinux.org/RPi_Kernel_Compilation
by madman_xxx
Wed Jan 23, 2013 9:11 pm
Forum: Beginners
Topic: NTFS External HDD - Read Only File System
Replies: 29
Views: 22977

Re: NTFS External HDD - Read Only File System

If you plan to dedicate the drive for Pi (and discard its use with Windows), forget about NTFS. Use ext4 instead - you'll have better performance with it. If you insist on using NTFS (which I don't recommend) with write support, you have to use FUSE and NTFS-3G. sudo apt-get install fuse ntfs-3g Aft...
by madman_xxx
Wed Jan 23, 2013 8:58 pm
Forum: General programming discussion
Topic: New guy needing some direction
Replies: 11
Views: 2541

Re: New guy needing some direction

Hello, It's hard to help you. The idea you have is so broad that I doubt anyone has done it already, not mentioning a step-by-step guide. Have you got any experience in electronics? It's essential. There are a lot of posts about interfacing sensors with example programs. Programming is the second es...
by madman_xxx
Wed Jan 23, 2013 8:39 pm
Forum: Raspberry Pi OS
Topic: Building a new kernel
Replies: 13
Views: 2476

Re: Building a new kernel

I'm not sure what are you asking for... If you ask for a kernel source, there is a package for that, but AFAIK it is outdated, so you should download the kernel from repository. There are two versions - 3.2.27 (not to be confused with 3.2.27+), and 3.6.y (3.6.11). After you download the kernel, you ...
by madman_xxx
Mon Jan 21, 2013 9:01 pm
Forum: Raspberry Pi OS
Topic: tvheadend PCTV 340e
Replies: 15
Views: 10975

Re: tvheadend PCTV 340e

Well, the user Spid already posted a link to Raspberry Pi verified peripherials. Please take a look.
by madman_xxx
Sun Jan 20, 2013 7:58 pm
Forum: Raspberry Pi OS
Topic: tvheadend PCTV 340e
Replies: 15
Views: 10975

Re: tvheadend PCTV 340e

We have to clarify two matters: Your tuner is terrestrial (DVB-T), not cable (DVB-C). These two differ a little, in modulation. You cannot use DVB-T on cable networks. The analog part is managed differently than DVB. According to the linuxtv ( http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_Hybr...
by madman_xxx
Sat Jan 19, 2013 4:09 pm
Forum: Raspberry Pi OS
Topic: tvheadend PCTV 340e
Replies: 15
Views: 10975

Re: tvheadend PCTV 340e

Something on the way went wrong, because previously dvb-usb-dib0700-1.20.fw loaded without problems. Why this file is no longer in your /lib/firmware directory? Make sure you have two firmware files on your RPi.
by madman_xxx
Sat Jan 19, 2013 11:01 am
Forum: Raspberry Pi OS
Topic: tvheadend PCTV 340e
Replies: 15
Views: 10975

Re: tvheadend PCTV 340e

Have a look at this site: http://istvanv.users.sourceforge.net/v4l/xc4000.html . This site contains some useful info on your tuner and the missing firmware xc4000-1.4.fw. To make things quicker, this is what you should do: cd ~ wget http://istvanv.users.sourceforge.net/v4l/xc4000-1.4.fw sudo cp xc40...
by madman_xxx
Thu Jan 17, 2013 10:24 pm
Forum: Raspberry Pi OS
Topic: tvheadend PCTV 340e
Replies: 15
Views: 10975

Re: tvheadend PCTV 340e

Let's try to debug your problem. Install w_scan and tzap . These two small utilities are a basic test suite for further debugging. sudo apt-get install w-scan dvb-apps Create a file containing channel data that's compatible with tzap . Replace XX with your country code (GB / BE / PL etc.): mkdir ~/....
by madman_xxx
Thu Jan 17, 2013 10:00 pm
Forum: General discussion
Topic: ELF and IMG files
Replies: 3
Views: 946

Re: ELF and IMG files

Google is your friend.

Have a look at http://elinux.org/RPi_Software.
by madman_xxx
Tue Jan 15, 2013 3:38 pm
Forum: Other projects
Topic: Powering from IDE
Replies: 10
Views: 2659

Re: Powering from IDE

Use power ( molex ) male plug to connect to existing female socket one. Remove one black and yellow (+12V, dangerous for your Pi!)cable from female socket, should be two pins next to each other now. Black is GND, red is +5V. You can connect it to RPi directly via GPIO interface (see pinout here: htt...
by madman_xxx
Mon Jan 14, 2013 8:40 pm
Forum: General discussion
Topic: Is there a way to connect 2.5 IDE or SATA internally?
Replies: 2
Views: 1268

Re: Is there a way to connect 2.5 IDE or SATA internally?

More sensible approach is to use USB <--> (S)ATA adapter. You can buy these for a few bucks on eBay. Remember about power supply though. In case of 2,5" disks you need +5V 1A power supply solely for HDD (current (Ampere) ratings depends on the disk, check on its cover). These power supplies may or m...
by madman_xxx
Thu Jan 10, 2013 1:21 pm
Forum: Media centres
Topic: DVB-T tuner loses lock when starting omxplayer
Replies: 3
Views: 4726

DVB-T tuner loses lock when starting omxplayer

Hello everyone, I am running raspbian 3.6.11, omxplayer compiled from source downloaded a week ago, the DVB-T tuner is IT9135-based and generally this works, but not all altogether. I use tzap to tune, it works, I can for example do: tzap -p -r -S 'somechannel' & cp /dev/dvb/adapter0/dvr0 /mnt/res/t...
by madman_xxx
Tue Jan 08, 2013 3:03 am
Forum: Raspberry Pi OS
Topic: Sound
Replies: 1
Views: 979

Re: Sound

Not sure about apps using native system audio, but when using omxplayer (to play movies or music) you need to specify an extra option:

Code: Select all

omxplayer -o hdmi movie.mp4
Please let me know if it works.
by madman_xxx
Sat Jan 05, 2013 8:10 pm
Forum: Media centres
Topic: Rasberry as DreamBox? Network version.
Replies: 59
Views: 77860

Re: Rasberry as DreamBox? Network version.

Looked into this issue with transcoding, there is in fact a project, but it's in Polish and it's designed for some superscalar Hitachi processors (!)...
by madman_xxx
Sat Jan 05, 2013 8:07 pm
Forum: Raspberry Pi OS
Topic: Differences between stock (3.2.27+) and git (3.2.27) kernel
Replies: 7
Views: 6920

Re: Differences between stock (3.2.27+) and git (3.2.27) ker

Just compiled a 3.6.11 kernel. This one shows BogoMIPS=697.95. What's more interesting, after overclocking (to 800, later to 900 MHz), BogoMIPS remained the same...
by madman_xxx
Sat Jan 05, 2013 8:01 pm
Forum: Media centres
Topic: omxplayer playing from pipe / standard input on Raspbian
Replies: 5
Views: 5828

Re: omxplayer playing from pipe / standard input on Raspbian

Recently I compiled a 3.6.11 kernel (which adds support for my DVB-T stick), and when using it, it is now possible for me to use a named pipe, as shown in my first post. Unfortunately, I thought it would be a good idea to compile the newest version of omxplayer , as Max suggested - it wasn't. For so...
by madman_xxx
Wed Jan 02, 2013 7:14 pm
Forum: Media centres
Topic: omxplayer playing from pipe / standard input on Raspbian
Replies: 5
Views: 5828

omxplayer playing from pipe / standard input on Raspbian

Hello, Although omxplayer does not allow accepting data directly from standard input, I read elsewhere that a named pipe can be created, which does the same thing. Tried it: mkfifo omxpipe cat video.mp4 >omxpipe & omxplayer omxpipe Unfortunately, this doesn't work at all or works partially (for exam...
by madman_xxx
Fri Dec 28, 2012 12:38 am
Forum: General discussion
Topic: StartX blank screen problem (solved)
Replies: 35
Views: 17442

Re: StartX

Hmmm...

Instead of ruuning X directly, have anyone tried this (on Raspbian)?

Code: Select all

sudo service lightdm start
This will start the desktop manager instead of X.
by madman_xxx
Fri Dec 28, 2012 12:29 am
Forum: General discussion
Topic: Normal power up behaviour? Or not?
Replies: 1
Views: 555

Re: Normal power up behaviour? Or not?

Yes, that's normal - +5V from USB ports is connected (almost) directly to power supply's +5V. Watch out not to overload your other USB power source.
by madman_xxx
Thu Dec 27, 2012 8:54 pm
Forum: General discussion
Topic: Turning a RPi into an Amiga ?
Replies: 10
Views: 4298

Re: Turning a RPi into an Amiga ?

If you connect an Amiga floppy drive to a PC (yes, you can do that directly, without any special interfaces), the PC will be able to read 720kB DD disks (those were in use before 1,44MB HD), but not the Amiga ones! . This is because of a PC hardware responsible for reading floppies. The PC disk driv...

Go to advanced search