个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
第21行: 第21行:
 
</nowiki></pre> You will need to follow the instructions per section "Modems supported by the Smartlink driver" in [[UbuntuHelp:DialupModemHowto|DialupModemHowto]] wiki page.
 
</nowiki></pre> You will need to follow the instructions per section "Modems supported by the Smartlink driver" in [[UbuntuHelp:DialupModemHowto|DialupModemHowto]] wiki page.
 
TODO: x86_64 architecture
 
TODO: x86_64 architecture
[[UbuntuHelp:DialupModemHowto|Go back to the main wiki page]]
+
[[UbuntuHelp:DialupModemHowto|Go|back to the main wiki page]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 04:46的最新版本

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