From: "Vasiliy D.Sevostyanov ," <dil8016@mail.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] USB modem в p7
Date: Mon, 12 Aug 2013 21:06:38 +0400
Message-ID: <20130812170637.GA26613@comp-e-450-apu-a1bd44.localdomain> (raw)
In-Reply-To: <20130812150850.GA16261@mycomp.localdomain>
Hi, Chernetsky Andrey, you wrote 18:08 Mon 12 Aug :
Нашел похожий модем. http://sysadmins.ws/viewtopic.php?f=52&t=1619
Обратите внимание на 70-persistent-net.rules в тексте. Может, создать, только вместо eth* написать ppp* ?
> > И проверьте пакет udev ( `rpm -V udev udev-extras udev-hwdb udev-rules udev_static-addon libudev1` ) --
> > здесь мои пакеты, у Вас список может быть немного другой.
> andy@mycomp ~ $ rpm -qa |grep udev
> python-module-pyudev-0.14-alt1
> udev-201-alt1.M70P.1
> libudev1-201-alt1.M70P.1
> udev_static-addon-0.2-alt6
> udev-hwdb-201-alt1.M70P.1
> system-config-printer-udev-1.3.13-alt2
> udev-extras-201-alt1.M70P.1
> udev-rule-generator-cdrom-201-alt1.M70P.1
> udev-rules-201-alt1.M70P.1
> libgudev-201-alt1.M70P.1
Проверьте командой
`rpm -V python-module-pyudev udev libudev1 udev_static-addon udev-hwdb system-config-printer-udev udev-extras udev-rule-generator-cdrom udev-rules libgudev`
(специально скомпилировал под Ваш случай) нет ли битых пакетов (не должно быть строк с названиями файлов, просто пустой вывод).
>
>
>
>
> [ 153.646631] usb 5-8: New USB device found, idVendor=12d1, idProduct=1436
> [ 153.800801] cdc_ether 5-8:1.1 wwan0: register 'cdc_ether' at usb-0000:00:1d.7-8, Mobile Broadband Network Device, 02:50:f3:00:00:00
> [ 153.800908] usbcore: registered new interface driver cdc_ether
> [ 153.846091] systemd-udevd[3485]: renamed network interface wwan0 to wwp0s29f7u8i1
С этим все путем (12d1:1436)
> [ 356.162710] usb 5-2: New USB device found, idVendor=12d1, idProduct=1436
> [ 463.768956] usb 5-2: USB disconnect, device number 7
> [ 463.770682] option1 ttyUSB0: option_instat_callback: error -108
Появляется ошибка, вначале не было
> [ 2769.337355] usb 5-2: New USB device found, idVendor=12d1, idProduct=14db
Новый (12d1:14db)
> [ 2769.337370] usb 5-2: New USB device strings: Mfr=2, Product=1, SerialNumber=0
> [ 2769.337381] usb 5-2: Product: HUAWEI HiLink
> [ 2769.337390] usb 5-2: Manufacturer: HUAWEI
> [ 2769.340164] cdc_ether 5-2:1.0 eth0: register 'cdc_ether' at usb-0000:00:1d.7-2, CDC Ethernet Device, 58:2c:80:13:92:63
> [ 2769.468676] systemd-udevd[10780]: renamed network interface eth0 to enp0s29f7u2
Появляется eth0 (!!!)
> [ 3626.815708] usb 5-2: USB disconnect, device number 14
> [ 3626.817981] cdc_ether 5-2:1.0 enp0s29f7u2: unregister 'cdc_ether' usb-0000:00:1d.7-2, CDC Ethernet Device
После гибернации опять
> [ 7296.593177] usb 5-2: New USB device found, idVendor=12d1, idProduct=1f01
> [ 7296.593187] usb 5-2: New USB device strings: Mfr=2, Product=1, SerialNumber=0
> [ 7296.593194] usb 5-2: Product: HUAWEI HiLink
> [ 7296.593199] usb 5-2: Manufacturer: HUAWEI
> [ 7296.595247] scsi43 : usb-storage 5-2:1.0
> [ 7297.592960] scsi 43:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
> [ 7297.594552] sr0: scsi-1 drive
> [ 7297.594931] sr 43:0:0:0: Attached scsi CD-ROM sr0
> [ 7300.837248] usb 5-2: USB disconnect, device number 24
> [ 7301.144149] usb 5-2: new high-speed USB device number 25 using ehci-pci
> [ 7301.277174] usb 5-2: New USB device found, idVendor=12d1, idProduct=14db
> [ 7301.277189] usb 5-2: New USB device strings: Mfr=2, Product=1, SerialNumber=0
> [ 7301.277200] usb 5-2: Product: HUAWEI HiLink
> [ 7301.277209] usb 5-2: Manufacturer: HUAWEI
> [ 7301.280830] cdc_ether 5-2:1.0 eth0: register 'cdc_ether' at usb-0000:00:1d.7-2, CDC Ethernet Device, 58:2c:80:13:92:63
> [ 7301.396816] systemd-udevd[29673]: renamed network interface eth0 to enp0s29f7u2
Поиск сочетания 14db дал только /usr/share/usb_modeswitch/12d1:1f01 :
# Huawei E353 (3.se)
TargetVendor= 0x12d1
TargetProduct= 0x14db
MessageContent="55534243123456780000000000000a11062000000000000100000000000000"
NoDriverLoading=1
В гугле нашел похожий, там еще есть строки
DefaultVendor= 12d1
DefaultProduct= 1f01
--
С уважением, Василий Д. Севостьянов.
next prev parent reply other threads:[~2013-08-12 17:06 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-12 12:33 Chernetsky Andrey
2013-08-12 12:52 ` Andrii Dobrovol`s`kii
2013-08-12 15:15 ` Chernetsky Andrey
2013-08-12 15:15 ` Anton Gorlov
2013-08-12 15:26 ` Chernetsky Andrey
2013-08-12 13:20 ` Vasiliy D.Sevostyanov ,
2013-08-12 15:08 ` Chernetsky Andrey
2013-08-12 17:06 ` Vasiliy D.Sevostyanov , [this message]
2013-08-12 17:27 ` Chernetsky Andrey
2013-08-12 18:07 ` Vasiliy D.Sevostyanov
2013-08-12 17:48 ` Chernetsky Andrey
2013-08-12 18:28 ` Vasiliy D.Sevostyanov ,
2013-08-12 19:12 ` Chernetsky Andrey
2013-08-12 19:22 ` Vasiliy D.Sevostyanov
2013-08-13 5:24 ` Chernetsky Andrey
2013-08-13 7:03 ` Chernetsky Andrey
2013-08-13 16:24 ` Sergey Vlasov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130812170637.GA26613@comp-e-450-apu-a1bd44.localdomain \
--to=dil8016@mail.ru \
--cc=community@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git