Please run scanModem tool from site. This way we can be sure to give you correct driver.
Download it from
http://linmodems.technion.ac.il/packages/scanModem.gz
copy to your linux partition
$ gunzip scanModem.gz
$ su - or sudo
# chmod +x scanModem
# ./scanModem
and send in ModemData.txt to list.
Regards,
Antonio
--- On Sat, 8/23/08, S.torabkheslat <s.torabkheslat@gmail.com> wrote:
> From: S.torabkheslat <s.torabkheslat@gmail.com>
> Subject: Modem
> To: fedora-list@redhat.com
> Date: Saturday, August 23, 2008, 9:07 AM
> I can't find the Agere SV92PP modem driver for fedora
> core6
> please advise me how to find this driver--
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe:
> https://www.redhat.com/mailman/listinfo/fedora-list
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
08-19-2008, 05:57 PM
Antonio Olivares
Modem
--- On Sat, 8/23/08, S.torabkheslat <s.torabkheslat@gmail.com> wrote:
> From: S.torabkheslat <s.torabkheslat@gmail.com>
> Subject: Modem
> To: fedora-list@redhat.com
> Date: Saturday, August 23, 2008, 9:07 AM
> I can't find the Agere SV92PP modem driver for fedora
> core6
> please advise me how to find this driver--
Please run scanModem tool from site. This way we can be sure to give you correct driver.
Download it from
http://linmodems.technion.ac.il/packages/scanModem.gz
copy to your linux partition
$ gunzip scanModem.gz
$ su - or sudo
# chmod +x scanModem
# ./scanModem
and send in ModemData.txt to list.
Apologies for sending this to Fedora list and for TOP POSTING.
Regards,
Antonio
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
08-23-2008, 04:07 PM
"S.torabkheslat"
Modem
I can't find the Agere SV92PP modem driver for
fedora core6
please advise me how to find this
driver
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
09-18-2010, 03:19 PM
Patrick Dupre
Modem
Hello,
I am unable to activate a connection when using my modem
(inspiron 9400 with fedora 13).
(Modem conexant HDA DIOOMDC V.92 Modem CDM3)
I am not sure that it is the right place to post this email, but maybe
somebody can help me.
I copied some of the configuration files.
When I do ifup ppp0, I get:
RTNETLINK,answers: No such process.
pppd unrecognized option /dev/modem
Thank for your help.
/etc/ppd/ip-up
#!/bin/bash
# This file should not be modified -- make local changes to
# /etc/ppp/ip-up.local instead
################################################## #############################
# $Id: options.pptp,v 1.3 2006/03/26 23:11:05 quozl Exp $
#
# Sample PPTP PPP options file /etc/ppp/options.pptp
# Options used by PPP when a connection is made by a PPTP client.
# This file can be referred to by an /etc/ppp/peers file for the tunnel.
# Changes are effective on the next connection. See "man pppd".
#
# You are expected to change this file to suit your system. As
# packaged, it requires PPP 2.4.2 or later from http://ppp.samba.org/
# and the kernel MPPE module available from the CVS repository also on
# http://ppp.samba.org/, which is packaged for DKMS as kernel_ppp_mppe.
################################################## #############################
# Lock the port
lock
# Authentication
# We don't need the tunnel server to authenticate itself
noauth
# We won't do PAP, EAP, CHAP, or MSCHAP, but we will accept MSCHAP-V2
# (you may need to remove these refusals if the server is not using MPPE)
refuse-pap
refuse-eap
refuse-chap
refuse-mschap
# Compression
# Turn off compression protocols we know won't be used
nobsdcomp
nodeflate
# Encryption
# (There have been multiple versions of PPP with encryption support,
# choose with of the following sections you will use. Note that MPPE
# requires the use of MSCHAP-V2 during authentication)
# http://ppp.samba.org/ the PPP project version of PPP by Paul Mackarras
# ppp-2.4.2 or later with MPPE only, kernel module ppp_mppe.o
# {{{
# Require MPPE 128-bit encryption
#require-mppe-128
# }}}
# http://polbox.com/h/hs001/ fork from PPP project by Jan Dubiec
# ppp-2.4.2 or later with MPPE and MPPC, kernel module ppp_mppe_mppc.o
# {{{
# Require MPPE 128-bit encryption
#mppe required,stateless
# }}}
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
/etc/ppp/wmdial.conf
noauth
name wvdial
usepeerdns
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++
--
---
================================================== ========================
Patrick DUPRÉ | |
Department of Chemistry | | Phone: (44)-(0)-1904-434384
The University of York | | Fax: (44)-(0)-1904-432516
Heslington | |
York YO10 5DD United Kingdom | | email: pd520@york.ac.uk
================================================== ========================--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
09-18-2010, 03:57 PM
Antonio Olivares
Modem
--- On Sat, 9/18/10, Patrick Dupre <pd520@york.ac.uk> wrote:
> From: Patrick Dupre <pd520@york.ac.uk>
> Subject: Modem
> To: "Fedora List" <fedora-list@redhat.com>
> Date: Saturday, September 18, 2010, 8:19 AM
>
> Hello,
>
> I am unable to activate a connection when using my modem
> (inspiron 9400 with fedora 13).
> (Modem conexant HDA DIOOMDC V.92 Modem CDM3)
>
> I am not sure that it is the right place to post this
> email, but maybe
> somebody can help me.
> I copied some of the configuration files.
>
> When I do ifup ppp0, I get:
> RTNETLINK,answers: No such process.
> pppd unrecognized option /dev/modem
>
> Thank for your help.
>
>
> /etc/ppd/ip-up
>
> #!/bin/bash
> # This file should not be modified -- make local changes
> to
> # /etc/ppp/ip-up.local instead
>
> PATH=/sbin:/usr/sbin:/bin:/usr/bin
> export PATH
>
> LOGDEVICE=$6
> REALDEVICE=$1
>
> [ -f /etc/sysconfig/network-scripts/ifcfg-${LOGDEVICE} ]
> && /etc/sysconfig/network-scripts/ifup-post
> --realdevice ${REALDEVICE} ifcfg-${LOGDEVICE}
>
> /etc/ppp/ip-up.ipv6to4 ${LOGDEVICE}
>
> [ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local
> "$@"
>
> exit 0
> ++++++++++++++++++++++++++++++++++++++
> /etc/ppp/options
>
> lock
> ++++++++++++++++++++++++++++++++++++++++++++++++++
> /etc/ppp/option.ppp
>
> ################################################## #############################
> # $Id: options.pptp,v 1.3 2006/03/26 23:11:05 quozl Exp $
> #
> # Sample PPTP PPP options file /etc/ppp/options.pptp
> # Options used by PPP when a connection is made by a PPTP
> client.
> # This file can be referred to by an /etc/ppp/peers file
> for the tunnel.
> # Changes are effective on the next connection.* See
> "man pppd".
> #
> # You are expected to change this file to suit your
> system.* As
> # packaged, it requires PPP 2.4.2 or later from http://ppp.samba.org/
> # and the kernel MPPE module available from the CVS
> repository also on
> # http://ppp.samba.org/, which is packaged for DKMS as
> kernel_ppp_mppe.
> ################################################## #############################
>
> # Lock the port
> lock
>
> # Authentication
> # We don't need the tunnel server to authenticate itself
> noauth
>
> # We won't do PAP, EAP, CHAP, or MSCHAP, but we will accept
> MSCHAP-V2
> # (you may need to remove these refusals if the server is
> not using MPPE)
> refuse-pap
> refuse-eap
> refuse-chap
> refuse-mschap
>
> # Compression
> # Turn off compression protocols we know won't be used
> nobsdcomp
> nodeflate
>
> # Encryption
> # (There have been multiple versions of PPP with encryption
> support,
> # choose with of the following sections you will use.*
> Note that MPPE
> # requires the use of MSCHAP-V2 during authentication)
>
> # http://ppp.samba.org/ the PPP project version of PPP by
> Paul Mackarras
> # ppp-2.4.2 or later with MPPE only, kernel module
> ppp_mppe.o
> # {{{
> # Require MPPE 128-bit encryption
> #require-mppe-128
> # }}}
>
> # http://polbox.com/h/hs001/ fork from PPP project by Jan
> Dubiec
> # ppp-2.4.2 or later with MPPE and MPPC, kernel module
> ppp_mppe_mppc.o
> # {{{
> # Require MPPE 128-bit encryption
> #mppe required,stateless
> # }}}
> ++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
> /etc/ppp/wmdial.conf
>
> [Modem0]
> Modem = /dev/modem
> Baud = 57600
> SetVolume = 1
> Dial Command = ATDP
> Init1 = ATZ
> Init3 = ATM1L1
> FlowControl = CRTSCTS
> [Dialer SFR]
> Username = tele2@tele2.fr
> Password = mys
> Phone = 0860652000
> Stupid Mode = 1
> Init1 = ATZ
> Inherits = Modem0
> +++++++++++++++++++++++++++++++++++++++++++++++++
>
> /etc/ppp/peers/SFR
>
> connect "/usr/bin/wvdial --remotename SFR --chat 'SFR'"
> ++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++
>
> /etc/ppp/peers/wmdial
>
> noauth
> name wvdial
> usepeerdns
> ++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++
>
>
>
> -- ---
> ================================================== ========================
> Patrick DUPRÉ* * * * * *
> * * * * * |***|
> Department of Chemistry* * * * *
> * |***|* * Phone:
> (44)-(0)-1904-434384
> The University of York* * * * *
> ***|***|* *
> Fax:***(44)-(0)-1904-432516
> Heslington* * * * * * *
> * * * *
> ***|***|
> York YO10 5DD* United Kingdom* * *
> |***|* * email: pd520@york.ac.uk
> ================================================== ========================
> -----Inline Attachment Follows-----
>
Patrick,
If the modem you have referenced above, then please do the following to see if you can get connected:
Fire up a terminal and run
$ su -
passwd:
# wvdialconf /etc/wvdial.conf
if a modem is found, could be /dev/ttyS0 ... /dev/ttyS3? then proceed to edit /etc/wvdial.conf and add your username, ISP phone no, and Password. then after you are done save that file and try
# wvdial
check to see if you can connect? If you cannot edit the file /etc/resolv.conf by pasting the numbers output by wvdial that show up when it is connected. Add these with to the file /etc/resolv.conf with the word nameserver in front of them. Let me know if this helped or not.
Regards,
Antonio
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
09-18-2010, 03:57 PM
Antonio Olivares
Modem
--- On Sat, 9/18/10, Patrick Dupre <pd520@york.ac.uk> wrote:
> From: Patrick Dupre <pd520@york.ac.uk>
> Subject: Modem
> To: "Fedora List" <fedora-list@redhat.com>
> Date: Saturday, September 18, 2010, 8:19 AM
>
> Hello,
>
> I am unable to activate a connection when using my modem
> (inspiron 9400 with fedora 13).
> (Modem conexant HDA DIOOMDC V.92 Modem CDM3)
>
> I am not sure that it is the right place to post this
> email, but maybe
> somebody can help me.
> I copied some of the configuration files.
>
> When I do ifup ppp0, I get:
> RTNETLINK,answers: No such process.
> pppd unrecognized option /dev/modem
>
> Thank for your help.
>
>
> /etc/ppd/ip-up
>
> #!/bin/bash
> # This file should not be modified -- make local changes
> to
> # /etc/ppp/ip-up.local instead
>
> PATH=/sbin:/usr/sbin:/bin:/usr/bin
> export PATH
>
> LOGDEVICE=$6
> REALDEVICE=$1
>
> [ -f /etc/sysconfig/network-scripts/ifcfg-${LOGDEVICE} ]
> && /etc/sysconfig/network-scripts/ifup-post
> --realdevice ${REALDEVICE} ifcfg-${LOGDEVICE}
>
> /etc/ppp/ip-up.ipv6to4 ${LOGDEVICE}
>
> [ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local
> "$@"
>
> exit 0
> ++++++++++++++++++++++++++++++++++++++
> /etc/ppp/options
>
> lock
> ++++++++++++++++++++++++++++++++++++++++++++++++++
> /etc/ppp/option.ppp
>
> ################################################## #############################
> # $Id: options.pptp,v 1.3 2006/03/26 23:11:05 quozl Exp $
> #
> # Sample PPTP PPP options file /etc/ppp/options.pptp
> # Options used by PPP when a connection is made by a PPTP
> client.
> # This file can be referred to by an /etc/ppp/peers file
> for the tunnel.
> # Changes are effective on the next connection.* See
> "man pppd".
> #
> # You are expected to change this file to suit your
> system.* As
> # packaged, it requires PPP 2.4.2 or later from http://ppp.samba.org/
> # and the kernel MPPE module available from the CVS
> repository also on
> # http://ppp.samba.org/, which is packaged for DKMS as
> kernel_ppp_mppe.
> ################################################## #############################
>
> # Lock the port
> lock
>
> # Authentication
> # We don't need the tunnel server to authenticate itself
> noauth
>
> # We won't do PAP, EAP, CHAP, or MSCHAP, but we will accept
> MSCHAP-V2
> # (you may need to remove these refusals if the server is
> not using MPPE)
> refuse-pap
> refuse-eap
> refuse-chap
> refuse-mschap
>
> # Compression
> # Turn off compression protocols we know won't be used
> nobsdcomp
> nodeflate
>
> # Encryption
> # (There have been multiple versions of PPP with encryption
> support,
> # choose with of the following sections you will use.*
> Note that MPPE
> # requires the use of MSCHAP-V2 during authentication)
>
> # http://ppp.samba.org/ the PPP project version of PPP by
> Paul Mackarras
> # ppp-2.4.2 or later with MPPE only, kernel module
> ppp_mppe.o
> # {{{
> # Require MPPE 128-bit encryption
> #require-mppe-128
> # }}}
>
> # http://polbox.com/h/hs001/ fork from PPP project by Jan
> Dubiec
> # ppp-2.4.2 or later with MPPE and MPPC, kernel module
> ppp_mppe_mppc.o
> # {{{
> # Require MPPE 128-bit encryption
> #mppe required,stateless
> # }}}
> ++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
> /etc/ppp/wmdial.conf
>
> [Modem0]
> Modem = /dev/modem
> Baud = 57600
> SetVolume = 1
> Dial Command = ATDP
> Init1 = ATZ
> Init3 = ATM1L1
> FlowControl = CRTSCTS
> [Dialer SFR]
> Username = tele2@tele2.fr
> Password = mys
> Phone = 0860652000
> Stupid Mode = 1
> Init1 = ATZ
> Inherits = Modem0
> +++++++++++++++++++++++++++++++++++++++++++++++++
>
> /etc/ppp/peers/SFR
>
> connect "/usr/bin/wvdial --remotename SFR --chat 'SFR'"
> ++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++
>
> /etc/ppp/peers/wmdial
>
> noauth
> name wvdial
> usepeerdns
> ++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++
>
>
>
> -- ---
> ================================================== ========================
> Patrick DUPRÉ* * * * * *
> * * * * * |***|
> Department of Chemistry* * * * *
> * |***|* * Phone:
> (44)-(0)-1904-434384
> The University of York* * * * *
> ***|***|* *
> Fax:***(44)-(0)-1904-432516
> Heslington* * * * * * *
> * * * *
> ***|***|
> York YO10 5DD* United Kingdom* * *
> |***|* * email: pd520@york.ac.uk
> ================================================== ========================
> -----Inline Attachment Follows-----
>
Patrick,
If the modem you have referenced above, then please do the following to see if you can get connected:
Fire up a terminal and run
$ su -
passwd:
# wvdialconf /etc/wvdial.conf
if a modem is found, could be /dev/ttyS0 ... /dev/ttyS3? then proceed to edit /etc/wvdial.conf and add your username, ISP phone no, and Password. then after you are done save that file and try
# wvdial
check to see if you can connect? If you cannot edit the file /etc/resolv.conf by pasting the numbers output by wvdial that show up when it is connected. Add these with to the file /etc/resolv.conf with the word nameserver in front of them. Let me know if this helped or not.
Regards,
Antonio
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
################################################## #############################
# $Id: options.pptp,v 1.3 2006/03/26 23:11:05 quozl Exp $
#
# Sample PPTP PPP options file /etc/ppp/options.pptp
# Options used by PPP when a connection is made by a PPTP
client.
# This file can be referred to by an /etc/ppp/peers file
for the tunnel.
# Changes are effective on the next connection.* See
"man pppd".
#
# You are expected to change this file to suit your
system.* As
# packaged, it requires PPP 2.4.2 or later from http://ppp.samba.org/
# and the kernel MPPE module available from the CVS
repository also on
# http://ppp.samba.org/, which is packaged for DKMS as
kernel_ppp_mppe.
################################################## #############################
# Lock the port
lock
# Authentication
# We don't need the tunnel server to authenticate itself
noauth
# We won't do PAP, EAP, CHAP, or MSCHAP, but we will accept
MSCHAP-V2
# (you may need to remove these refusals if the server is
not using MPPE)
refuse-pap
refuse-eap
refuse-chap
refuse-mschap
# Compression
# Turn off compression protocols we know won't be used
nobsdcomp
nodeflate
# Encryption
# (There have been multiple versions of PPP with encryption
support,
# choose with of the following sections you will use.*
Note that MPPE
# requires the use of MSCHAP-V2 during authentication)
# http://ppp.samba.org/ the PPP project version of PPP by
Paul Mackarras
# ppp-2.4.2 or later with MPPE only, kernel module
ppp_mppe.o
# {{{
# Require MPPE 128-bit encryption
#require-mppe-128
# }}}
# http://polbox.com/h/hs001/ fork from PPP project by Jan
Dubiec
# ppp-2.4.2 or later with MPPE and MPPC, kernel module
ppp_mppe_mppc.o
# {{{
# Require MPPE 128-bit encryption
#mppe required,stateless
# }}}
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
/etc/ppp/wmdial.conf
noauth
name wvdial
usepeerdns
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++
-- ---
================================================== ========================
Patrick DUPRÉ* * * * * *
* * * * * |***|
Department of Chemistry* * * * *
* |***|* * Phone:
(44)-(0)-1904-434384
The University of York* * * * *
***|***|* *
Fax:***(44)-(0)-1904-432516
Heslington* * * * * * *
* * * *
***|***|
York YO10 5DD* United Kingdom* * *
|***|* * email: pd520@york.ac.uk
================================================== ========================
-----Inline Attachment Follows-----
Patrick,
If the modem you have referenced above, then please do the following to see if you can get connected:
Fire up a terminal and run
$ su -
passwd:
# wvdialconf /etc/wvdial.conf
if a modem is found, could be /dev/ttyS0 ... /dev/ttyS3? then proceed to edit /etc/wvdial.conf and add your username, ISP phone no, and Password. then after you are done save that file and try
# wvdial
check to see if you can connect? If you cannot edit the file /etc/resolv.conf by pasting the numbers output by wvdial that show up when it is connected. Add these with to the file /etc/resolv.conf with the word nameserver in front of them. Let me know if this helped or not.
Regards,
Antonio
--
---
================================================== ========================
Patrick DUPRÃ? | |
Department of Chemistry | | Phone: (44)-(0)-1904-434384
The University of York | | Fax: (44)-(0)-1904-432516
Heslington | |
York YO10 5DD United Kingdom | | email: pd520@york.ac.uk
================================================== ========================--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
################################################## #############################
# $Id: options.pptp,v 1.3 2006/03/26 23:11:05 quozl Exp $
#
# Sample PPTP PPP options file /etc/ppp/options.pptp
# Options used by PPP when a connection is made by a PPTP
client.
# This file can be referred to by an /etc/ppp/peers file
for the tunnel.
# Changes are effective on the next connection.* See
"man pppd".
#
# You are expected to change this file to suit your
system.* As
# packaged, it requires PPP 2.4.2 or later from http://ppp.samba.org/
# and the kernel MPPE module available from the CVS
repository also on
# http://ppp.samba.org/, which is packaged for DKMS as
kernel_ppp_mppe.
################################################## #############################
# Lock the port
lock
# Authentication
# We don't need the tunnel server to authenticate itself
noauth
# We won't do PAP, EAP, CHAP, or MSCHAP, but we will accept
MSCHAP-V2
# (you may need to remove these refusals if the server is
not using MPPE)
refuse-pap
refuse-eap
refuse-chap
refuse-mschap
# Compression
# Turn off compression protocols we know won't be used
nobsdcomp
nodeflate
# Encryption
# (There have been multiple versions of PPP with encryption
support,
# choose with of the following sections you will use.*
Note that MPPE
# requires the use of MSCHAP-V2 during authentication)
# http://ppp.samba.org/ the PPP project version of PPP by
Paul Mackarras
# ppp-2.4.2 or later with MPPE only, kernel module
ppp_mppe.o
# {{{
# Require MPPE 128-bit encryption
#require-mppe-128
# }}}
# http://polbox.com/h/hs001/ fork from PPP project by Jan
Dubiec
# ppp-2.4.2 or later with MPPE and MPPC, kernel module
ppp_mppe_mppc.o
# {{{
# Require MPPE 128-bit encryption
#mppe required,stateless
# }}}
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
/etc/ppp/wmdial.conf
noauth
name wvdial
usepeerdns
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++
-- ---
================================================== ========================
Patrick DUPRÉ* * * * * *
* * * * * |***|
Department of Chemistry* * * * *
* |***|* * Phone:
(44)-(0)-1904-434384
The University of York* * * * *
***|***|* *
Fax:***(44)-(0)-1904-432516
Heslington* * * * * * *
* * * *
***|***|
York YO10 5DD* United Kingdom* * *
|***|* * email: pd520@york.ac.uk
================================================== ========================
-----Inline Attachment Follows-----
Patrick,
If the modem you have referenced above, then please do the following to see if you can get connected:
Fire up a terminal and run
$ su -
passwd:
# wvdialconf /etc/wvdial.conf
if a modem is found, could be /dev/ttyS0 ... /dev/ttyS3? then proceed to edit /etc/wvdial.conf and add your username, ISP phone no, and Password. then after you are done save that file and try
# wvdial
check to see if you can connect? If you cannot edit the file /etc/resolv.conf by pasting the numbers output by wvdial that show up when it is connected. Add these with to the file /etc/resolv.conf with the word nameserver in front of them. Let me know if this helped or not.
Regards,
Antonio
--
---
================================================== ========================
Patrick DUPRÃ? | |
Department of Chemistry | | Phone: (44)-(0)-1904-434384
The University of York | | Fax: (44)-(0)-1904-432516
Heslington | |
York YO10 5DD United Kingdom | | email: pd520@york.ac.uk
================================================== ========================--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
09-18-2010, 08:38 PM
Patrick Dupre
Modem
More information,
With the network manager, I switched to /dev/ttyS2 and it says that
ppp0 is active, but it does not dial the provider number.
RTNETLINK answers: No such process
Warning: can't open options file /root/.ppprc: Permission denied
I also get:
setserial /dev/ttyS2
/dev/ttyS2, UART: unknown, Port: 0x03e8, IRQ: 4
and
wvdialconf /etc/wvdial.conf
Editing `/etc/wvdial.conf'.
Scanning your serial ports for a modem.
Modem Port Scan<*1>: S0 S1 S2 S3
Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?
--- On Sat, 9/18/10, Patrick Dupre <pd520@york.ac.uk> wrote:
From: Patrick Dupre <pd520@york.ac.uk>
Subject: Modem
To: "Fedora List" <fedora-list@redhat.com>
Date: Saturday, September 18, 2010, 8:19 AM
Hello,
I am unable to activate a connection when using my modem
(inspiron 9400 with fedora 13).
(Modem conexant HDA DIOOMDC V.92 Modem CDM3)
I am not sure that it is the right place to post this
email, but maybe
somebody can help me.
I copied some of the configuration files.
When I do ifup ppp0, I get:
RTNETLINK,answers: No such process.
pppd unrecognized option /dev/modem
Thank for your help.
/etc/ppd/ip-up
#!/bin/bash
# This file should not be modified -- make local changes
to
# /etc/ppp/ip-up.local instead
################################################## #############################
# $Id: options.pptp,v 1.3 2006/03/26 23:11:05 quozl Exp $
#
# Sample PPTP PPP options file /etc/ppp/options.pptp
# Options used by PPP when a connection is made by a PPTP
client.
# This file can be referred to by an /etc/ppp/peers file
for the tunnel.
# Changes are effective on the next connection.* See
"man pppd".
#
# You are expected to change this file to suit your
system.* As
# packaged, it requires PPP 2.4.2 or later from http://ppp.samba.org/
# and the kernel MPPE module available from the CVS
repository also on
# http://ppp.samba.org/, which is packaged for DKMS as
kernel_ppp_mppe.
################################################## #############################
# Lock the port
lock
# Authentication
# We don't need the tunnel server to authenticate itself
noauth
# We won't do PAP, EAP, CHAP, or MSCHAP, but we will accept
MSCHAP-V2
# (you may need to remove these refusals if the server is
not using MPPE)
refuse-pap
refuse-eap
refuse-chap
refuse-mschap
# Compression
# Turn off compression protocols we know won't be used
nobsdcomp
nodeflate
# Encryption
# (There have been multiple versions of PPP with encryption
support,
# choose with of the following sections you will use.*
Note that MPPE
# requires the use of MSCHAP-V2 during authentication)
# http://ppp.samba.org/ the PPP project version of PPP by
Paul Mackarras
# ppp-2.4.2 or later with MPPE only, kernel module
ppp_mppe.o
# {{{
# Require MPPE 128-bit encryption
#require-mppe-128
# }}}
# http://polbox.com/h/hs001/ fork from PPP project by Jan
Dubiec
# ppp-2.4.2 or later with MPPE and MPPC, kernel module
ppp_mppe_mppc.o
# {{{
# Require MPPE 128-bit encryption
#mppe required,stateless
# }}}
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
/etc/ppp/wmdial.conf
noauth
name wvdial
usepeerdns
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++
-- ---
================================================== ========================
Patrick DUPRÉ* * * * * *
* * * * * |***|
Department of Chemistry* * * * *
* |***|* * Phone:
(44)-(0)-1904-434384
The University of York* * * * *
***|***|* *
Fax:***(44)-(0)-1904-432516
Heslington* * * * * * *
* * * *
***|***|
York YO10 5DD* United Kingdom* * *
|***|* * email: pd520@york.ac.uk
================================================== ========================
-----Inline Attachment Follows-----
Patrick,
If the modem you have referenced above, then please do the following to see if you can get connected:
Fire up a terminal and run
$ su -
passwd:
# wvdialconf /etc/wvdial.conf
if a modem is found, could be /dev/ttyS0 ... /dev/ttyS3? then proceed to edit /etc/wvdial.conf and add your username, ISP phone no, and Password. then after you are done save that file and try
# wvdial
check to see if you can connect? If you cannot edit the file /etc/resolv.conf by pasting the numbers output by wvdial that show up when it is connected. Add these with to the file /etc/resolv.conf with the word nameserver in front of them. Let me know if this helped or not.
Regards,
Antonio
--
---
================================================== ========================
Patrick DUPRÃ? | |
Department of Chemistry | | Phone: (44)-(0)-1904-434384
The University of York | | Fax: (44)-(0)-1904-432516
Heslington | |
York YO10 5DD United Kingdom | | email: pd520@york.ac.uk
================================================== ========================--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
09-18-2010, 08:38 PM
Patrick Dupre
Modem
More information,
With the network manager, I switched to /dev/ttyS2 and it says that
ppp0 is active, but it does not dial the provider number.
RTNETLINK answers: No such process
Warning: can't open options file /root/.ppprc: Permission denied
I also get:
setserial /dev/ttyS2
/dev/ttyS2, UART: unknown, Port: 0x03e8, IRQ: 4
and
wvdialconf /etc/wvdial.conf
Editing `/etc/wvdial.conf'.
Scanning your serial ports for a modem.
Modem Port Scan<*1>: S0 S1 S2 S3
Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?
--- On Sat, 9/18/10, Patrick Dupre <pd520@york.ac.uk> wrote:
From: Patrick Dupre <pd520@york.ac.uk>
Subject: Modem
To: "Fedora List" <fedora-list@redhat.com>
Date: Saturday, September 18, 2010, 8:19 AM
Hello,
I am unable to activate a connection when using my modem
(inspiron 9400 with fedora 13).
(Modem conexant HDA DIOOMDC V.92 Modem CDM3)
I am not sure that it is the right place to post this
email, but maybe
somebody can help me.
I copied some of the configuration files.
When I do ifup ppp0, I get:
RTNETLINK,answers: No such process.
pppd unrecognized option /dev/modem
Thank for your help.
/etc/ppd/ip-up
#!/bin/bash
# This file should not be modified -- make local changes
to
# /etc/ppp/ip-up.local instead
################################################## #############################
# $Id: options.pptp,v 1.3 2006/03/26 23:11:05 quozl Exp $
#
# Sample PPTP PPP options file /etc/ppp/options.pptp
# Options used by PPP when a connection is made by a PPTP
client.
# This file can be referred to by an /etc/ppp/peers file
for the tunnel.
# Changes are effective on the next connection.* See
"man pppd".
#
# You are expected to change this file to suit your
system.* As
# packaged, it requires PPP 2.4.2 or later from http://ppp.samba.org/
# and the kernel MPPE module available from the CVS
repository also on
# http://ppp.samba.org/, which is packaged for DKMS as
kernel_ppp_mppe.
################################################## #############################
# Lock the port
lock
# Authentication
# We don't need the tunnel server to authenticate itself
noauth
# We won't do PAP, EAP, CHAP, or MSCHAP, but we will accept
MSCHAP-V2
# (you may need to remove these refusals if the server is
not using MPPE)
refuse-pap
refuse-eap
refuse-chap
refuse-mschap
# Compression
# Turn off compression protocols we know won't be used
nobsdcomp
nodeflate
# Encryption
# (There have been multiple versions of PPP with encryption
support,
# choose with of the following sections you will use.*
Note that MPPE
# requires the use of MSCHAP-V2 during authentication)
# http://ppp.samba.org/ the PPP project version of PPP by
Paul Mackarras
# ppp-2.4.2 or later with MPPE only, kernel module
ppp_mppe.o
# {{{
# Require MPPE 128-bit encryption
#require-mppe-128
# }}}
# http://polbox.com/h/hs001/ fork from PPP project by Jan
Dubiec
# ppp-2.4.2 or later with MPPE and MPPC, kernel module
ppp_mppe_mppc.o
# {{{
# Require MPPE 128-bit encryption
#mppe required,stateless
# }}}
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++
/etc/ppp/wmdial.conf
noauth
name wvdial
usepeerdns
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++
-- ---
================================================== ========================
Patrick DUPRÉ* * * * * *
* * * * * |***|
Department of Chemistry* * * * *
* |***|* * Phone:
(44)-(0)-1904-434384
The University of York* * * * *
***|***|* *
Fax:***(44)-(0)-1904-432516
Heslington* * * * * * *
* * * *
***|***|
York YO10 5DD* United Kingdom* * *
|***|* * email: pd520@york.ac.uk
================================================== ========================
-----Inline Attachment Follows-----
Patrick,
If the modem you have referenced above, then please do the following to see if you can get connected:
Fire up a terminal and run
$ su -
passwd:
# wvdialconf /etc/wvdial.conf
if a modem is found, could be /dev/ttyS0 ... /dev/ttyS3? then proceed to edit /etc/wvdial.conf and add your username, ISP phone no, and Password. then after you are done save that file and try
# wvdial
check to see if you can connect? If you cannot edit the file /etc/resolv.conf by pasting the numbers output by wvdial that show up when it is connected. Add these with to the file /etc/resolv.conf with the word nameserver in front of them. Let me know if this helped or not.
Regards,
Antonio
--
---
================================================== ========================
Patrick DUPRÃ? | |
Department of Chemistry | | Phone: (44)-(0)-1904-434384
The University of York | | Fax: (44)-(0)-1904-432516
Heslington | |
York YO10 5DD United Kingdom | | email: pd520@york.ac.uk
================================================== ========================--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines