Jump to content

croaker1

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by croaker1

  1. I am trying to figure out how to set up drivers for my video card I downloaded and installed XFree86-4.4-ucr16mdk.src.rpm and install it but graphical server still insist on useing vesa what ever that is, what drivers does the km400 use, I also have the unichrome drivers from both via and forge and they want use Imakefile which I get this response:

     

    ot@localhost src]# sh Imakefile

    Imakefile: line 1: XCOMM: command not found

    Imakefile: line 2: XCOMM: command not found

    Imakefile: line 3: XCOMM: command not found

    Imakefile: line 4: XCOMM: command not found

    Imakefile: line 9: SRCS: command not found

    Imakefile: line 13: OBJS: command not found

    Imakefile: line 19: INCLUDES: command not found

    Imakefile: line 1: XF86COMSRC: command not found

    Imakefile: line 1: XF86OSSRC: command not found

    Imakefile: line 1: SERVERSRC: command not found

    Imakefile: line 1: SERVERSRC: command not found

    Imakefile: line 1: XF86SRC: command not found

    Imakefile: line 1: SERVERSRC: command not found

    Imakefile: line 1: XF86SRC: command not found

    Imakefile: line 1: SERVERSRC: command not found

    Imakefile: line 1: SERVERSRC: command not found

    Imakefile: line 1: XF86SRC: command not found

    Imakefile: line 1: XF86SRC: command not found

    Imakefile: line 1: SERVERSRC: command not found

    Imakefile: line 1: XF86SRC: command not found

    Imakefile: line 1: XF86SRC: command not found

    Imakefile: line 1: XF86SRC: command not found

    Imakefile: line 1: XF86SRC: command not found

    Imakefile: line 1: XF86SRC: command not found

    Imakefile: line 1: XF86SRC: command not found

    Imakefile: line 1: XF86SRC: command not found

    Imakefile: line 1: FONTINCSRC: command not found

    Imakefile: line 1: SERVERSRC: command not found

    Imakefile: line 1: XINCLUDESRC: command not found

    Imakefile: line 1: XTOP: command not found

    Imakefile: line 1: XF86OSSRC: command not found

    Imakefile: line 21: INCLUDES: command not found

    I am hopeing some one can help me.

    Imakefile: line 34: syntax error near unexpected token `$(OBJS)'

    Imakefile: line 34: `SubdirLibraryRule($(OBJS))

  2. two nights ago electricty went out and I restarted my computer next day and try and log on I got a no dial tone message. I check to see if I had dial tone by hooking my phone to the second jack in my modem and I had dial tone for a couple of seconds but the phone line seems to stay open when I hang up the phone. I can get dial tone back if I unplug the phone line from modem for a few seconds and hooked back up I get dial tone again.

    I then check to see if kpp can query the modem and it could with out a problem. could the electric outage have cause the modem hardware to stay switch on even though nothing else is on? I am useing a smartlink modem smartpci561. I also switch to windows thinking it might have been a software problem and windows software had the same problem. is there a solution to this problem or should I just pull the pci winmodem from my old computer to fix this problem? :help:

  3. I am trying slmodem-2..9.6 for mandrake 9.2 and this is what I get

     

    [root@localhost slmodem-2.9.6]# make install

    make -C modem all

    make[1]: Entering directory `/home/croaker/Documents/slmodem-2.9.6/modem'

    make[1]: Leaving directory `/home/croaker/Documents/slmodem-2.9.6/modem'

    make -C drivers KERNEL_DIR=/lib/modules/2.4.22-10mdk/build

    make[1]: Entering directory `/home/croaker/Documents/slmodem-2.9.6/drivers'

    cc -I/lib/modules/2.4.22-10mdk/build/include -o kernel-ver kernel-ver.c

    make all KERNEL_VER=2.4.22

    make[2]: Entering directory `/home/croaker/Documents/slmodem-2.9.6/drivers'

    make[2]: Nothing to be done for `all'.

    make[2]: Leaving directory `/home/croaker/Documents/slmodem-2.9.6/drivers'

    make[1]: Leaving directory `/home/croaker/Documents/slmodem-2.9.6/drivers'

    make install -C drivers KERNEL_DIR=/lib/modules/2.4.22-10mdk/build

    make[1]: Entering directory `/home/croaker/Documents/slmodem-2.9.6/drivers'

    cc -I/lib/modules/2.4.22-10mdk/build/include -o kernel-ver kernel-ver.c

    mkdir -p /dev

    mknod -m 600 /dev/slamr0 c 212 0 ; mknod -m 600 /dev/slamr1 c 212 1 ; mknod -m 600 /dev/slamr2 c 212 2 ; mknod -m 600 /dev/slamr3 c 212 3 ; echo -n

    mknod -m 600 /dev/slusb0 c 213 0 ; mknod -m 600 /dev/slusb1 c 213 1 ; mknod -m 600 /dev/slusb2 c 213 2 ; mknod -m 600 /dev/slusb3 c 213 3 ; echo -n

    make install KERNEL_VER=2.4.22

    make[2]: Entering directory `/home/croaker/Documents/slmodem-2.9.6/drivers'

    rm -f /lib/modules/2.4.22/misc/slmdm.o \

    /lib/modules/2.4.22/misc/slfax.o \

    /lib/modules/2.4.22/misc/slusb.o \

    /lib/modules/2.4.22/misc/slamrmo.o \

    /lib/modules/2.4.22/misc/slmodem.o # remove old 2.7,2.8 version

    install -D -m 644 slamr.o /lib/modules/2.4.22/misc/slamr.o

    install -D -m 644 slusb.o /lib/modules/2.4.22/misc/slusb.o

    cp /etc/modules.conf /etc/modules.conf.slamr && \

    echo 'alias char-major-212 slamr' >> /etc/modules.conf && \

    echo 'alias char-major-213 slusb' >> /etc/modules.conf

    /sbin/depmod -a

    make[2]: Leaving directory `/home/croaker/Documents/slmodem-2.9.6/drivers'

    make[1]: Leaving directory `/home/croaker/Documents/slmodem-2.9.6/drivers'

    install -D -m 755 modem/slmodemd /usr/sbin/slmodemd

    rm -f -rf /var/lib/slmodem

    install -d -D -m 755 /var/lib/slmodem

    [root@localhost slmodem-2.9.6]#

     

    the makefile is this

     

     

    ###########################################################################

    #

    #

    # Makefile -- modem Makefile.

    #

    # Copyright© 2003, Smart Link Ltd. (www.smlink.com)

    # All rights reserved.

    #

    # Author: Sasha K (sashak@smlink.com)

    #

    #

    ###########################################################################

    #

    ###########################################################################

     

    KERNEL_DIR:=/lib/modules/$(shell uname -r)/build

     

    # tools

    INSTALL:=install

     

    all: modem drivers

     

    modem:

    $(MAKE) -C $@ all

     

    install: all install-drivers

    $(INSTALL) -D -m 755 modem/slmodemd ${DESTDIR}/usr/sbin/slmodemd

    $(RM) -rf ${DESTDIR}/var/lib/slmodem

    $(INSTALL) -d -D -m 755 ${DESTDIR}/var/lib/slmodem

     

    uninstall: uninstall-drivers

    $(RM) ${DESTDIR}/usr/sbin/slmodemd

    $(RM) -rf ${DESTDIR}/var/lib/slmodem

     

    drivers:

    $(MAKE) -C drivers KERNEL_DIR=$(KERNEL_DIR)

     

    install-drivers:

    $(MAKE) install -C drivers KERNEL_DIR=$(KERNEL_DIR)

    uninstall-drivers:

    $(MAKE) uninstall -C drivers KERNEL_DIR=$(KERNEL_DIR)

     

    # misc rules

    sub-dirs:= modem drivers

    .PHONY: $(sub-dirs) all old clean dep install

    clean dep: %: %-sub-dirs

    %-sub-dirs:

    $(foreach dir,$(sub-dirs),$(MAKE) -C $(dir) $(patsubst %-sub-dirs,%,$@) && ) echo "done."

     

    everything installs but the drivers files are empty and the slmodemd utility can't find them

×
×
  • Create New...