个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/DialupModemHowto/ScanModem}}
 
{{From|https://help.ubuntu.com/community/DialupModemHowto/ScanModem}}
 
{{Languages|UbuntuHelp:DialupModemHowto/ScanModem}}
 
{{Languages|UbuntuHelp:DialupModemHowto/ScanModem}}
To find out what kind of software modem you are using, go to  [http://www.linmodems.org linmodems.org], read the page, and download the [http://132.68.73.235/linmodems/index.html#scanModem scanModem tool] (which will only recognize PCI and USB modems, not ISA modems). Copy it to your desktop in your Ubuntu machine, then open a command line and enter:
+
To find out what kind of software modem you are using, go to  [http://www.linmodems.org linmodems.org], read the page, and download the [http://132.68.73.235/linmodems/index.html#s<pre><nowiki>Modem</nowiki></pre>anModem tool] (which will only recognize PCI and USB modems, not ISA modems). Copy it to your desktop in your Ubuntu machine, then open a command line and enter:
 
<pre><nowiki>
 
<pre><nowiki>
$ cd ~/Desktop
+
$ cd ~/Desktop
$ gunzip scanModem.gz
+
$ gunzip scanModem.gz
$ chmod +x scanModem
+
$ chmod +x scanModem
$ ./scanModem
+
$ ./scanModem
 
</nowiki></pre>
 
</nowiki></pre>
The program <code><nowiki>gunzip</nowiki></code> will decompress the file, <code><nowiki>chmod</nowiki></code> will mark it as executable, and <code><nowiki>./scanModem</nowiki></code> will run it. If it tells you to do something as ''root'' by issuing <code><nowiki>su - root</nowiki></code>, instead just enter the commands it wants following a "sudo", e.g. <code><nowiki>$ sudo modprobe snd-intel8x0m</nowiki></code>. scanModem will scan your modem and tell you what it is and how to configure it. It will '''not''' configure it for you. But after running, you will see a number of new folders, including a <code><nowiki>Modem</nowiki></code> folder. Read <code><nowiki>1stRead.txt</nowiki></code> and <code><nowiki>ModemData.txt</nowiki></code> in there, and see if you modem was recognized. This is admittedly not a straight-forward read and might need some more reading around on above mentioned page to find out which drivers your modem needs. Then scan through the following sections to find out about the easiest way to install that driver under Ubuntu.
+
The program <pre><nowiki>gunzip</nowiki></pre> will decompress the file, <pre><nowiki>chmod</nowiki></pre> will mark it as executable, and <pre><nowiki>./scanModem</nowiki></pre> will run it. If it tells you to do something as ''root'' by issuing <pre><nowiki>su - root</nowiki></pre>, instead just enter the commands it wants following a "sudo", e.g. <pre><nowiki>$ sudo modprobe snd-intel8x0m</nowiki></pre>. scanModem will scan your modem and tell you what it is and how to configure it. It will '''not''' configure it for you. But after running, you will see a number of new folders, including a <code><nowiki>Modem</nowiki></code> folder. Read <pre><nowiki>1stRead.txt</nowiki></pre> and <pre><nowiki>ModemData.txt</nowiki></pre> in there, and see if you modem was recognized. This is admittedly not a straight-forward read and might need some more reading around on above mentioned page to find out which drivers your modem needs. Then scan through the following sections to find out about the easiest way to install that driver under Ubuntu.
 
'''Note:''' For many of the following drivers, you will need to enable the universe and or the multiverse repositories. See [[UbuntuHelp:AddingRepositoriesHowto|AddingRepositoriesHowto]]. This requires you to have working network connection. You can also search for packages to download in another system and transfer to your Ubuntu installation at http://packages.ubuntu.com/ . Be careful with the dependencies... Check out this forum post for another way to get packages using the [[UbuntuHelp:LiveCD|LiveCD]] on another system with network connection and a CD burner: http://www.ubuntuforums.org/showpost.php?p=893732&postcount=6
 
'''Note:''' For many of the following drivers, you will need to enable the universe and or the multiverse repositories. See [[UbuntuHelp:AddingRepositoriesHowto|AddingRepositoriesHowto]]. This requires you to have working network connection. You can also search for packages to download in another system and transfer to your Ubuntu installation at http://packages.ubuntu.com/ . Be careful with the dependencies... Check out this forum post for another way to get packages using the [[UbuntuHelp:LiveCD|LiveCD]] on another system with network connection and a CD burner: http://www.ubuntuforums.org/showpost.php?p=893732&postcount=6
 
Now that you know what modem you have, please return to [[UbuntuHelp:DialupModemHowto|DialupModemHowto]] to continue.
 
Now that you know what modem you have, please return to [[UbuntuHelp:DialupModemHowto|DialupModemHowto]] to continue.
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

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

To find out what kind of software modem you are using, go to linmodems.org, read the page, and download the
Modem
anModem tool
(which will only recognize PCI and USB modems, not ISA modems). Copy it to your desktop in your Ubuntu machine, then open a command line and enter:
 $ cd ~/Desktop
 $ gunzip scanModem.gz
 $ chmod +x scanModem
 $ ./scanModem
The program
gunzip
will decompress the file,
chmod
will mark it as executable, and
./scanModem
will run it. If it tells you to do something as root by issuing
su - root
, instead just enter the commands it wants following a "sudo", e.g.
$ sudo modprobe snd-intel8x0m
. scanModem will scan your modem and tell you what it is and how to configure it. It will not configure it for you. But after running, you will see a number of new folders, including a Modem folder. Read
1stRead.txt
and
ModemData.txt
in there, and see if you modem was recognized. This is admittedly not a straight-forward read and might need some more reading around on above mentioned page to find out which drivers your modem needs. Then scan through the following sections to find out about the easiest way to install that driver under Ubuntu.

Note: For many of the following drivers, you will need to enable the universe and or the multiverse repositories. See AddingRepositoriesHowto. This requires you to have working network connection. You can also search for packages to download in another system and transfer to your Ubuntu installation at http://packages.ubuntu.com/ . Be careful with the dependencies... Check out this forum post for another way to get packages using the LiveCD on another system with network connection and a CD burner: http://www.ubuntuforums.org/showpost.php?p=893732&postcount=6 Now that you know what modem you have, please return to DialupModemHowto to continue.