when i installed SuSe linux for the first time last week ... i was getting the root desktop .......
i was able to connect to the internet using the root user only ....
not the other one ....
i v a reliance FWP (LSP 340E)
i got the driver for it ..... frm the net
there are 2 files upnet.sh to connect n downnet.sh to disconnect the net...
upnet.sh
(its content is)
-----------------------------------------------------------------------------------
#!/bin/bash
echo "user <myTelNo.innumerals> password <actualpassword>" > $HOME/.ppprc
pppd /dev/ttyS1 115200 debug usepeerdns defaultroute noauth connect '/usr/sbin/chat -v "" at+crm=1 OK "atdt#777" CONNECT' mtu 264
-----------------------------------------------------------------------------------
downnet.sh
(its content is)
-----------------------------------------------------------------------------------
#!/bin/bash
killall -9 pppd
-----------------------------------------------------------------------------------
i type
sh upnet.sh
to connect to the net ......
i type
sh downnet.sh
to disconnect the net ......
i cud connect to the net using the root login only ..... not the other one ...
i used to get the root user desktop when i first installed SuSe ...
when i type
sh upnet.sh
in the other user login i get an error "pppd command not found"
i did not get this error when i connected from the root login .....
i tried making the other login as admin .... but its of no use .....
when i install something .... it asks for the root password and when i type sh upnet.sh
i get the same error .....

plz help