Bug 8217 - wvdial unuseable with USB modem
Summary: wvdial unuseable with USB modem
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: wvdial (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-14 15:36 MSD by Alex Ogurtsov
Modified: 2009-03-20 20:08 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Ogurtsov 2005-10-14 15:36:43 MSD
wvdial и wvstreams в своём текущем коде содержат ошибку обработки   
подключения к USB модемам.   
Проблема характерна и для других дистрибутивов SuSE9.3 в частности   
http://www.linuxquestions.org/questions/history/321834   
Steps to Reproduce:
1.В wvdial.conf Modem = /dev/ttyACM0 
2.Модуль crm_acm загружен 
3.echo "ATDT123123" > /dev/ttyACM0 
 приводит к набору номера телефоном 
4. вызываем дозвон wvdial от root 
 
Actual Results:  
Ошибка wvdial 
Cannot open /dev/ttyACM0  Cannot get information for serial port 

Expected Results:  
 дозвон и установление ppp соединения
Comment 1 Michael Shigorin 2005-10-14 15:41:43 MSD
2 rider: а для 3.0 это критично или нунафиг?
Comment 2 Alex Ogurtsov 2005-10-14 15:56:18 MSD
(In reply to comment #1) 
> 2 rider: а для 3.0 это критично или нунафиг? 
Критично! 
в sisyphus@ смотри ветку 
Мобильный телефон и Branch-3.0 
 Дата: 2005-09-14 18:05 
PS http://lists.altlinux.ru/pipermail/sisyphus/ - мне сейчас недоступно 
 
Comment 3 Anton Farygin 2005-10-14 17:47:12 MSD
критично для тех, кто сидит на branch'е.

Для Compact'а - явно не критично.
Comment 4 at@altlinux.org 2005-10-15 11:23:32 MSD
Try this patch.

--- wvstreams-4.0.2/streams/wvmodem.cc- 2005-03-24 02:01:23 +0000
+++ wvstreams-4.0.2/streams/wvmodem.cc 2005-10-15 07:20:42 +0000
@@ -191,7 +191,7 @@ void WvModem::setup_modem(bool rtscts)
     
     drain();
     
-#if HAVE_LINUX_SERIAL_H
+#if 0
     struct serial_struct old_sinfo, sinfo;
     sinfo.reserved_char[0] = 0;
     if (ioctl(getrfd(), TIOCGSERIAL, &old_sinfo) < 0)
Comment 5 at@altlinux.org 2005-10-15 18:48:19 MSD
SmartLink WinModem no longer works with wvdial 1.54
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=297694
Comment 6 at@altlinux.org 2005-10-15 20:15:07 MSD
Хм. "Cannot get information for serial port" -- это не фатальная ошибка, просто
warning.
Comment 7 at@altlinux.org 2005-10-16 12:03:36 MSD
Нет, это не warning.  Короче, пробуем мой патч.
Comment 8 Michael Shigorin 2009-02-23 18:24:53 MSK
realssign
Comment 9 real@altlinux.org 2009-02-26 08:51:44 MSK
(В ответ на комментарий №4)
> Try this patch.

Попробую.
Comment 10 real@altlinux.org 2009-03-03 06:41:37 MSK
fixed:
4.5.1-alt2
Comment 11 real@altlinux.org 2009-03-20 20:08:39 MSK
fixed (sorry for long time to set resolved)