Hardware :: How To Configure Lirc With Saa7134 Card

Dec 10, 2010

how to configure lirc with my card saa7134 card=42 tuner=41 here is what i get with

cat /proc/bus/input/devices
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"

[code]....

View 2 Replies


ADVERTISEMENT

Fedora Hardware :: Configure Saa7134 Tv Tuner In 14

Nov 26, 2010

configure tvtuner on Fedora 14. I have an old analog tv tuner with saa7134 chipset and trying to connect it with cable tv, after quick google-ing i read that the driver for this model are included in the kernel by default, but when i open tvtime i get the following error:

View 5 Replies View Related

General :: Philips SAA7134 X 8-channel Video Capture Card Without EEPROM?

Jul 24, 2011

I am new here and I have tried checking similar threads as well as other sources in the net but could not get my card working. I use Debian squeeze on a P4 2.4MHz machine with 2 GB ram. lspci can detect all 8 chips but could not load the proper module since it could not identify the vendor. I have tried unloading the SAA7134 module and reloading repeatedly all possible cards from 1 to 174 by "modprobe -i SAA7134 card=#,#,#,#,#,#,#,# #-numbers 1 to 174 one a a time.

View 3 Replies View Related

Software :: Configure A Remote Control Without Using Lirc?

Feb 24, 2011

I'm using Debian Squeeze and my 0-9 remote control buttons and power off button work even if I've didn't installed lirc. In a Gnome desktop I could set up the volume too, but now as I'm using Fluxbox I can't start the volume control applet anymore (by the way does somebody knows any handy volume applet for Fluxbox ?)So my question is that if some button of my remote control already work without lirc, then there must by some drivers installed, when I've upgraded to a newer kernel, but I can't figure out what makes my remote control to work. Does anybody knows something about this and if there's something already installed for IR devices in newer kernels how can it be further configured ?

If i type the command "cat /dev/input/event6" in my terminal I can see that all my remote control buttons give a signal, but still I can't figure it out how can I set up all of them.

View 7 Replies View Related

Software :: Can't Properly Configure Lirc, Hexdump Shows Other Bits Changing

Jul 19, 2010

recently I'm working with one of these... LM-PC001

it works via /dev/input/event4, so I'm using devinput driver for lirc, the thing is, it works flawlessy when lirc is not running, (via linux-input-layer) but I do need to make it work with lirc...

I can make work almost everything using this lircd.conf (incomplete here)

Code:
# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated

[Code]...

First thing, it doesn't show the header (not a problem really) but as you can see the bits that differ the direction on the axis is the latter ones, and lirc is not taking them into account so both buttons result in the same direction...

Is there a way that i can make lirc take them into account?

also irrecord doesn't work because of the "0x40004" header, all comands, are detected as "0x400004"...

and since it uses devinput driver, mode2 says "This program doesn't work for this hardware yet."

View 2 Replies View Related

Red Hat :: Saa7134 Module Not Found In CentOS 5.5

Aug 30, 2010

I have installed tvtime in CentOS 5.5. I'm using a phillips tvtuner card saa7134. But when I modprobe saa7134, it says Module saa7134 not found.
[root@unknown0019d1b5e07a Desktop]# modprobe saa7134
FATAL: Module saa7134 not found.
[root@unknown0019d1b5e07a Desktop]#lspci | grep -i 'saa'
02:02.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)

View 1 Replies View Related

Ubuntu Installation :: Installing Intex SAA7134 On 10.04?

Jun 2, 2010

I have tried (and failed) a couple of times in the past. I recently took the plunge with 10.04 and I'm having a hard time installing my Intex TV tuner. Everything's ok except for that. I have tried scouring the forums (and the web) and there are a ton of different steps, but I cannot seem to identify which one will work for me.Here's what I get when i type dmesg (please excuse me for posting the entire thing).. I actually had to delete some lines to make it fit the 19kb limit.

I tried these steps:

[URL]

This one I can't understand too much:

[URL]

But I still can't seem to find what card and tuner to select.

View 1 Replies View Related

Debian Hardware :: Saa7134 Alsa Module Won't Unload

Jan 15, 2016

I have a hard time unloading a module (that is it's more stubborn than an aging leprechaun) that is being reported as not being used by lsmod:

Code: Select allroot@groot:~# modprobe -vr saa7134_alsa
modprobe: FATAL: Module saa7134_alsa is in use.
root@groot:~# lsmod | grep saa
saa7134_alsa           17686  0
saa7134               174878  1 saa7134_alsa
tveeprom               20593  1 saa7134

[Code] .....

Why I would need such an outlandish thing is that after I was forced to do a system reinstall thus losing my previous conf files I've been trying to reinstall my saa7134 tvcard. Normally i2c should handle the problem but it won't detect it. So I have a nice little script I found and modified to find the correct card although it is a bit tedious to run:

Code: Select all#/bin/sh
MAXCARD=150
for m in $(seq 0 $MAXCARD);
do
MAXTUNER=69
for i in $(seq 0 $MAXTUNER);

[Code] ...

But I can't unload saa7134 because saa7134_alsa is using it, and I can't unload saa7134_alsa, because, well, because the system doesn't feel like it. I've blacklisted the module (saa7134_alsa) but it gets loaded none the less and won't go away.

View 4 Replies View Related

Ubuntu :: How To Configure Capture Card

May 4, 2010

I have a capture tv card in my pc, but i can't configure it. It's a TV Tuner PRO ENLTV-FM Encore Electronics. I have all the System Requeriments and I've downloaded a program called MeTv to use it, but it's not working. The message that i have of this program is:

Code:
There are no DVB Tuner Devices
I've read on the net that I have to alter something in the kernel called bttv with the

[code]....

View 9 Replies View Related

Ubuntu :: Can't Configure Sound Card?

Dec 18, 2010

Actually I had solved this problem back to 8.10, but now on maverick, none of the tricks have worked. Either I have a low sound and the speakers keeps going on with the headphone plugged in, or there is no sound at all. On this thread:Quote:http://ubuntuforums.org/showthread.php?t=995940I had it solved, but now, none of this configurations seems to work, and something has changed as you can see, this was my old aplay -l list:Quote:

aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog]

[code]....

View 1 Replies View Related

Red Hat / Fedora :: How To Configure Ethernet Card

Dec 10, 2010

I have installed linux on my system. I have connected two ethernet cards in the CPU. I have then connected one cord to one card from the modem. Its working fine. I have connected another cord from the second port to the switch and there by from switch to other systems. However the system is not detecting the second card. I am a newbie to linux and I don't know how to configure it.

View 3 Replies View Related

Red Hat / Fedora :: How To Configure New Audio Card In 13

May 1, 2011

The audio chipset on my motherboard was is very new and apparently not yet supported in Linux. I disabled the on-board audio card in the BIOS and installed an old Sound Blaster 32 PCI card figuring I can surely get it to work. How do I get the OS to detect &/or configure this new card. I did some searching and found several articles saying to run redhat-config-soundcard &I don't seem to have that command on my systemHow do I configure this new audio card?

View 2 Replies View Related

Fedora :: How To Configure Bsnl Ev-do Data Card In 11

Mar 17, 2010

How to Configure BSNL EV-DO Data Card in Fedora 11 :

1. Click on Application.
2. Go to System Tools
3. Go to Terminal

[code]....

View 3 Replies View Related

OpenSUSE Multimedia :: How To Configure Sound Card In 11.1

Sep 8, 2010

How to configure sound card in opensuse 11.1. I tried some of the solutions like alsaconf but its not working .... Also please tell me how to find model of sound card that I have in my laptop. Laptop that I am using is DELL inspiron15r, core i5.

View 1 Replies View Related

Ubuntu :: Configure Wireless Card On Bt4 On Virtualbox

Mar 27, 2010

lenovo r500, intel wireless card : iwl5100.i installed backtrack pre 4 on virtualbox ose.i have ubuntu 9.10 but i cant see my wireless card...where is wlan0? how can i configure my wireless card on bt4 on virtualbox?

View 3 Replies View Related

SUSE :: Unable To Configure Network Card ?

Sep 24, 2010

We have several new DELL STUDIO-XPS machines pre-packaged with Win7 onto which we intend to load 10.3 the 2.6.22.5-31-default kernel as a dual boot.

The first test machine however is showing reluctance to reveal its NIC under SuSE. The card in question is a Broadcom Netlink (TM) Gigabit Ethernet with driver version 12.4.0.3 under Windows.

The error message I recieve under SuSE is "Unable to configure network card because kernel device is not present".

ifconfig confirms this showing only the loopback device.

The tg3.ko driver seems to be OK (although I am not sure how to interogate this file for its vesion?). It is listed under /sbin/lsmod and I have attempted a rmmod followed by an insmod but thsi seems to have no effect.

Talk on the net suggests Windows will not 'let go' of the card on a dual boot machine but this seems unlikely and I have attempted the various power down options without success.

View 4 Replies View Related

Hardware :: Configure Radeon Video Card ?

Dec 15, 2010

I have installed a 9200 Radeon (the card says 9250 on it, but computer reads as 9200) on a AMD Sempron 2500+ 64 bit,Ubuntu 10.04 Gnome 2.30.2, Kernel Linux 2.6.32-26; Samsung VGA 941BW monitor.

A friend told me if I added more RAM (512mb), the card would run properly & the graphics would be stellar.

He also told me the drivers were installed.

When I did this & started the computer, before I got to my login, a box appeared, telling me my graphics were running in "Low Mode", & do I want to configure them. When I said "Yes", it told me to restart. When I did, nothing happened & the video card is still running on "low". I checked the fglrx info, and was told "command not found".

View 2 Replies View Related

Networking :: Cannot Configure My Network Card / Make It Possible?

Aug 20, 2010

I am using Redhat enterprize linux and using ethernet card Realtek PCIe FE Family Controller. I tried to configure my network card. But unable to activate it as message appears "No such device found" I am using Dell inspiron laptop.

View 5 Replies View Related

Networking :: Configure My Ethernet Card To Work?

Sep 2, 2010

Tell me how to configure my Ethernet card to work. My pc only works wirelessly. I don't know what kind of Ethernet card is installed. I have Ubuntu 10.4 on a dell pc 1ghz, 20ghd, 512mb.

View 2 Replies View Related

CentOS 5 Hardware :: How To Configure PCMCIA Card

May 4, 2011

I have an old PCMCIA card and I would like to use in a newly installed centos5.6. I want to use, but I do not know how. ifconfig-a does not return the card details. I can see the pci devices both the controller and the PCMCIA card as well. I read, I have to load the kernel module yenta to use the pcimcia card, but I couldn't. The /sbin/modprobe -l | grep "yenta" does not return anything, and do not have either of these modules in library
(find /lib/modules/`uname -r`/kernel/ | grep yenta)
How I can move forward welcome, or where should I start to search or indeed whether the card can support? How to config PCMCIA Card at CentOS5 now?

# lspci -vvv
03:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
Subsystem: Dell Device 0233
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- ...
BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt- PostWrite+
16-bit legacy interface ports at 0001
Kernel driver in use: yenta_cardbus

04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. Device 8039 (rev 10)
Subsystem: Surecom Technology Device 0428
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- ...
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

# lspci -nn
04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. Device [10ec:8039] (rev 10)
# yum list | grep pcmciautils
pcmciautils.x86_64 014-5 installed
# uname -a
Linux localhost.localdomain 2.6.18-238.el5 #1 SMP Thu Jan 13 15:51:15 EST 2011 x86_64 x86_64 x86_64 GNU/Linux

View 2 Replies View Related

Debian Multimedia :: Configure Moc To Play Music Through DAC Card?

Mar 5, 2011

I have moc running well in Debian 6. However, I cannot get moc to playback music via my USB DAC card, it only plays back through my soundcard. I use ALSA for playback.Is there any way that I can configure moc to play music through my DAC card as I do through Audacious?

View 7 Replies View Related

Fedora Networking :: How To Configure Bsnl Ev-do Data Card In 11

Mar 16, 2010

How to Configure BSNL EV-DO Data Card in Fedora 11 :

1. Click on Application.

2. Go to System Tools

3. Go to Terminal [tanmoy@localhost ~]$

4. Type su -l and enter

5. You have to Type your Password as a super user.

[tanmoy@localhost ~]$ su -l
Password:
[root@localhost ~]#

6. Plug in the USB DATA CARD.

7. Write lsusb and press enter for acknowledgement of detecting the USB device.

[root@localhost ~]# lsusb
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

[code]....

View 1 Replies View Related

Ubuntu Multimedia :: How To Configure INTEX TV Tuner Card

Dec 24, 2010

I have INTEX TV tuner card. i'm trying to configure in ubuntu for tvtime. The card has the saa7130 or saa7134 philipse chipset.

lspci | grep -i saa713

output:

Code:

00:0a.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)

after the installation, the card was detected and /dev/video0 was created but dmesg indicated that the card is not among the ones listed as supported and since card did not have EEPROM, the card was not up and running right away.i have edited /etc/modprobe.d/tvcard.conf and added options saa7134 card=3 tuner=14

Code:

$sudo nano /etc/modprobe.d/tvcard.conf

added:

Code:

options saa7134 card=3 tuner=14

Then CTRL+X to exit

still it did not work. tvtime would always say no signal and tvtime-scanner never picked up any channels. then i followed instruction given by rsramkee [URL]. edited saa7134-cards.c and deployed new kernel linux-2.6.36.2 with changes.i rebooted machine to windows selected one channel in tv tuner software of windows, again rebooted machine to ubuntu (i have dual boot windows XP and ubuntu 2.6.35.23). tvtime able display video of channel that is selected in windows OS (No sound), but not be able to tune any other stations.In mplayer able display video of channel that is selected in windows OS with sound.

command:

Code:

mplayer tv:// -tv driver=v4l2:chanlist=us-cable:alsa:adevice=hw.0,1:amode=1:audiorate=48000:forceaudio:volume=100:immediatemode=0:norm=PAL

i followed instruction given by http://linuxtv.org/wiki/index.php/Saa7134-alsa to set up sound. loading the loopback module with the command:

$ pactl load-module module-loopback

Now tvtime able display video of channel that is selected in windows OS with sound, but not be able to tune any other stations. Not be able to tune any stations.dmesg output:

Code:

[ 1320.568603] saa7130/34: v4l2 driver version 0.2.16 loaded
[ 1320.568697] saa7130[0]: found at 0000:00:0a.0, rev: 1, irq: 18, latency: 32, mmio: 0xdffff800
[ 1320.568737] saa7130[0]: subsystem: 1131:0000, board: LifeView FlyVIDEO3000 [card=2,insmod option]

[code]...

i'm not be able to tune any stations using tvtime and xawtv. if channel is not selected in windows OS for more then 1 hour then tvtime displays message no signal, same message in tvtime-scaner (No sound).

View 1 Replies View Related

Ubuntu Networking :: Configure My Network Card Using The B43 Driver

Jun 24, 2011

I'm trying to configure my network card using the b43 driver. I'm running 10.04.2 on the kernel version 2.6.35-25-generic-pae.

Surprisingly, I was able to connect to my home wireless network using the b43 driver without a problem. The only issue is that it doesn't automatically connect. I have to use the following command in order to get it to work:

Code:

After typing my password, I wait for 10 seconds and am automatically connected. My question is, how do I configure my system to do this for me permanently (or at least automatically) so I don't have to type it every time I log on?

View 8 Replies View Related

Hardware :: FC6 - Unable To Configure System Sound Card

Mar 27, 2009

I am using FC6 on my system, I tried to configure the soundcard using, system-config-soundcard utility. But once I type system-config-soundcard from my shell, it doesn't start at all. However its not showing any error also. What can I do next?

View 1 Replies View Related

Hardware :: Can't Configure A Pinnacle Video Capture Card

Apr 24, 2010

I have a pinnacle callisto video capture card which I am having trouble getting to work.

lspci

lsmod - notice that the saa7146 module is not loaded. If loaded manually the card is still not found.

Dmessg does not show the card.

View 2 Replies View Related

General :: Configure A EDUP Wireless Network Card?

Aug 8, 2011

How do I configure a EDUP wireless network card

View 1 Replies View Related

Debian Configuration :: Can't Configure WiFi Card Atheros - Ath10k

Dec 16, 2015

I have an Acer Aspire V15 Nitro Black edition, and I recently installed after working so hard Debian 8.2

My problem is that I can't see any WiFi connection...

I believe that the firmware for my card is the ath10k, but I can't install it...

lspci -nn | grep Network

07:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:003e] (rev 20)

View 3 Replies View Related

Fedora Hardware :: Configure Evdo Capitel Card In 13 Using Usb_modeswitch

Sep 6, 2010

I am planning to shift from ubuntu to fedora and i am using Data card for getting connected to internet. My data card is working fine with Ubuntu 10.04.

I have been using usbmodeswitch to make the device to be reconized as a modem rather that a storage devices in ubuntu 10.04. i have followed this link : [url] and it worked fine now when i repeated the same for fedora 13 it doesn't works.

I have installed tcl-8.5.8-1.fc13.i686.rpm , usb_modeswitch-1.1.4-1.fc13.i686 , usb_modeswitch-data-20100707-1.fc13.noarch and wvdial. in fedora 13 it never detected as a modem. i have also tryed using # modprobe usbserial vendor=0x1c9e product=0x9e00 also but this never helped.

View 1 Replies View Related

OpenSUSE Hardware :: Configure TV Card AverTV Digi Volar Ex?

Jan 29, 2010

I've a new HDTV card: Avermedia AverTv Digi Volar Ex( DBT-T, USB 2.0). Has any been able to use it with OpenSuse 11.2? Is there an easy way to configure it? I've tried with yast, but nothing.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved