Menu

#2 driver help

open
None
5
2002-08-16
2002-08-15
No

I am getting these errors when I try to compile first let
me give you box stats....

Its a 600 megahertz duron, with 512 megs ram, running
slackware 8.0 and am using linux kernel 2.5.31 right
now just for testing purposes.

direcpc.c:293: dereferencing pointer to incomplete type
direcpc.c:295: dereferencing pointer to incomplete type
direcpc.c:295: warning: implicit declaration of function
`udsl_atm_stopdevice'
direcpc.c:297: warning: implicit declaration of function
`dpc_usb_exit'
direcpc.c: At top level:
direcpc.c:308: `dpc_probe' undeclared here (not in a
function)
direcpc.c:308: initializer element is not constant
direcpc.c:308: (near initialization for `dpc_driver.probe')
direcpc.c:310: unknown field `id_table' specified in
initializer
direcpc.c:310: `dpc_ids' undeclared here (not in a
function)
direcpc.c:310: initializer element is not constant
direcpc.c:310: (near initialization for
`dpc_driver.driver_list')
direcpc.c:311: `dpc_usb_ioctl' undeclared here (not in a
function)
direcpc.c:311: initializer element is not constant
direcpc.c:311: (near initialization for `dpc_driver.ioctl')
direcpc.c:312: initializer element is not constant
direcpc.c:312: (near initialization for `dpc_driver')
direcpc.c: In function `dpc_init':
direcpc.c:322: warning: implicit declaration of function
`udsl_atm_sar_start'
direcpc.c: In function `dpc_exit':
direcpc.c:328: warning: implicit declaration of function
`udsl_atm_sar_stop'
{standard input}: Assembler messages:
{standard input}:9: Warning: Ignoring changed section
attributes for
.modinfo
make: *** [dpc_common.o] Error 1

I get a bunch of those errors. Any suggestions would
be helpful, also the box is dual boot. Is there any
chance of this being ported to freebsd? My freebsd box
picks up the modem but doesn't know what to do with it
ior even what to assign it as.

Jacob

Discussion

  • Anonymous

    Anonymous - 2002-08-16

    Logged In: YES
    user_id=25171

    Hi,

    Right now this package is build against the 2.4.18 kernel.
    Please have a looksie at the README file - You'll need to
    enable some kernel side options
    USB
    ATM
    FRAD (Frame Relay)
    HDLC (generic)
    Hotplug support (if you want hotplug))
    Networking with IP (obviously)
    PPP (if you want to use a dialup return channel)
    iptables (for NAT and to do SNAT on data you
    want back via sat)

    This is a partial list, see the REQUIREMENTS section in README.

     
  • Anonymous

    Anonymous - 2002-08-16
    • assigned_to: nobody --> linuxvoodoo
     

Log in to post a comment.