X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 5032EDC0245 for ; Fri, 3 May 2013 17:01:48 +0000 (UTC) Received: from mail-in-14-z2.arcor-online.net (mail-in-14-z2.arcor-online.net [151.189.8.31]) by mx.arcor.de (Postfix) with ESMTP id 084ED197E4F; Fri, 3 May 2013 19:01:47 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-14-z2.arcor-online.net (Postfix) with ESMTP id 0475A19540; Fri, 3 May 2013 19:01:47 +0200 (CEST) Received: from [192.168.16.209] (85-127-207-27.dynamic.xdsl-line.inode.at [85.127.207.27]) (Authenticated sender: panthera.tigris@arcor.de) by mail-in-01.arcor-online.net (Postfix) with ESMTPA id C41F25AEA6; Fri, 3 May 2013 19:01:46 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-01.arcor-online.net C41F25AEA6 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1367600507; bh=J9yLp0viTItZMeRAtD32cKzRplZVw0VNPd5Gw9qME2M=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Japr82rpMzjUCVnEISTY85CppU8Pp0J6L5QsxZ1b1P7RteprEH4BFN+7MoBfBXq1p qgRpU7izxMz+o4SzKxbTEwCbV4br5SmV/+hEOmp7UZqJlkp75MF+Gqp7LeyzYdNprb Td8ZC4YmsF4lOeiJxzOsO0BMPeSqc34F9ac3/85g= Message-ID: <5183ED7A.8060206@arcor.de> Date: Fri, 03 May 2013 19:01:46 +0200 From: Der Tiger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: vkrishn4@gmail.com CC: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [2.6rc2] USB 3G Modems Not Working, Anymore References: <5183C53A.5030300@arcor.de> <201305032019.21995.vkrishn4@gmail.com> In-Reply-To: <201305032019.21995.vkrishn4@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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 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. Regards, Tiger --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---