X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-da0-f43.google.com (mail-da0-f43.google.com [209.85.210.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 9A2FBDC0069 for ; Fri, 3 May 2013 17:46:16 +0000 (UTC) Received: by mail-da0-f43.google.com with SMTP id u7so909667dae.30 for ; Fri, 03 May 2013 10:46:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:reply-to:to:subject:date:user-agent:references :in-reply-to:cc:mime-version:content-type:content-transfer-encoding :message-id; bh=Y0SsF3klibOENBQ8Okxo/3whsMtyMRR9kkvR3UH9tB4=; b=BBAKJwRWMpxntNDfXs6ZEGAO+KSyuD83A3IiMRAomCHWXndUAtSv2zp+nBV9fgdoqT 8idAikwEoGbDnR0WLnKalULUXD+4xYg1oNfxcSbkMxOKWFjzq/wxwAyv+x44jz7JZsWf qd6ODdou6nRapCFvex7jKTurOhAttxPyt9zdrmAHBXBkEJThgE8QEz7pkCAXzNdN9dvJ DPM0uz4nzibIW1HU5LUH3d+IQdkpjASdXHNXD5tHOGM9NxqD2vtb10XLNMwN5EAF7hdn wRgdpfn5OVxHrL7LjisUg7eqwVAggIbuujssyQDp1MLuWwKPlxiKdaAb5DtVnz7s94Cf gX+w== X-Received: by 10.66.158.36 with SMTP id wr4mr15816715pab.28.1367603174870; Fri, 03 May 2013 10:46:14 -0700 (PDT) Received: from microknoppix.localnet ([117.227.31.228]) by mx.google.com with ESMTPSA id ef4sm12434799pbd.38.2013.05.03.10.46.11 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 May 2013 10:46:14 -0700 (PDT) From: "V.Krishn" Reply-To: vkrishn4@gmail.com To: Der Tiger Subject: Re: [alpine-devel] [2.6rc2] USB 3G Modems Not Working, Anymore Date: Fri, 3 May 2013 23:07:56 +0530 User-Agent: KMail/1.13.7 (Linux/3.3.7-64; KDE/4.7.4; x86_64; ; ) References: <5183C53A.5030300@arcor.de> <201305032019.21995.vkrishn4@gmail.com> <5183ED7A.8060206@arcor.de> In-Reply-To: <5183ED7A.8060206@arcor.de> Cc: alpine-devel@lists.alpinelinux.org X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201305032307.56779.vkrishn4@gmail.com> On Friday, May 03, 2013 10:31:46 PM you wrote: > ReHi, > > Thank you for your input! > > > if you still see the modem's flash storage as mounted then, do: > > sudo eject /dev/${device} #Your would need to figure out the device, > > should be /dev/sr0 (usually) > > 'mount' tells me, there are no unintentional mounts. There is no > /dev/sr* special file available after connecting the modem (see below). > > > sudo modprobe usbserial vendor=0x12d1 product=0x1505 > > alpine:~$ sudo modprobe usbserial vendor=0x12d1 product=0x1505 > alpine:~$ ls -l /dev/ttyUSB* > ls: /dev/ttyUSB*: No such file or directory > ---{physically reconnecting the device}--- > gringotts:~$ dmesg | tail -n 14 > [11335.038569] usb 5-6: reset high-speed USB device number 6 using ehci-pci > [11389.477804] usb 5-6: USB disconnect, device number 6 > [11407.840977] usb 5-5: new high-speed USB device number 7 using ehci-pci > [11407.967271] usb 5-5: New USB device found, idVendor=12d1, idProduct=1505 > [11407.967280] usb 5-5: New USB device strings: Mfr=3, Product=2, > SerialNumber=0 > [11407.967286] usb 5-5: Product: HUAWEI Mobile > [11407.967292] usb 5-5: Manufacturer: Huawei Technologies > [11407.970287] scsi9 : usb-storage 5-5:1.0 > [11407.981628] scsi10 : usb-storage 5-5:1.1 > [11408.982575] scsi 9:0:0:0: CD-ROM HUAWEI Mass Storage > 2.31 PQ: 0 ANSI: 2 > [11408.987318] sr0: scsi-1 drive > [11408.988879] sr 9:0:0:0: Attached scsi CD-ROM sr0 > [11408.989553] scsi 10:0:0:0: Direct-Access HUAWEI TF CARD Storage > 2.31 PQ: 0 ANSI: 2 > [11409.030243] sd 10:0:0:0: [sdb] Attached SCSI removable disk > alpine:~$ ls -l /dev/ttyUSB* > ls: /dev/ttyUSB*: No such file or directory > alpine:~$ ls -l /dev/sr* > ls: /dev/sr*: No such file or directory > > The strange thing is, neither the ttyUSB*, nor the sr0 special files are mount /dev/sr0 should mount it. If not, looks more like a kernel/modules problem. > created, while sdb can be mounted without a hitch, after inserting a > FLASH card in the device's internal drive. > > None of these problems occurred on Alpine 2.5. lsmod please ? Could not tell more, except that something similar did happen when I was trying gsm or cdma modem 1 yrs back, but now is ok. dmesg shows sr0 and modem. so try again: $ sudo rmmod usbserial $ lsmod # if you still see usbserial, you need to figure out how to rmmod it $ eject /dev/sr0 # do it anyways $ sudo modprobe usbserial vendor=0x12d1 product=0x1505 $ dmesg | tail -n 24 you said you did 'sudo apk -U upgrade' , does this still happen with fresh rc2 .iso install ? if yes, more likely a kernel/module issue. -- Regards. V.Krishn --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---