This is G o o g l e's cache of http://www.debianclub.com/node/86 as retrieved on 14 Feb 2007 14:05:47 GMT.
G o o g l e's cache is the snapshot that we took of the page as we crawled the web.
The page may have changed since that time. Click here for the current page without highlighting.
This cached page may reference images which are no longer available. Click here for the cached text only.
To link to or bookmark this page, use the following url: http://www.google.com/search?hl=en&q=cache%3Ahttp%3A%2F%2Fwww.debianclub.com%2Fnode%2F86&btnG=Search


Google is neither affiliated with the authors of this page nor responsible for its content.

User login

Links

debianclub.com
debian.org
ubuntuclub.com
blognone.com

Syndicate

Syndicate content

slmodem ติดตั้งจากซอร์ส

จากครั้งก่อน หลังจากติดตั้งเสร็จแล้ว ผมได้ลองอัปเกรดระบบแบบใช้ aptitude dist-upgrade
ปรากฎว่าโมดูล sl-modem ไม่ทำงาน เลยทดลองถอดออกและติดตั้งจากซอร์สใหม่
ขั้นตอนมีดังนี้

ถอดโมดูลเก่าก่อน
# dpkg -r sl-modem-modules-2.6.18-3-k7

ดาวน์โหลดซอร์สจาก linmodem - Smartlink ผมเลือกตัวใหม่สุด รวมทั้งต้องดาวน์โหลดซอร์สของ ungrab-winmodem ด้วย
# cd /usr/src
# wget http://linmodems.technion.ac.il/packages/smartlink/ungrab-winmodem.tar.gz
# tar xfz ungrab-winmodem.tar.gz
# cd ungrab-winmodem
# make && make install
# cd ..
# wget http://linmodems.technion.ac.il/packages/smartlink/slmodem-2.9.11-20061021.tar.gz
# tar xfz slmodem-2.9.11-20061021.tar.gz
# cd slmodem-2.9.11-20061021
# make && make install

เริ่ม daemon ใหม่
# /etc/init.d/sl-modem-daemon restart

ใช้งานได้แล้ว

งานจากคราวที่แล้ว

  • ต้องติดตั้งแพกเกจ sl-modem-daemon ด้วย
    # aptitude install sl-modem-daemon
  • สำหรับโมเด็มแบบ usb ต้องแก้ไขไฟล์ /etc/default/sl-modem-daemon ด้วย
    # vi /etc/default/sl-modem-daemon

    ...
    #SLMODEMD_DEVICE=auto
    SLMODEMD_DEVICE=slusb0
    SLMODEMD_COUNTRY=THAILAND
    ...