Προς το περιεχόμενο

εγκστάσταση modem....


dimitrispk

Προτεινόμενες αναρτήσεις

Γεια σας παιδία,

πρόσφατα εγκατέστησα στον υπολογιστή μου το λογισμικό linux (ubuntu 7.10).Ολα πήγαν καλά στην εγκατάσταση αλλά όταν δοκίμασα να κάνω install το modem (f200 adsl usb modem της crypto(το cd με τους drivers που μου είχε δώσει η εταιρία δεν είχε drivers για linux )) σκάλωσα.Πως θα κανω install το modem?PLEASE HELP....

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

ΕΠΕΙΔΗ ΕΙΜΑΙ ΚΑΙΝΟΥΡΓΙΟΣ ΣΤΑ LINUX ΚΑΙ ΤΩΡΑ ΑΡΧΙΖΩ ΝΑ ΜΑΘΑΙΝΩ,ΑΥΤΗ Η ΔΙΑΔΙΚΑΣΙΑ ΜΟΥ ΦΑΙΝΕΤΑΙ ΛΙΓΟ ΔΥΣΚΟΛΗ!ΜΗΠΩΣ ΜΠΟΡΕΙ ΚΑΠΟΙΟΣ ΝΑ ΜΕ ΒΟΗΘΗΣΕΙ ΛΙΓΟ ΠΑΡΑΠΑΝΩ?(ΔΕΝ ΞΕΡΩ ΟΥΤΕ ΠΩΣ ΚΑΙ ΑΠΟ ΠΟΥ ΜΠΑΙΝΟΥΝ ΤΑ ΠΑΚΕΤΑ ΠΟΥ ΛΕΕΙ,ΟΥΤΕ ΚΑΤΑΛΑΒΑΙΝΩ ΤΑ ΣΗΜΕΙΑ ΠΟΥ ΕΙΝΑΙ ΓΡΑΜΜΕΝΟΣ Ο *ΚΩΔΙΚΑΣ*).ΣΑΣ ΕΥΧΑΡΙΣΤΩ ΠΟΛΥ!!!(ΤΟ ΠΑΡΑΚΑΤΩ ΜΥΝΗΜΑ ΕΙΝΑΙ ΑΠΟ ΤΙΣ ΣΕΛΙΔΕΣ ΠΟΥ ΜΟΥ ΠΡΟΤΕΙΝΕ Ο ΧΡΗΣΤΗΣ BLACK DEMIS)

 

--------------------------------------------------------------------------------------------------------

Περιγράφω τα βήματα που χρειάζονται για να συνδεθείτε στο internet

Θα χρειαστούμε το πακέτο cxacrufw (firmware extractor) από εδώ

Το εγκαθιστούμε με sudo dpkg -i --force depends cxacru*.deb αν παραπονεθεί για dependencies.

και το αρχείο CnxEtU.sys από το φάκελο driver/Wan του CD με τους (windows) drivers του F200.

Αφού μετακινηθούμε στον φάκελο που περιέχει το CnxEtU.sys, εκτελούμε τις εντολές:

 

 

Γραμμή εντολών

--------------------------------------------------------------------------------

 

cxacru-fw CnxEtU.sys cxacru-fw.bin

sudo cp cxacru-fw.bin /lib/firmware/

 

--------------------------------------------------------------------------------

 

 

 

Αν προκύψει σφάλμα από το αρχείο που έχουμε, το αρχείο σε αυτό τον driver δουλεύει.

Ανοίγουμε το αρχείο /etc/modules και προσθέτουμε σε μια κενή γραμμή στο τέλος το cxacru:

 

 

Γραμμή εντολών

--------------------------------------------------------------------------------

 

sudo gedit /etc/modules

 

--------------------------------------------------------------------------------

 

 

 

Μπαίνετε στο τερματικό και πληκτρολογείτε:

 

 

Γραμμή εντολών

--------------------------------------------------------------------------------

 

cd /etc/ppp

sudo gedit options

 

--------------------------------------------------------------------------------

 

 

 

Το αρχείο πρέπει να έχει τη μορφή:

Κώδικαςuser "το user name που χρεισιμοποιείτε"

plugin pppoatm.so

8.35

noipdefault

usepeerdns

defaultroute

persist

Φτιάχνουμε τα αρχεία pap-secrets και chap-secrets:

pap-secrets:

 

 

Γραμμή εντολών

--------------------------------------------------------------------------------

 

sudo gedit pap-secrets

 

--------------------------------------------------------------------------------

 

 

 

Το αρχείο πρέπει να έχει τη μορφή:

Κώδικας#

# /etc/ppp/pap-secrets

#

# This is a pap-secrets file to be used with the AUTO_PPP function of

# mgetty. mgetty-0.99 is preconfigured to startup pppd with the login option

# which will cause pppd to consult /etc/passwd (and /etc/shadow in turn)

# after a user has passed this file. Don't be disturbed therefore by the fact

# that this file defines logins with any password for users. /etc/passwd

# (again, /etc/shadow, too) will catch passwd mismatches.

#

# This file should block ALL users that should not be able to do AUTO_PPP.

# AUTO_PPP bypasses the usual login program so it's necessary to list all

# system userids with regular passwords here.

#

# ATTENTION: The definitions here can allow users to login without a

# password if you don't use the login option of pppd! The mgetty Debian

# package already provides this option; make sure you don't change that.

 

# INBOUND connections

 

# Every regular user can use PPP and has to use passwords from /etc/passwd

* hostname "" *

 

# UserIDs that cannot use PPP at all. Check your /etc/passwd and add any

# other accounts that should not be able to use pppd!

guest hostname "*" -

master hostname "*" -

root hostname "*" -

support hostname "*" -

stats hostname "*" -

 

# OUTBOUND connections

 

# Here you should add your userid password to connect to your providers via

# PAP. The * means that the password is to be used for ANY host you connect

# to. Thus you do not have to worry about the foreign machine name. Just

# replace password with your password.

# If you have different providers with different passwords then you better

# remove the following line.

 

# * password

 

το user name εδώ * το Password εδώ *

ανάμεσα πρέπει να υπάρχει tab δηλαδή User[tab]*[tab]password[tab]*[enter]

chap-secrets:

 

 

Γραμμή εντολών

--------------------------------------------------------------------------------

 

sudo gedit chap-secrets

 

--------------------------------------------------------------------------------

 

 

 

Το αρχείο πρέπει να έχει τη μορφή:

Κώδικας# Secrets for authentication using CHAP

# client server secret IP addresses

 

το user name εδώ * το Password εδώ

ανάμεσα πρέπει να υπάρχει tab δηλαδή User[tab]*[tab]password[tab]*[enter]

Πληκτρολογούμε

 

 

Γραμμή εντολών

--------------------------------------------------------------------------------

 

cd /etc/ppp/peers

sudo gedit provider

 

--------------------------------------------------------------------------------

 

 

 

Το αρχείο πρέπει να έχει τη μορφή:

Κώδικας# These are the options to dial out to your default service provider.

# Please customize them correctly. Only the "provider" file will be

# handled by poff and pon (unless with extra command line arguments).

 

# You usually need this if there is no PAP authentication

# noauth

 

# The chat script (be sure to edit that file, too!)

# connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"

 

# Set up routing to go through this PPP link

defaultroute

persist

Πληκτρολογούμε

 

 

Γραμμή εντολών

--------------------------------------------------------------------------------

 

cd /etc/chatscripts/

sudo gedit provider

 

--------------------------------------------------------------------------------

 

 

 

Το αρχείο πρέπει να έχει τη μορφή:

Κώδικας# This is the chat script used to dial out to your default service provider.

# Please customize the entries enclosed in parenthesis to match your setup.

# Only the "provider" file will be handled by poff and pon (unless with

# extra command line arguments).

#

# Remember to edit /etc/ppp/peers/provider accordingly.

#

# ATZW2 as a default init string

# - On all hayes compatible modems, W2 will correctly report the connect

# speed.

#

ABORT BUSY

ABORT "NO CARRIER"

ABORT VOICE

ABORT "NO DIALTONE"

"" ATZW2

OK ATDT<0000000>

ogin <to user name>

word \q<to password>

 

 

Γραμμή εντολών

--------------------------------------------------------------------------------

 

sudo pon

 

--------------------------------------------------------------------------------

 

 

 

Και ειμαστε Online!!!!

 

 

Γραμμή εντολών

--------------------------------------------------------------------------------

 

sudo poff

 

--------------------------------------------------------------------------------

 

 

 

για να γίνει disconnect

------------------------------------------------------------

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...