المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : لينكس مشكله مع المودم



amai911
23-05-2004, 03:06 PM
اهلين شباب

انا توني مركب الماندريك 9

وعندي مشكله

اللينكس ماتعرف على المودم

ياشباب ارجو المساعده

المودم :
Hayes V.92 PCI Voice Faxmodem

ياريت تشوفو لي حل

خالد 1424
24-05-2004, 11:00 AM
أخوي

انا عملت بحث لنوع المودم اللي عندك و مالقيت تعريفه و لكن ينمك تحتاج تعرف نوع الجيب Chip اللي يستخدمها المودم و على اساسه تحدد التعريف , شوف الموضوع هذا , http://www.jedlug.org/forum/viewtopic.php?t=35

على فكرة في موقع لينكس جدة قسم خاص للمودم و طريقة تعريفه.

خالد 1424
24-05-2004, 11:03 AM
بالتوفيق باذن الله.

physics
24-05-2004, 10:56 PM
To install PCI hardware modem

enter as a root

write # cat /proc/pci

you will find something like that

Bus 0, device 10, function 0: Communication controller: PCI device 151f:0000 (TOPIC SEMICONDUCTOR Corp) (rev 0).IRQ 12. I/O at 0xbc00 [0xbc07].


Now, you should have this command “setserial” if you don’t have it search the internet and download it


look carefully to the IRQ and I/O


Write :

setserial /dev/ttyS3 uart 16550A port 0xbc00 irq 12


You can use any other ttyS? device as well

then try to make connection using kppp for example if it is work then


Make sure that the setserial command is issued each time upon the boot-up, making a necessary addition somewhere in /etc/init.d/ or /etc/rc.d/, depending upon your distribution.