个人工具

“UbuntuHelp:DialupModemHowto/AlsaModem”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:DialupModemHowto/AlsaModem}}
 
{{Languages|UbuntuHelp:DialupModemHowto/AlsaModem}}
 
== Modems supported by ALSA drivers (snd_atiixp_modem, snd_via82xx_modem, snd_intel8x0m) ==
 
== Modems supported by ALSA drivers (snd_atiixp_modem, snd_via82xx_modem, snd_intel8x0m) ==
If <code><nowiki>Modem/ModemData.txt</nowiki></code> tells you that the modem can be set up by loading (''modprobe'') the modules snd_atiixp_modem, snd_via82xx_modem or snd_intel8x0mcd, this section may be for you. You need the ''sl-modem-daemon'' package.
+
If <pre><nowiki>Modem/ModemData.txt</nowiki></pre> tells you that the modem can be set up by loading (''modprobe'') the modules snd_atiixp_modem, snd_via82xx_modem or snd_intel8x0mcd, this section may be for you. You need the<pre><nowiki>sl-modem-daemon</nowiki></pre>package.
* If you can go online with your Ubuntu, you can install the package/daemon by enabling the <code><nowiki> multiverse </nowiki></code> repository and then install the <code><nowiki>sl-modem-daemon</nowiki></code> package.
+
* If you can go online with your Ubuntu, you can install the package/daemon by enabling the <pre><nowiki> multiverse </nowiki></pre> repository and then install the <code><nowiki>sl-modem-daemon</nowiki></code> package.
 
* If you cannot go online with your Ubuntu, search for the package using http://packages.ubuntu.com/ , download (link to .deb is given under the text "Architecture") and transfer the package for your version of Ubuntu to your Desktop. After making sure you do not have any other .deb files in your Desktop, open a terminal (Alt+F2, type gnome-desktop -Ubuntu- or konsole -Kubuntu, hit enter), and type or copy-paste the following commands:
 
* If you cannot go online with your Ubuntu, search for the package using http://packages.ubuntu.com/ , download (link to .deb is given under the text "Architecture") and transfer the package for your version of Ubuntu to your Desktop. After making sure you do not have any other .deb files in your Desktop, open a terminal (Alt+F2, type gnome-desktop -Ubuntu- or konsole -Kubuntu, hit enter), and type or copy-paste the following commands:
 
<pre><nowiki>
 
<pre><nowiki>
第10行: 第10行:
 
</nowiki></pre>
 
</nowiki></pre>
 
You can delete the .deb file you used if the installation was successful.
 
You can delete the .deb file you used if the installation was successful.
* To set your country, run <code><nowiki> sudo dpkg-reconfigure sl-modem-daemon -plow </nowiki></code> and follow instructions on the terminal. Restart the daemon with <code><nowiki> sudo /etc/init.d/sl-modem-daemon restart </nowiki></code>
+
* To set your country, run <pre><nowiki> sudo dpkg-reconfigure sl-modem-daemon -plow </nowiki></pre> and follow instructions on the terminal. Restart the daemon with <pre><nowiki> sudo /etc/init.d/sl-modem-daemon restart </nowiki></pre>
* For further information to configure the daemon (if it is not working), see the following "text" files (using a text editor like gedit or nano): <code><nowiki> /etc/default/sl-modem-daemon </nowiki></code> and/or <code><nowiki>/usr/share/doc/sl-modem-daemon/README.Debian </nowiki></code>
+
* For further information to configure the daemon (if it is not working), see the following "text" files (using a text editor like gedit or nano): <pre><nowiki> /etc/default/sl-modem-daemon </nowiki></pre> and/or <pre><nowiki>/usr/share/doc/sl-modem-daemon/README.Debian </nowiki></pre>
 
* Now you can go on to use a dialing tool (see table of contents of this wiki page; preferably wvdial for slmodems).
 
* Now you can go on to use a dialing tool (see table of contents of this wiki page; preferably wvdial for slmodems).
 
* If you get an error that says
 
* If you get an error that says

2007年12月6日 (四) 10:10的版本

Modems supported by ALSA drivers (snd_atiixp_modem, snd_via82xx_modem, snd_intel8x0m)

If
Modem/ModemData.txt
tells you that the modem can be set up by loading (modprobe) the modules snd_atiixp_modem, snd_via82xx_modem or snd_intel8x0mcd, this section may be for you. You need the
sl-modem-daemon
package.
  • If you can go online with your Ubuntu, you can install the package/daemon by enabling the
     multiverse 
    repository and then install the sl-modem-daemon package.
  • If you cannot go online with your Ubuntu, search for the package using http://packages.ubuntu.com/ , download (link to .deb is given under the text "Architecture") and transfer the package for your version of Ubuntu to your Desktop. After making sure you do not have any other .deb files in your Desktop, open a terminal (Alt+F2, type gnome-desktop -Ubuntu- or konsole -Kubuntu, hit enter), and type or copy-paste the following commands:
cd ~/Desktop
sudo dpkg -i *.deb

You can delete the .deb file you used if the installation was successful.

  • To set your country, run
     sudo dpkg-reconfigure sl-modem-daemon -plow 
    and follow instructions on the terminal. Restart the daemon with
     sudo /etc/init.d/sl-modem-daemon restart 
  • For further information to configure the daemon (if it is not working), see the following "text" files (using a text editor like gedit or nano):
     /etc/default/sl-modem-daemon 
    and/or
    /usr/share/doc/sl-modem-daemon/README.Debian 
  • Now you can go on to use a dialing tool (see table of contents of this wiki page; preferably wvdial for slmodems).
  • If you get an error that says
FATAL: Module slamr not found.
SmartLink modem driver not available for this Kernel. Please read README.Debian
or try to install the package sl-modem-modules-2.6.15-20-686. Exiting...
invoke-rc.d: initscript sl-modem-daemon, action "start" failed.
You will need to follow the instructions per section "Modems supported by the Smartlink driver" in DialupModemHowto wiki page.

TODO: x86_64 architecture Go back to the main wiki page