انجمن‌های فارسی اوبونتو

لطفاً به انجمن‌ها وارد شده و یا جهت ورود ثبت‌نام نمائید

لطفاً جهت ورود نام کاربری و رمز عبورتان را وارد نمائید


ارائه ۲۴٫۱۰ اوبونتو منتشر شد 🎉

نویسنده موضوع: مشکل با مودم  (دفعات بازدید: 2526 بار)

0 کاربر و 3 مهمان درحال مشاهده موضوع.

آفلاین Farshid

  • High Sr. Member
  • *
  • ارسال: 613
  • جنسیت : پسر
مشکل با مودم
« : 18 اسفند 1386، 10:34 ب‌ظ »
سلام
من scanModem رو نصب کردم اما توی خوندن نوع مودم مشکل دارم لطفا" من رو راهنمایی کنید
محتویات ModemData.txt اینه:
Only plain text email is forwarded by the  Discuss@Linmodems.org List Server,
 as HTML can contain viruses. Use as the email Subject Line:
           YourName, YourCountry  kernel 2.6.22-14-generic
 With this Subject Line cogent experts will be alerted, and useful case names left in the Archive.
 YourCountry will enable Country specific guidance. Your contry's local Linux experts
 can be found through: http://www.linux.org/groups/index.html.
They will know your Country's modem code, which may be essential for dialup service.
Responses from Discuss@Linmodems.org are sometimes blocked by an Internet Provider mail filters.
 So in a day, also check the Archived responses at http://www.linmodems.org
--------------------------  System information ----------------------------
CPU=i686, 
Linux version 2.6.22-14-generic (buildd@terranova) (gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 SMP Tue Feb 12 07:42:25 UTC 2008
 scanModem update of:  2008_03_04


 There are no blacklisted modem drivers in /etc/modprobe*  files
 PCI slot 00:1b.0 has a High Definition Audio Card

The Advanced Linux Sound Architecture (ALSA) packages providing audio support,
also includes drivers for some modems. The ALSA diagnostics are written during
bootup to /proc/asound/ folders.


The ALSA verion is 1.0.15rc1
The modem cards detected by "aplay -l"  are:
card 0: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem]

The /proc/asound/pcm file reports:
-----------------------
00-06: Si3054 Modem : Si3054 Modem : playback 1 : capture 1
00-00: ALC861VD Analog : ALC861VD Analog : playback 1 : capture 2

about /proc/asound/cards:
------------------------
 0 [Intel          ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xdc440000 irq 21

 The modem codec file for the the HDA card is: /proc/asound/card0/codec#1
--------------------------------------------------------
Codec: Generic 11c1 Si3054
Address: 1
Vendor Id: 0x11c11040
Subsystem Id: 0x11790001
Revision Id: 0x100200
Modem Function Group: 0x1

 The audio card hosts a softmodem chip:  0x11c11040

 The softmodem chip 0x11c11040 is not yet supported under Linux.
 Code must be developed by manufacture LSI Inc.
 See details in http://linmodems.technion.ac.il/bigarch/archive-seventh/msg00915.html
 Read InfoGeneral.txt about alternatives modem hardware.
USB modem not detected by lsusb

For candidate card in slot 00:1b.0, firmware information and bootup diagnostics are:
 PCI slot PCI ID SubsystemID Name
 ---------- --------- --------- --------------
 00:1b.0 8086:27d8 1179:ff01 Audio device: Intel Corporation 82801G

 Modem interrupt assignment and sharing:
 21:     146408          8   IO-APIC-fasteoi   HDA Intel
 --- Bootup diagnostics for card in PCI slot 00:1b.0 ----


 === Finished modem firmware and bootup diagnostics section. ===
 === Next deducing cogent software ===


Predictive diagnostics for card in bus 00:1b.0:
Modem chipset  detected on
CLASS="Class 0403: 8086:27d8"
NAME="Audio device: Intel Corporation 82801G "
PCIDEV=8086:27d8
SUBSYS=1179:ff01
IRQ=21
HDA=8086:27d8
SOFT=8086:27d8.HDA
CODECp=11c11040
CHIP=0x11c11040
IDENT=11c11040_Not_supported.
SLMODEMD_DEVICE=hw:0,6
Driver=snd-hda-intel

 For candidate modem in:  00:1b.0
   Class 0403: 8086:27d8 Audio device: Intel Corporation 82801G
      Primary PCI_id  8086:27d8
----------------end Softmodem section --------------

Writing Intel.txt

 Completed candidate modem analyses.

 The base of the UDEV device file system is: /dev/.udev

 Versions adequately match for the compiler installed: 4.1.3
             and the compiler used in kernel assembly: 4.1.3


 
 Minimal compiling resources appear complete:
   make utility - /usr/bin/make
   Compiler version 4.1
   linuc_headers base folder /lib/modules/2.6.22-14-generic/build

 However some compilations and executable functions may need additional files,
 in the FileNames.h (so called kernel "h"eaders) collection installed in  /usr/include/ .
 For martian_modem, additional required packages are libc6-dev (and for Debian/Ubuntu,  linux-libc-dev). The also required headers of package libc6 are commonly installed by default.



If a driver compilation fails, with message including some lack of some FileName.h (stdio.h for example), then
Some additional kernel-header files need installation to /usr/include. The minimal additional packages are libc6-dev
and any of its dependents, under Ubuntu linux-libc-dev

If an alternate ethernet connection is available,
$  apt-get update
$  apt-get -s install linux-kernel-devel
will install needed package
For Debian/Ubuntu related distributions, run the following command to display the needed package list:

Otherwise packages have to be found through http://packages.ubuntu.com
Once downloaded and transferred into a Linux partition,
they can be installed alltogether with:
$ sudo dpkg -i *.deb


Checking pppd properties:
-rwsr-xr-- 1 root dip 269256 2007-10-04 23:27 /usr/sbin/pppd

In case of an "error 17" "serial loopback" problem, see:
    http://linmodems.technion.ac.il/linmodems/archive-sixth/msg02637.html

To enable dialout without Root permission do:
$ su - root  (not for Ubuntu)
        sudo chmod a+x /usr/sbin/pppd
or under Ubuntu related Linuxes
sudo chmod a+x /usr/sbin/pppd

Checking settings of: /etc/ppp/options
asyncmap 0
noauth
crtscts
lock
hide-password
modem
proxyarp
lcp-echo-interval 30
lcp-echo-failure 4
noipx

In case of a message like:
   Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
see http://linmodems.technion.ac.il/bigarch/archive-sixth/msg04656.html

Read Modem/YourSystem.txt concerning other COMM channels: eth0 eth1
Which can interfere with Browser naviagation.

 Don't worry about the following, it is for the experts
 should trouble shooting be necessary.
==========================================================

 Checking for modem support lines:
 --------------------------------------
     /device/modem symbolic link:   
slmodemd created symbolic link /dev/ttySL0: 
     Within /etc/udev/ files:

     Within /etc/modprobe.conf files:
/etc/modprobe.d/blacklist-modem:# Uncomment these entries in order to blacklist unwanted modem drivers
/etc/modprobe.d/blacklist-modem:# blacklist snd-atiixp-modem
/etc/modprobe.d/blacklist-modem:# blacklist snd-via82xx-modem
/etc/modprobe.d/alsa-base:options snd-atiixp-modem index=-2
/etc/modprobe.d/alsa-base:options snd-via82xx-modem index=-2
/etc/modprobe.d/alsa-base~:options snd-atiixp-modem index=-2
/etc/modprobe.d/alsa-base~:options snd-via82xx-modem index=-2
     Within any ancient /etc/devfs files:

     Within ancient kernel 2.4.n /etc/module.conf files:

--------- end modem support lines --------
معنای واقعی اوبونتو این است که "آدمی به کمک انسانهای دیگر به گوهر آدمیت میرسد"

آفلاین سید مهدی

  • High Hero Member
  • *
  • ارسال: 2013
  • جنسیت : پسر
  • یک تازه کار !
پاسخ به: مشکل با مودم
« پاسخ #1 : 18 اسفند 1386، 11:53 ب‌ظ »
اگر اشتباه نکنم مودم شما با درایور ALSA راه می افته. کافیه بسته sl-modem-daemon رو از packages.ubuntu.com بگیرین و نصبش کنید و خروجی دستور sudo wvdialconf رو برامون بزارین.
مردی نبود فتاده را پای زدن
گر دست فتاده ای بگیری مردی !

آفلاین Farshid

  • High Sr. Member
  • *
  • ارسال: 613
  • جنسیت : پسر
پاسخ به: مشکل با مودم
« پاسخ #2 : 24 اسفند 1386، 10:07 ب‌ظ »
اگر اشتباه نکنم مودم شما با درایور ALSA راه می افته. کافیه بسته sl-modem-daemon رو از packages.ubuntu.com بگیرین و نصبش کنید و خروجی دستور sudo wvdialconf رو برامون بزارین.
خروجی دستوری که فرمودید :
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?

Please read the FAQ at http://open.nit.ca/wiki/?WvDial

If you still have problems, send mail to <wvdial-list@lists.nit.ca>.
معنای واقعی اوبونتو این است که "آدمی به کمک انسانهای دیگر به گوهر آدمیت میرسد"

آفلاین سید مهدی

  • High Hero Member
  • *
  • ارسال: 2013
  • جنسیت : پسر
  • یک تازه کار !
پاسخ به: مشکل با مودم
« پاسخ #3 : 25 اسفند 1386، 01:25 ق‌ظ »
اون بسته رو نصب کردین ؟؟ خروجی دستور زیر رو برامون بزارین:

dpkg -l sl-modem-daemon
« آخرین ویرایش: 25 اسفند 1386، 04:30 ق‌ظ توسط Farshid.f »
مردی نبود فتاده را پای زدن
گر دست فتاده ای بگیری مردی !

آفلاین Farshid

  • High Sr. Member
  • *
  • ارسال: 613
  • جنسیت : پسر
پاسخ به: مشکل با مودم
« پاسخ #4 : 25 اسفند 1386، 04:28 ق‌ظ »
اون بسته رو نصب کردین ؟ خروجی دستور زیر رو برامون بزارین:

dpkg -l sl-modem-daemon

بله نصب کردم.
خروجی دستوری که فرمودید :
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  sl-modem-daemo 2.9.10+2.9.9d+ SmartLink software modem daemon
معنای واقعی اوبونتو این است که "آدمی به کمک انسانهای دیگر به گوهر آدمیت میرسد"

آفلاین سید مهدی

  • High Hero Member
  • *
  • ارسال: 2013
  • جنسیت : پسر
  • یک تازه کار !
پاسخ به: مشکل با مودم
« پاسخ #5 : 25 اسفند 1386، 04:44 ب‌ظ »
حیف شد که ALSA نتونست راه بندازدش. کارت صوتی من مشابه کارت صوتی شماست (حتماً می گید کارت صوتی چه ربطی به مودم داره!  ;) در خیلی از موارد برای راه‌اندازی مودم از راه‌انداز کارت صوتی استفاده می شه. بحث تخصصیش رو میزارم به عهده خودتون که اگه دوست داشتید دنبال کنید)  و اطلاعاتمون شبیه هم هست. امیدوار بودم که شاید ALSA کارتون رو راه بندازه. ولی خب مهم نیست. میریم سراغ راه های دیگه  ;)
خروجی دستور زیر رو برامون بزارین:

lspci
« آخرین ویرایش: 25 اسفند 1386، 04:46 ب‌ظ توسط سید مهدی »
مردی نبود فتاده را پای زدن
گر دست فتاده ای بگیری مردی !

آفلاین Farshid

  • High Sr. Member
  • *
  • ارسال: 613
  • جنسیت : پسر
پاسخ به: مشکل با مودم
« پاسخ #6 : 30 فروردین 1387، 03:43 ب‌ظ »
حیف شد که ALSA نتونست راه بندازدش. کارت صوتی من مشابه کارت صوتی شماست (حتماً می گید کارت صوتی چه ربطی به مودم داره!  ;) در خیلی از موارد برای راه‌اندازی مودم از راه‌انداز کارت صوتی استفاده می شه. بحث تخصصیش رو میزارم به عهده خودتون که اگه دوست داشتید دنبال کنید)  و اطلاعاتمون شبیه هم هست. امیدوار بودم که شاید ALSA کارتون رو راه بندازه. ولی خب مهم نیست. میریم سراغ راه های دیگه  ;)
خروجی دستور زیر رو برامون بزارین:

lspci
ببخشید که این قدر دیر کاری که گفتید رو انجام دادام . خروجی کد که فرمودید :
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
04:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 01)
06:04.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
06:04.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
06:04.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
06:04.3 Generic system peripheral [0805]: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller
معنای واقعی اوبونتو این است که "آدمی به کمک انسانهای دیگر به گوهر آدمیت میرسد"

آفلاین Behnam Golds

  • High Hero Member
  • *
  • ارسال: 1368
  • جنسیت : پسر
پاسخ به: مشکل با مودم
« پاسخ #7 : 04 اردیبهشت 1387، 05:08 ب‌ظ »
سری   هم  به این  لینک   بزن  یه  چیزایی  در مورد  اراه انداز  sl-modem-daemon    مطرح  شده     امیدوارم   مشکلت  حل  بشه   :(

http://forum.ubuntu.ir/index.php?topic=4123.15
« آخرین ویرایش: 04 اردیبهشت 1387، 05:10 ب‌ظ توسط Behnam Golds »