I can't connect to the internet???


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers I can't connect to the internet???
# 15  
Old 08-08-2001
ok well i tried

#/etc/ppp/pap-secrets

and got a message "permission denied"


then i managed to get a screen that said

# Secrets for autorization using PAP #
client server IP address "username"
ppp0 "password"


so i figured it was already done so i would move on to the next step, enter:

exec /usr/sbin/pppd debug persist /dev/ttyS1 38400 0.0.0.0:0.0.0.0 connect "chat -v TIMEOUT 3 ABORT 'BUSY' ABORT 'NOANSWER' '' ATH TIMEOUT 30 'OK' ATDTTELEPHONE CONNECT ' "

and got a message that it didn't exist...so how do i create this??

i'm following the instructions from the above link...


thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

How to connect to internet

Hi, Can someone guide me regarding how to connect to internet. what are steps? Thanks in advance (2 Replies)
Discussion started by: naren nandale
2 Replies

2. Solaris

Can't connect to Internet

Dear freinds... I downloaded solaris for x86 and was able to configure the lan correctly.. I can ping and share with other destops through lan... but still I can't connect to internet ? can you please help.. I put my default gateway which is 192.168.1.1 to /etc/defaultrouter but with no use..... (13 Replies)
Discussion started by: yahyaaa
13 Replies

3. Linux

how to connect internet????

HI, Am using GPRS ( MOB # 3230 ) internet connection in windows Hw to use internet r connect in linux.. ( Red Hat Linux Ver.10 ) Please help me.. Thanks in adv.. (1 Reply)
Discussion started by: bharath raja
1 Replies

4. Solaris

How to connect to Internet

Hi I installed solaris developer edition 1/08 today.I want to connect to Broadband internet through my ADSL 2+ Modem/Router with a username and password. plz help in this case,I am new to sun solaris:confused: the modem itself is a router it worked well on ubuntu and red hat (3 Replies)
Discussion started by: santugvd
3 Replies

5. Solaris

trying to connect to internet

i have just installed solaris 10 on a 60 gb hard drive. now im trying to install my nic driver but when i put in the floppy disk for the nic card it cant read it, so then i found that i have to mount the floppy drive and i tried putting in the mount command but i dont know where to mount it and if... (38 Replies)
Discussion started by: vutty81
38 Replies

6. Solaris

How to connect Solaris 10 to the internet ?!

ive installed a fresh copy of solaris 10 on a E3500 Server machine, i gave it a static IP address , 192.168.1.15 its a test server in our office (small office) we are using LINKSYS as our internet router and DHCP as well .. its IP is 192.168.1.1 and ive added this IP as Default route on the server... (9 Replies)
Discussion started by: mduweik
9 Replies

7. UNIX for Dummies Questions & Answers

Cannot connect to the Internet

I running HPUX 11.0, Netscape gives me an error "Unable to locate Server" when using a www.something.com address. If I use an IP address I get past the router and onto the Internet. My workstation can get to the Router @ 192.168.0.1 and also it's local APACHE server. I have DHCP enabled... (8 Replies)
Discussion started by: johnalt
8 Replies

8. Shell Programming and Scripting

Clearify what it means under 'WHAT' when hit the 'w'-command

I wonder how I shall read the result below, especially 'what' shown below. The result was shown when I entered 'w'. E.g what is TOP? What is gosh ( what does selmgr mean?)? login@ idle JCPU PCPU what 6:15am 7:04 39 39 TOP 6:34am 6:45 45 45 TOP 6:41am ... (1 Reply)
Discussion started by: Aelgen
1 Replies

9. UNIX for Dummies Questions & Answers

i have tried but i can't get my internet connection to work???

for those who have read my earlier posts i have been trying for about a week and a half to get my internet connection working with no results... my isp is ex-pressnet (in VA)...one-way cable internet service (dial-up for uploads, cable for downloads) using a com21 cable modem...this is extremly... (6 Replies)
Discussion started by: justchillin
6 Replies

10. UNIX for Dummies Questions & Answers

i can't get on the internet

hello :( i have just installed linux mandrake 7.1 and i've been trying to get help EVERYWHERE!! i can't get on the internet. it dials the modem and connects but when i try and go 2 any web pages it gets no further than looking for the server. plleeeeeeeeeeeeeeeeeeeeeease help thanks,... (7 Replies)
Discussion started by: mipsy
7 Replies
Login or Register to Ask a Question
USBPROG(1)							      USBprog								USBPROG(1)

NAME
usbprog - Programmer for the USBprog hardware SYNOPSIS
usbprog [options] [commands] DESCRIPTION
USBprog has two modes: An interactive mode and a batch mode. Both mode use exactly the same commands. As every command takes a fixed number of arguments, no separator is necessary between commands -- just specify as much commands as you would like to execute. The help command gives a list of all commands, ? command can be used to get help for a specific command. Example: (usbprog) help (usbprog) ? upload OPTIONS
Following options can be specified, both for the interactive and the batch mode: -h | --help Prints a short help. -v | --version Prints the version number to standard output. -d | --datadir datadir Uses datadir instead of ~/.usbprog. -o | --offline Don't try to connect to the internet. Use the cached firmware and index file(s) only. -D | --debug Enable debugging output. COMMANDS
This section describes all commands. As mentioned above, the syntax is the same for interactive and batch usage. help This just prints an overview about every command, i.e. the command name and an one-sentence description. helpcmd | ? command Print a detailed description for command. exit | quit Quit the program. On Unix, you can also send an EOF by pressing Ctrl-d on your terminal. copying | license Prints a short license (GPL) text and the version number of the program. list | firmwares Prints a list of available firmwares. A [*] shows that the firmware is available in the offline cache. download firmware Downloads the specified firmware. Use the same string as you retrieved from the firmwares command described above. This command doesn't work in offline mode. info firmware Shows some basic information about firmware like what it does, the latest version number, the author and the USB ID which the USBprog device has after this firmware has been uploaded. See also the pins command. pins firmware This shows the PIN assignment of firmware and the meaning of the LED and jumpers. See also the info command for basic information about the firmware. cache clean | delete clean deletes all old firmware versions from the firmware cache, i.e. if the latest version of a firmware is 5, then it deletes the versions 0 to 4 if they are still on disk. The delete command deletes the whole firmware cache. Only the index and history file are in the cache directory after executing this command. devices Shows a list of connected USB devices related to USBprog. The currently used update device an be set with device and is also marked in the output. device number | name Sets the update device for the upload command. You have to use the integer number or the device name you retrieved from the devices command. upload firmware | file Uploads a new firmware. The firmware identifier can be found with the list command. Alternatively, you can also specify a file name on the disk. The extension doesn't matter. FILES
~/.usbprog/version.xml Index file, downloaded from http://www.ixbat.de/usbprog/versions.xml. ~/.usbprog/history The saved readline(1) history. ~/.usbprog/* The rest in that directory are firmware files. The naming scheme is name.version. AUTHOR
The USBprog program and documentation has been written by Bernhard Walle <bernhard@bwalle.de>. SEE ALSO
usbprog-gui(1), http://www.embedded-projects.net/index.php?page_id=135 0.2.0 2010-01-04 USBPROG(1)