Click to See Complete Forum and Search --> : Problem with DVB Card Insallation.??


neos
08-02-2003, 02:33 AM
Hi i'm NewBie , i just install Red Hat 9
and now i wanna install DVB Card (Pent@Value) for Down link from Satelline.

I download new Driver for Linux from there website www.pentamedia.com
I found Linux Driver. Its a tar file.
I open it and read the README file about installation instruction this

REQUIREMENTS:
* Linux kernel 2.4.x or greater
* It be tested on kernel 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8 2.4.9 2.4.10 2.4.12 2.4.14 2.4.15 2.4.16 2.4.17,2.4.18
* autoheader v2.13 or above
* autoconf v2.13 or above
* aclocal v1.5 or above
* automake v1.5 or above
* gtk+,gdk v1.1.2 or above for only pentavalx
* glib v1.1.3 or above for only pentavalx
* X11R5 (or above) and libraries for only pentavalx

Following are the installation instructions

COMPILING and INSTALLING
------------------------
shell> tar zxvf pentaval-(RHx-)x.x.x.tar.gz
shell> cd pentaval-(RHx-)x.x.x
shell> autoheader
shell> autoconf
shell> aclocal
shell> automake
shell> ./configure
shell> make clean
shell> make
shell> make install (You have to be the root user.)
************************************************** ********

What i do is untar the file pentaval-RH7x-.x.x.tar.gz and then
shell>tar zxvf pentaval-RH7x-.x.x.x.tar.gz (workfine)
shell> cd pentaval-(RH7x-)x.x.x (workfine)
shell> autoheader (workfine)
shell> autoconf (workfine)
shell> aclocal (workfine)
shell> automake (workfine)

Now when i try to enter command
[root@Hummer pentaval-RHx-2.1.10]# ./configure

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/pentaval-RHx-2.1.10/config/missing: Unknown `--run' option
Try `/pentaval-RHx-2.1.10/config/missing --help' for more information
configure: WARNING: `missing' script is too old or missing

THEN INSTALL REST OF THE FILES OK.
THEN
shell>make clean (workfine)

Then when i enter commad

[root@Hummer pentaval-RHx-2.1.10]# make install

------------------------------------------
[ Installing the modules/interface ]
------------------------------------------

A module named scanval already exists, removing now.

Using /lib/modules/2.4.20-8/kernel/drivers/net/scanval.o

->Installing module pentaval

Using /lib/modules/2.4.20-8/kernel/drivers/net/pentaval.o
/lib/modules/2.4.20-8/kernel/drivers/net/pentaval.o: init_module: No such deviceHint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg

->Bringing up interface pentaval0

pentaval device pentaval0 does not seem to be present, delaying initialization.
[root@Hummer pentaval-RHx-2.1.10]#


Please help me out , what should i do, All i need is to install the DVB card.I can able to up the interface pentaval0.
Please anyone help me.

Thnak in Advance.

mdwatts
08-02-2003, 06:38 AM
Originally posted by neos
/lib/modules/2.4.20-8/kernel/drivers/net/pentaval.o
/lib/modules/2.4.20-8/kernel/drivers/net/pentaval.o: init_module: No such deviceHint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg

->Bringing up interface pentaval0

pentaval device pentaval0 does not seem to be present, delaying initialization.


Usually that error is due to a resource (irq & i/o) conflict.

Ensure you have PnP OS disabled in the bios as that alone can cause PCI devices to not be detected and configured.

Is there a pentaval0 device in /dev?

ls -al /dev/pentav*

neos
08-02-2003, 11:51 AM
Originally posted by mdwatts
Usually that error is due to a resource (irq & i/o) conflict.

Ensure you have PnP OS disabled in the bios as that alone can cause PCI devices to not be detected and configured.

Is there a pentaval0 device in /dev?

ls -al /dev/pentav*

I Disable the PnP OS and also check pentaval0 device in /dev , i didnt find it.
Still got problem with missing script file.
So can u tell me how to enter irq & i/o maunally.

Now plz tell me what should i do.
Plz help me

Thanks in Advance

mdwatts
08-02-2003, 12:09 PM
cat /proc/interrupts

cat /proc/ioports

Look for the irq and i/o of the device.

insmod pentaval io=0x### irq=#

You can try adding

alias pentaval0 pentaval

to /etc/modules.conf

and then run

depmod -ae

(both as root)