Search the web
Sign In
New User? Sign Up
jbp-lug · Linux User Group Jabalpur India
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
linux beginner   Message List  
Reply | Forward Message #237 of 408 |
Re: [jbp-lug] Re: linux beginner

thank you for your email dated 10.09.04.pcqlinux is more or less same as
redhat linux.pctel.o driver has been provided with motherboard cd.for
loading, following commands have to be executed-

you can use 'insmod' to
install it. The current driver source uses the major number 62
and minor number 79 (which maps into /dev/ttyS15). You can change the
major number by changing the PCTEL_MAJOR #define. To change the minor
number, you need to modify the rs_table[] array, and the corresponding
ttyS# will change. The minor number value is 64 + port #.

Make sure you have a char device node for /dev/ttyS15. Login as root
and use the 'mknod' command:

mknod /dev/ttyS15 c 62 79

You may want to use 'chgrp uucp /dev/ttyS15' to change its group owner
and 'chmod 666 /dev/ttyS15' to grant read/write access to other users.

/dev/ttyS15 will behave like a regular serial device. Open the port
with a terminal application (e.g. Seyon). Make sure it is
configured to use /dev/ttyS15.

You probably want to create another device node named /dev/modem (or
create a symbolic link using "ln -s",as some terminal and PPP dialer
applications use that name as its default.

If you opened /dev/ttyS15 successfully with a terminal application,
you can type in AT commands to interface with the modem (please
consult PC-TEL AT Command Summary Document for more information).

Sample AT commands (type <CR> after all AT commands):

Command What Response
========================================================================
AT Attention OK
ATI3 Report version number PCtel 7.64-PCC-LN100
ATZ Reset modem OK
ATDT1234567 Off-hook and dial Dials the number 1234567
ATA Answer Goes off-hook and answers
ATW1 Report carrier (DCE) speed OK

the modem is installed in /dev/ttys03.there is no /dev/ttys15.no commands
seem to be working on run dialogue box.terminal for AT commands does not
take any command.please let me know what can be done.
regards
satinder chadha

----- Original Message -----
From: "Ravi Shanker" <srinivasons_ravi@...>
To: <jbp-lug@yahoogroups.com>
Sent: Friday, September 10, 2004 4:21 PM
Subject: [jbp-lug] Re: linux beginner


> Hi,
>
> I have never used PCQ Linux 8.0 but if you could provide the commands
> PCQ has provided for loading the drivers and the error you are
> getting maybe we can help then.BTW when I started working on linux
> there were no drivers for software modems. I bought a hardware
> external modem and never faced a problem ;).
>
> Regards
> Ravi Shanker
> --- In jbp-lug@yahoogroups.com, "s.chadha" <s_chadha@s...> wrote:
> > i am interested in learning and popularising linux.i loaded
> pcqlinux8.0 on zenith piii800mhz with built in hsp56 modem.my main
> idea was to start with internet,mail and browsing.hsp56 modem refuses
> to load in linux.there is no response from zenith and pcquest.redhat
> have given half hearted and incomplete information.
> > cd provided has linux driver for modem.however these have to be
> loaded by giving certain commands.commands do not run in run dialogue
> box.how do commands run in linux?
> > with a lot of enthusiasm i had started linux,but i am not able to
> get any support.will somebody please help me.
> > satinder chadha
> >
> >
> > [Non-text portions of this message have been removed]
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>




Sat Sep 11, 2004 1:59 am

s_chadha@...
Send Email Send Email

Forward
Message #237 of 408 |
Expand Messages Author Sort by Date

i am interested in learning and popularising linux.i loaded pcqlinux8.0 on zenith piii800mhz with built in hsp56 modem.my main idea was to start with...
s.chadha
s_chadha@...
Send Email
Sep 10, 2004
1:35 am

Hi, I have never used PCQ Linux 8.0 but if you could provide the commands PCQ has provided for loading the drivers and the error you are getting maybe we can...
Ravi Shanker
srinivasons_...
Offline Send Email
Sep 10, 2004
10:51 am

thank you for your email dated 10.09.04.pcqlinux is more or less same as redhat linux.pctel.o driver has been provided with motherboard cd.for loading,...
s.chadha
s_chadha@...
Send Email
Sep 11, 2004
11:13 am

OK. How did you go about doing the steps ???. Was the module already loaded before you started? You can check this using lsmod.If the module is already present...
Ravi Shanker
srinivasons_...
Offline Send Email
Sep 11, 2004
11:58 am

Hello Mr.Ravi Shanker, thank you for your email dated 11.09.04. linux was loaded for me by my computer vendor on my insistance.when i run command lsmod,...
s.chadha
s_chadha@...
Send Email
Sep 13, 2004
12:56 am

Hi, It seems you are trapped in some GUI thing. You can use ctrl+alt+F1 or ctrl+Alt+F2 and login using a non GUI interface. Later you can come back to GUI...
Ravi Shanker
srinivasons_...
Offline Send Email
Sep 13, 2004
7:03 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help