Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: I need ptserial.o and pctel.o from pctel-0.9.6.tar.gz

  1. #1
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Muscat.Oman
    Posts
    262

    I need ptserial.o and pctel.o from pctel-0.9.6.tar.gz

    I downloaded pctel-0.9.6.tar.gz for my hsp 56 micromodem. This driver is said to work on a mandrake 8.2 installation but using the instructions there is no way to install the drivers. Have to use./configure command for my particular chipset.

    Can anybody help me? I just need the files pctel.o and the ptserial.o .

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    OK- I assume you've installed Knoppix to hard drive yes? If so, what exactly is wrong with the modem driver installation? What is it that you cannot do?

    Something you may want to keep in mind is that Mandrake 8.2 is an older kernel version and there is no reason this driver has to work with Knoppix. It might, it might not. (that was very insightful huh?).

    I assume you are not asking simply how to untar pctel-0.9.6.tar.gz? Post some more information.

  3. #3
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Muscat.Oman
    Posts
    262
    i already "untared" pctel.0.9.6.tar.gz. In the instruction(for a full linux install) for installing the driver in knoppix,I am getting a "read only file" error message. So an alternative would be to manually place pctel.o and ptserial.o on a floppy or a vf partition. I do not have ptserial.o and pctel.o because you have to "./configure --with-hal cm8738" and in so doing you compile the cm8738 files into the ptseial.o and pctel.o driver files.At least this is how I understand it,please correct me if I am wrong. The tar file does not contain a compiled pctel and ptseral.o files. This have to be configured depending on the chip set-I have 8738 chipset.

    Below is the instruction I used :

    5.2. Installing the pctel-0.9.6 driver
    Make sure that you have kernel 2.4.0 or greater by the command

    bash$ uname -r

    Unpack the downloaded files with the commands

    bash$ tar -xzvf pctel-0.9.6.tar.gz

    Now you will have a pctel-0.9.6 directory

    cd into that with the command

    bash$ cd pctel-0.9.6/

    Now comes the complicated part.

    To proceed further you will have to know what chip set your modem has.See section 9.4 for more information on this.

    Once you have got the name of the chip set, just type one of the following commands (depending on the chip set)

    If you have a PCT 789 chip set,

    bash$ ./configure --with-hal=pct789

    If you have a CM8738 chip set,

    bash$ ./configure -with-hal=cm8738

    If you have a chip set integrated with an i8** chip set based box,

    bash$ ./configure --with-hal=i8xx

    If you have a chip set integrated with an VIA 686a chip set based motherboard ,

    bash$ ./configure --with-hal=via686a

    The configure script will run and a number of messages will fly past. Check for any error messages that may fly past. When you have the prompt again, (and if you have not got any errors), compile the drivers with the command

    bash$ make

    Then if you do not get any error messages , install the drivers with the command

    bash$ make install

    (You will have to be logged in as root for performing the last step)

    Then just load the drivers with the commands

    bash$ insmod pctel

    bash$ insmod ptserial

    NOTE: These commands can be issued from any directory as the insmod program will automatically find the drivers pctel.o and ptserial.o in /lib/modules/`your kernel version`/misc/ )



    NOTE: If you get a message that says configure: error: You must have linux kernel >= 2.4.0 installed, then please refer to section 8.1.1 for ways to solve this.



    However, if you have an AMR modem, then you will have to use the 0.9.6 drivers.


  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    I don't suppose you have another Linux machine you could compile the driver on do you? I'll have a look at the driver when I get back to my Linbox and see if I can get anywhere with it.

  5. #5
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by bongski55
    I am getting a "read only file" error message.
    Have you tried ls -la to see which file is read only and the changing the permission with chmod +rw file maybe even +x if it is the configure script to make it executable.

  6. #6
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Muscat.Oman
    Posts
    262
    No I don't have access to any LINUX pc. Nobody here even knows what linux is!

    Here is the error message I get when after ./configure --with-hal cm8738;

    ./configure:line 85:/conftest.h:Read-only file system
    ./configure:line86:conftest.sh:Read-only file system
    chmod:failed to get attributes of'conftest.sh:No such file or directory
    ./configure:line 196:conf1897.file:Read-only file system
    ./configure:line 925:config.log:Read-only file system

  7. #7
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    I just downloaded and configured the driver you should use ./configure --with-hal=cm8738 then the rest of the steps in the README.

    output from my configure:
    Code:
    [01:15 AM Tue Apr 29: stephen @ /stephen/archives/source/pctel-0.9.6]
    >$ ./configure --with-hal=cm8738
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets ${MAKE}... yes
    checking build driver for... HAL_CM8738
    checking for gcc... gcc
    checking for C compiler default output... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of gcc... none
    checking whether make sets ${MAKE}... (cached) yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking for gawk... (cached) gawk
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking /usr/src/linux/include/linux/modversions.h usability... yes
    checking /usr/src/linux/include/linux/modversions.h presence... yes
    checking for /usr/src/linux/include/linux/modversions.h... yes
    checking for Linux kernel version >= 2.4.0... yes
    checking for Linux kernel version >= 2.4.7... yes
    checking for mknod... mknod
    checking for chgrp... chgrp
    checking for chmod... chmod
    checking for depmod... depmod
    checking for rmmod... rmmod
    checking for lsmod... lsmod
    checking for modprobe... modprobe
    checking for objdump... objdump
    checking for objcopy... objcopy
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating lib/Makefile
    config.status: creating modules/Makefile
    config.status: creating include/Makefile
    config.status: creating src/Makefile
    config.status: creating src/module/Makefile
    config.status: creating src/ptserial/Makefile
    config.status: creating misc/Makefile
    config.status: creating misc/pctel.spec
    config.status: creating misc/SlackBuild
    config.status: creating misc/build_rpms.sh
    config.status: creating m4/Makefile
    config.status: executing depfiles commands
    config.status: executing default commands
    [edit]
    The rest of the process:

    make clean
    make
    su -c 'make install' - then enter root password

    If your compile fails I compiled and put the files here:
    pctel.o
    ptserial..o
    right click and save as.
    [/edit]

  8. #8
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Muscat.Oman
    Posts
    262
    Thanks very much Stephen! I'll try out the files.

    Just curious, what distro did you use? I don't think you can use knoppix, or did you?

    Thanks again!

    bong
    oman

  9. #9
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Your weIcome, I used 2003-04-15 version of knoppix that I installed to HD.

  10. #10
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Muscat.Oman
    Posts
    262
    At last I am online.Using konqueror on this reply. Used the files that Stephen compiled for me(thanks again). Will post the procedure I used on a new post.

    thanks all

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 0
    Last Post: 10-27-2004, 05:04 AM
  2. PCTEL Plantinum V.90 Modem issue
    By DoD in forum Networking
    Replies: 3
    Last Post: 04-09-2004, 06:29 PM
  3. Modem (Pctel) Trouble
    By xyris in forum Hardware & Booting
    Replies: 4
    Last Post: 12-21-2003, 05:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


NETGEAR ProSafe 5-port Gigabit Switch GS105v5 picture

NETGEAR ProSafe 5-port Gigabit Switch GS105v5

$9.99



Cisco Catalyst 2960-48TT-L 48-Port Fast Ethernet Managed Rackmount Switch picture

Cisco Catalyst 2960-48TT-L 48-Port Fast Ethernet Managed Rackmount Switch

$46.99



TP-Link 5-Port Gigabit Unmanaged Ethernet Switch Network Expansion TL-SG105 picture

TP-Link 5-Port Gigabit Unmanaged Ethernet Switch Network Expansion TL-SG105

$19.95



5Ports Gigabit Network Switch w/ 4 PoE+ Ports Total 52W each port 30W Plug&Play picture

5Ports Gigabit Network Switch w/ 4 PoE+ Ports Total 52W each port 30W Plug&Play

$31.99



TP-Link TL-SG2210P 10-Port Gigabit Smart Switch w/ 8-Port PoE+ NO AC SKU 25597 picture

TP-Link TL-SG2210P 10-Port Gigabit Smart Switch w/ 8-Port PoE+ NO AC SKU 25597

$39.99



Arista DCS-7050SX-64-R 48P 10GbE SFP+ 4P 40GbE QSFP+ RA Switch picture

Arista DCS-7050SX-64-R 48P 10GbE SFP+ 4P 40GbE QSFP+ RA Switch

$125.00



Linksys 8-Port Managed Gigabit PoE+ Switch 110W w/ 2 Uplink Gigabit - LGS310MPC picture

Linksys 8-Port Managed Gigabit PoE+ Switch 110W w/ 2 Uplink Gigabit - LGS310MPC

$49.00



NETGEAR 5-Port Gigabit Ethernet Unmanaged Network Switch (GS305) picture

NETGEAR 5-Port Gigabit Ethernet Unmanaged Network Switch (GS305)

$19.73



NETGEAR 5-Port Gigabit Ethernet Unmanaged Switch (Gs305) - Desktop Quiet Fanless picture

NETGEAR 5-Port Gigabit Ethernet Unmanaged Switch (Gs305) - Desktop Quiet Fanless

$22.00



10-Port Gigabit PoE Network Switch with 8 PoE+ Ports with 2 Combo SFP Slots 125W picture

10-Port Gigabit PoE Network Switch with 8 PoE+ Ports with 2 Combo SFP Slots 125W

$39.99