Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
/dev/ttyUSB0 and PPP

/dev/ttyUSB0 and PPP

2006-02-21       - By Rick Stevens

 Back
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

On Sun, 2006-02-19 at 18:15 -0800, Harold Hallikainen wrote:
> > I'm trying to set up a ppp connection through my cellphone. I'm using a
> USB to EIA232 adapter on FC4_64. I can talk to the cellphone (send AT
> commands, dial, etc.) from GtkTerm using /dev/ttyUSB0 when logged in as
> root. As another user, I get permission denied.
> >
> > Desktop/SystemSettings/Network lets me define a modem device on ports
> such
> > as  dev/ttyS0, etc., dev/modem, dev/tty|1, dev/input/ttyACM0, dev/ttyM0,
> etc. But, no /dev/ttyUSB0.
> >
> > So... what do I do to set up a ppp connection on my cellphone modem on
> /dev/ttyUSB0?
> >
>
>
> Still working on this... A google search came up with the suggestion that
> I add
>
> ln -s /dev/ttyUSB0 /dev/modem
>
> to my /etc/rc.local . I've done that and am still having trouble getting
> ppp to dial out. I'm using the network configure menu
> desktop/SystemSettings/network. At one point, I could see it dial just the
> 1 dialing prefix, but not the rest of the number. Currently, it doesn't
> try to dial at all. Instead, I get "cannot connect to network device" when
> I try to activate it.
>
> As root, I can talk to the cellphone using gtkterm. As a non-root user, I
> get permission denied. Here's a little more info:
>
>
> [root@(protected) ~]# ls -l /dev/modem
> lrwxrwxrwx  1 root root 12 Feb 19 18:00 /dev/modem -> /dev/ttyUSB0
> [root@(protected) ~]# ls -l /dev/ttyUSB0
> crw-rw----  1 root uucp 188, 0 Feb 19 18:04 /dev/ttyUSB0
> [root@(protected) ~]#
>
>
> So... any ideas?

Well, the first thing is to change the permissions on /dev/ttyUSB0.
You need to edit the /etc/udev/rules.d/50-udev.rules and change the

   KERNEL=="ttyUSB*", GROUP="uucp", MODE="0660", OPTIONS="last_rule"

line to read "MODE=0666" to permit world read/write operations, then
unplug the dongle and plug it back in.

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
- Rick Stevens, Senior Systems Engineer     rstevens@(protected) -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-            The gene pool could use a little chlorine.              -
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request@(protected)
Subject: unsubscribe