특정 패키지를 설치한 후 USB 모뎀이 작동하지 않음

특정 패키지를 설치한 후 USB 모뎀이 작동하지 않음

Ubuntu 14.04 LTS에 DWM-156 D-Link 모뎀이 있습니다. telephony-service 0.1+14.04.20140415-0ubuntu1SMS와 통화 관리자를 설치하기 전까지는 모든 것이 괜찮았습니다. 이제 운영 체제는 Network Manager에 모뎀 연결을 표시하지 않지만 lsusb아래와 같이 USB 동글을 표시합니다.

Bus 002 Device 010: ID 2001:7d01 D-Link Corp.

그리고 demsg출력:

sensor@sensor:~$ dmesg | tail
[ 1812.265041] usbserial_generic 2-3:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. 
[ 1812.265045] usbserial_generic 2-3:1.4: Tell [email protected] to add your device to a properdriver. 
[ 1812.265049] usbserial_generic 2-3:1.4: generic converter detected 
[ 1812.265122] usb 2-3: generic converter now attached to ttyUSB2 
[ 1812.265660] usbserial_generic 2-3:1.5: The "generic" usb-serial driver is only for testing and one-off prototypes.
[1812.265665] usbserial_generic 2-3:1.5: Tell [email protected] to add your device to a proper driver.
[ 1812.265668]usbserial_generic 2-3:1.5: generic converter detected 
[ 1812.265752]usb 2-3: generic converter now attached to ttyUSB3 
[ 1812.266285]usb-storage 2-3:1.6: USB Mass Storage device detected 
[ 1812.266383]scsi12 : usb-storage 2-3:1.6

이것은 내 커널 버전입니다.

sensor@sensor:~$ uname -a
Linux sensor 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 2014 i686 i686 i686 GNU/Linux

이제 SMS( telephony-service) 앱을 삭제했는데 문제가 계속 발생합니다. 이 문제를 해결하는 방법을 제안해 주세요.

관련 정보