[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: instalar driver modem



tampoco funciona eso,al poner :
insmod -f hamcore.o
me dice que no existe el fichero hamcore.o
aca pongo esa parte del readme
Please examine the haminst script if you have a different distribution.

The driver is split in two.  A ham serial driver and core driver.
The core driver must be loaded first since the serial driver depends on it.
The serial driver registers itself as character device
   major number 240, minor number 1.
The serial driver takes one argument right now, which is a number to
   override the default major number if you need to.


ATTENTION:  if the driver compiles but the script just wont work for you.
   Here are the bare minimum steps to get your modem to work.

   0.  log in as root.
   1.  insmod -f hamcore.o
   2.  insmod -f ham.o
   2a. you can start "hamregistry" at this point if you wish.
   3.  rm /dev/ham
   4.  mknod /dev/ham c 240 1   (note "240" is the default, if it does not
       work see what /proc/devices says ham's major number is)
   5.  ln -s /dev/ham /dev/modem
   6.  start a comm application like minicom and use the modem.
   7.  see section 3 (International Users) for info on setting the correct
       country settings.


Daniel Firma
__________________________________________________________________ Daniel
Marchetti + dan1el76@yahoo.com.ar
__________________________________________________________________
----- Original Message -----
From: "Sergio Hernandez" <jaqueca@terra.cl>
To: "Debianitas" <debian-user-spanish@lists.debian.org>
Sent: Friday, November 28, 2003 3:56 PM
Subject: Re: instalar driver modem


> Daniel Marchetti escribió:
> > al intentar instalar el driver para mi modem me sale el siguiente error:
> >
> > d3m:/home/dem/modem/Intel-v92ham-453# make ham
> >    Module precompile check
> >    Current running kernel is: 2.4.18-bf2.4
> >    /lib/modules...   autoconf.h does not exist
> >    please install kernel source
> > make: *** [check] Error 1
> > d3m:/home/dem/modem/Intel-v92ham-453#
> >
> > -es el mismo driver que usaba en red hat7.2
> > -es para kernel 2.4.x
> > -tengo instaladas las fuentes del kernel y autoconf y auntoconf2.13
>
> En el readme deben haber unas instrucciones alternativas, en caso de que
> el script no ande, como estas:
>
>     0.  log in as root.
>     1.  insmod -f hamcore.o
>     2.  insmod -f ham.o
>     3.  rm /dev/ham
>     4.  mknod /dev/ham c 240 1
>     5.  ln -s /dev/ham /dev/modem
>
> Dale una mirada a eso, yo lo hice así y funcionó perfectamente con un
> Intel-v92ham-451
>
>
> --
> Sergio Hernández A.
> Linux User #324.172
> --------------------
>
>
> --
> To UNSUBSCRIBE, email to debian-user-spanish-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org
>



Reply to: