From owner-freebsd-usb@freebsd.org Sun Nov 13 16:13:00 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2396C3FFB3 for ; Sun, 13 Nov 2016 16:13:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1E6219CD for ; Sun, 13 Nov 2016 16:13:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uADGD0dA052341 for ; Sun, 13 Nov 2016 16:13:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 214479] Cannot create or mount ext2 file system on a USB external drive Date: Sun, 13 Nov 2016 16:13:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: 11.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: giorgioxyzb@hotmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-usb@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2016 16:13:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214479 Bug ID: 214479 Summary: Cannot create or mount ext2 file system on a USB external drive Product: Base System Version: 11.0-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: usb Assignee: freebsd-usb@FreeBSD.org Reporter: giorgioxyzb@hotmail.com CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org I have two external 1T USB drives which I use for backups. Both contain one= MBR partition which is formatted with ext2fs. I can mount and use the first dri= ve under FreeBSD without any problems. On the second drive, I cannot mount the ext2fs. Here is the model of the drive: # smartctl -i /dev/da1 smartctl 6.5 2016-05-07 r4318 [FreeBSD 11.0-RELEASE-p1 amd64] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org =3D=3D=3D START OF INFORMATION SECTION =3D=3D=3D Model Family: Western Digital Blue Mobile Device Model: WDC WD10JPVX-00JC3T0 Serial Number: WD-WXQ1E945D4NJ LU WWN Device Id: 5 0014ee 65add21b2 Firmware Version: 01.01A01 User Capacity: 1,000,204,886,016 bytes [1.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Rotation Rate: 5400 rpm Device is: In smartctl database [for details use: -P show] ATA Version is: ACS-2 (minor revision not indicated) SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s) Local Time is: Sat Nov 12 11:53:56 2016 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled I have scanned the drive for bad sectors and nothing was found. I have partitioned and formatted with ext2fs under GNU/Linux: GNU/Linux can mount and use the drive. Under FreeBSD I get the following errors: # mount -t ext2fs /dev/da1s1 mnt mount: /dev/da1s1: Invalid argument If I try to check the file system I get the following error: # fsck_ext2fs -f -n -v /dev/da1s1 e2fsck 1.42.13 (17-May-2015) /sbin/e2fsck: Attempt to read block from filesystem resulted in short read while trying to open /dev/da1s1 Could this be a zero-length partition? I have also partitioned the drive under FreeBSD using gpart and formatted w= ith ufs, and everything seems to work OK: I can mount, write files, read files. I have tried formatting with ext2fs from FreeBSD and got warnings: # mke2fs /dev/da1s1 mke2fs 1.42.13 (17-May-2015) /dev/da1s1 contains a ext2 file system Proceed anyway? (y,n) y Warning: could not erase sector 2: Attempt to write block to filesystem resulted in short write Creating filesystem with 244188598 4k blocks and 61054976 inodes Filesystem UUID: 22101a6d-fda0-4bfb-98a2-353b27953c13 Superblock backups stored on blocks:=20 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654= 208,=20 4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,= =20 102400000, 214990848 Allocating group tables: done=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 Warning: could not read block 0: Attempt to read block from filesystem resu= lted in short read Warning: could not erase sector 0: Attempt to write block to filesystem resulted in short write Writing inode tables: done=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 Writing superblocks and filesystem accounting information: 0/7453 If I check the filesystem from FreeBSD I get the same errors: /sbin/e2fsck -f -n /dev/da1s1=20 e2fsck 1.42.13 (17-May-2015) /sbin/e2fsck: Attempt to read block from filesystem resulted in short read while trying to open /dev/da1s1 Could this be a zero-length partition? So, I have these problems only with this disk and only with ext2fs. One thi= ng that occurred to me, is that GNU/Linux reports a physical sector size of 20= 48 bytes while for the other working disk it reports a physical sector size of 512. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-usb@freebsd.org Sun Nov 13 21:01:10 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4258EC40C1C for ; Sun, 13 Nov 2016 21:01:10 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20C4A1A56 for ; Sun, 13 Nov 2016 21:01:10 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uADL01sJ024834 for ; Sun, 13 Nov 2016 21:01:10 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201611132101.uADL01sJ024834@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: freebsd-usb@FreeBSD.org Subject: Problem reports for freebsd-usb@FreeBSD.org that need special attention Date: Sun, 13 Nov 2016 21:01:10 +0000 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2016 21:01:10 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 213877 | xhci reset causes panic on SuperMicro A1SRi-2758F 1 problems total for which you should take action. From owner-freebsd-usb@freebsd.org Thu Nov 17 16:53:02 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45853C479C6 for ; Thu, 17 Nov 2016 16:53:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34C84EE2 for ; Thu, 17 Nov 2016 16:53:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uAHGr1vl093754 for ; Thu, 17 Nov 2016 16:53:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 205477] urtwn(4) USB wireless driver fails to initialize RTL8188CUS Date: Thu, 17 Nov 2016 16:53:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: eimar.koort@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-usb@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 16:53:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205477 eimar.koort@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eimar.koort@gmail.com --- Comment #7 from eimar.koort@gmail.com --- I have same problem. Fbsd 11.0-RELEASE, RPI2 and TRENDnet TEW-648UBM (RTL8188CUS) However i have to say that this usb device worked fine in 2016 autumn/summe= r. Can't say exact snapshot versions, since they are gone for good. I think th= at 11-Beta1 worked too, but stopped working somewhere around RC-s.=20 If someone has snapshot or beta images for RPI2, then i could test. Also IF wired interface is configured and connected, then wifi adapter gets= ip and associates correctly and wifi ip answers ping until cable is removed.=20 I tested with CURRENT (fbsd 12) too, which could not even find this wifi device. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-usb@freebsd.org Thu Nov 17 16:54:20 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11C7EC47A50 for ; Thu, 17 Nov 2016 16:54:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01785100F for ; Thu, 17 Nov 2016 16:54:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uAHGsJ94095375 for ; Thu, 17 Nov 2016 16:54:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 205477] urtwn(4) USB wireless driver fails to initialize RTL8188CUS Date: Thu, 17 Nov 2016 16:54:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: eimar.koort@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-usb@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 16:54:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205477 --- Comment #8 from eimar.koort@gmail.com --- (In reply to eimar.koort from comment #7) Sry: "2016 autumn/summer." - i ment "2016 spring/summer." --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-usb@freebsd.org Thu Nov 17 20:31:06 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08E01C47758 for ; Thu, 17 Nov 2016 20:31:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECA9E1BB8 for ; Thu, 17 Nov 2016 20:31:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uAHKV5uX057830 for ; Thu, 17 Nov 2016 20:31:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 205477] urtwn(4) USB wireless driver fails to initialize RTL8188CUS Date: Thu, 17 Nov 2016 20:31:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: avos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-usb@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 20:31:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205477 --- Comment #9 from Andriy Voskoboinyk --- Hi! Can you try to test the driver from https://github.com/s3erios/rtwn reposit= ory? This one is used in 12-CURRENT. > I tested with CURRENT (fbsd 12) too, which could not even find this wifi = device. There was an UPDATING entry: https://svnweb.freebsd.org/base/head/UPDATING?r1=3D307376&r2=3D307532 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-usb@freebsd.org Fri Nov 18 13:29:08 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67D91C45615 for ; Fri, 18 Nov 2016 13:29:08 +0000 (UTC) (envelope-from ardovm@yahoo.it) Received: from nm34-vm7.bullet.mail.ir2.yahoo.com (nm34-vm7.bullet.mail.ir2.yahoo.com [212.82.97.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CED8D1439 for ; Fri, 18 Nov 2016 13:29:07 +0000 (UTC) (envelope-from ardovm@yahoo.it) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.it; s=s2048; t=1479475739; bh=BkPKZihvhbfExCWdehCjk6P1fRvhhM1fHDa/aRtlT0M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From:Subject; b=oaR8URiqGpsfPRdEt+5tjlqxeyCYpx68gjiFuz1xpc3Zx7y+xnHqXkmJnMzqeHhSPcY8eBamo4yzjtc+1jtFCsOqNfLKu7Y4RVvTDXWLSsiU8rHMUe0vhs0piprq5PMTt8ayV6G6DP2SNl7UvRsvucmaEo8dt26OXpj4nemZ1kWkkBBxyeSxJT1MNcPL1y1Aq9xiB4w1CK47Txb9IObpoFg4VqPIhlpYN92MvO8UCaU9+cBweR8641Tvfssn1E/SfxePgxKX2wUgPm2DO26rZCC4MZH1qdETFn3jI+2OyoImu+KTM9IFn0QP11nyOMFtRc6EMobIzuLfDq6XjxiWJw== Received: from [212.82.98.49] by nm34.bullet.mail.ir2.yahoo.com with NNFMP; 18 Nov 2016 13:28:59 -0000 Received: from [46.228.39.67] by tm2.bullet.mail.ir2.yahoo.com with NNFMP; 18 Nov 2016 13:28:59 -0000 Received: from [127.0.0.1] by smtp104.mail.ir2.yahoo.com with NNFMP; 18 Nov 2016 13:28:59 -0000 X-Yahoo-Newman-Id: 591097.72140.bm@smtp104.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: Y4wgBC4VM1l4t1KpKd0QYakUQdLGUvbnkEr2h09t_APO0CJ lR21v.hZ8oxu_rSk4tE4PFnrokhfPmP1vs7MQBqbRnKgnJg.61w8RFh6qCwU kcn.xX_BXrZneAdT2e2ioFN.7I4tJz1nUb2yshKpBFV8Se7OtVAvcIpbXwxw eef7NbQqukYiNvZD9I2YLz6Z3Q9fLPHEvdn4Z2seIRtOGk409HGMpucQVh96 bS9GXDK_80lc_hJrBuF9R5et7YArkOSxkYH85oFDvDbIE3HQdOCn9EnqwK.4 xoNbTnaVwqy7xfW9qZCmHlENvbfMKEo8kJhjv2YxtmKc0Yy36XUljTe1Pelm f2YXzDoSgtxZPUvfIxM4JdmX2awSfrzndj3zmWqH.HPLwnEKzu_KYx0.mikv SdQcBr81BuAWKaHv4Bk2XMYZem4mDBFo8TrfK50lq.JOf5hD3iiAq1EGZwu8 vUDk1eQj96sgCD2jcoLk29LwqgxBBRvbIg2aT99TGjTDFOzWwJ8Qhhsyz2FJ OlUAsmTWEmN4Uaudr0m2JYx.OFCitzbUR11eBREwS6JM3vPRF X-Yahoo-SMTP: WU.IBxeswBAAnLcBZV3tEZIK0A-- Received: by nuvolo.localdomain (Postfix, from userid 1001) id 4E6C61AF10D; Fri, 18 Nov 2016 14:28:58 +0100 (CET) Date: Fri, 18 Nov 2016 14:28:58 +0100 From: Arrigo Marchiori To: freebsd-stable@freebsd.org Cc: freebsd-usb@freebsd.org Subject: Re: moxa uport 1110 RS232 USB to serial support? Message-ID: <20161118132858.GA69072@nuvolo> References: <20161117100844.22f6492a@efreet.kappastar.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20161117100844.22f6492a@efreet.kappastar.com> User-Agent: Mutt/1.7.1 (2016-10-04) Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2016 13:29:08 -0000 Hello, I am resending this reply message to the freebsd-usb@ and freebsd-stable@ mailing list, because it bounced back to me after one day. On Thu, Nov 17, 2016 at 10:08:44AM +0100, Marko Cupa=C4=87 wrote: > Hi, >=20 > is it possible to use Moxa Uport 1110 USB to serial adapter on FreeBSD > 11.0? > http://www.moxa.com/product/uport_1110.htm I am afraid that the short answer is =C2=ABno=C2=BB. For what I could find on-line: - the Moxa UPort 1110 driver for Linux is the same as the Texas Instruments TUSB3410 (source: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-sta= ble.git/commit/drivers/usb/serial?id=3Db923c6c62981cec5e2d2187fd700c2fc43= 86fc45) - the port comms/uticom was a driver for the TUSB3410, but it was deprecated, and removed three years ago. FreeBSD forum thread: https://forums.freebsd.org/threads/18151/ Port information: http://www.freshports.org/comms/uticom SourceForge page: https://sourceforge.net/projects/uticom/ I hope this helps. --=20 rigo http://rigo.altervista.org From owner-freebsd-usb@freebsd.org Fri Nov 18 19:55:41 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4E44C48541 for ; Fri, 18 Nov 2016 19:55:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9454110CC for ; Fri, 18 Nov 2016 19:55:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uAIJtfIC040855 for ; Fri, 18 Nov 2016 19:55:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 214636] FreeBSD-11.0-RELEASE-i386-memstick.img booting to NAS4FREE 9.2.0.1 (revision 943) on FreeBSD 9.2-RELEASE-p3 Date: Fri, 18 Nov 2016 19:55:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: 11.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: korogodin@mail.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-usb@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2016 19:55:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214636 Bug ID: 214636 Summary: FreeBSD-11.0-RELEASE-i386-memstick.img booting to NAS4FREE 9.2.0.1 (revision 943) on FreeBSD 9.2-RELEASE-p3 Product: Base System Version: 11.0-RELEASE Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: usb Assignee: freebsd-usb@FreeBSD.org Reporter: korogodin@mail.ru CC: freebsd-i386@FreeBSD.org CC: freebsd-i386@FreeBSD.org Downloaded image of FreeBSD-11.0-RELEASE-i386-memstick.img is booting to NAS4FREE 9.2.0.1(revision 943) based on FreeBSD 9.2-RELEASE-p3, it not a FreeBSD-11.0, as=20 it was expected... Please replace current img-file with the right one. Than= ks! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-usb@freebsd.org Fri Nov 18 20:32:43 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80CF1C480F1 for ; Fri, 18 Nov 2016 20:32:43 +0000 (UTC) (envelope-from rcannon@onetimeselect.com) Received: from IND01-BO1-obe.outbound.protection.outlook.com (mail-bo1ind01on0127.outbound.protection.outlook.com [104.47.101.127]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E34C165D for ; Fri, 18 Nov 2016 20:32:41 +0000 (UTC) (envelope-from rcannon@onetimeselect.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=onetimeselect.onmicrosoft.com; s=selector1-onetimeselect-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=VMH+cyh7r755/zNeISX3OQZMWzgadAf+58lP2W2MbFk=; b=U0pTQ2V+g5iXGx9mgFwdUr1DAiK23m0ytFEAXvxk4er8zUhsEoHB6jWonPOxVIAyYOuVpNiiQwZ7winHI2ltLGzNxfRGKsC9AsfUVYms0pSQ8koaZ8bD/cQpGPnIC+RHxID4cwGPerNeuj3LzSAjcBUf5ScMR4fy43GYHo4YRsk= Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=rcannon@onetimeselect.com; Received: from [192.168.0.25] (103.6.157.159) by MAXPR01MB0362.INDPRD01.PROD.OUTLOOK.COM (10.164.150.146) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.721.10; Fri, 18 Nov 2016 19:59:28 +0000 To: Subject: Truck Owners List From: Ryan Cannon Message-ID: Date: Fri, 18 Nov 2016 14:53:59 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.3; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 X-Originating-IP: [103.6.157.159] X-ClientProxiedBy: MAXPR01CA0012.INDPRD01.PROD.OUTLOOK.COM (10.164.147.19) To MAXPR01MB0362.INDPRD01.PROD.OUTLOOK.COM (10.164.150.146) X-Microsoft-Exchange-Diagnostics: 1; MAXPR01MB0362; 2:vVceGXKg6ewXQOE2gKEncBoC9StXaveCTIxQhqAB8gCriV8NDJPtJfsnOpyah+KyUZGjqEkoMRrCMNONAoCVbnejplURYv6eYOU7HdwaNN4LWeIVbLMl0SCn+Tk6dAAmenuZiITKAXn1XvAmrU/eJtiQFvIA8wmSPGvB6FbIbBg=; 3:szRllwGel4/StYS4OYmn6VFsUO4ejnglxGxKuMuicntknBJVzNgbscdD6jf9zNJHAC7BCJ4grn+pP2ISNsihi75ISR1+moSc+Fay3R6eR6OcR4065PQRMGRthNJH9ECppfo4Wm/x9L4FLRWESVFta6vnNKtVzsKBBDJmQpFuD80= X-MS-Office365-Filtering-Correlation-Id: e1b506c3-b91a-4bcb-ba2f-08d40fed6790 X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:(22001);SRVR:MAXPR01MB0362; X-Microsoft-Exchange-Diagnostics: 1; MAXPR01MB0362; 25:oIUrpMxb1isPBInurIYCDmH6WBEUH0KMdKMS/5QmePmBeNarLo4yB1JUpIetSq9IVg3I912SXsiP0KX6Rrx3snqbz1uvveHW5gmMH+cvuDKJGH0eESqb5uLOHlbb3re9k1R5ZrCHQ1nRMifZgBmulhTQr+/E/tTodS5sWgXEVRysjIG7t42T8BbPOCxJiM6ZgcQLXRG55Ijx3f3ySNJQ1yGyNaH3TflTZEP22biqhH1eRc4lgEDsPS3BGNvyL/S3o76VIPTZFRv+0RxDovdT1UTt8i40D4Nm4bngRVSvA8CdqgGUrZiYga06aFD/WfYEnyLRZg5T08yuZGmlQHrsDO5UsUniaasZ8jWc+SLZYCVOiZslu8qMXAWVHMRFXPWsbGkF2hBmIGKc45Ds+WzHXX0yzs0jxf0Rga2SZ/O/yli6fkEwmTvfZJlw2jD6AS1y//FKgaQSRh0jXsxl1IQSJLRYxxjNkSokTFS4e5KmVmFvu+QtzJo1NaoE3h611kZIypLblnnpgRJ6Ncvm4Y0EkZBv/oicm0rUEKbyvjWXFUssiXKkJMExeljTuUBDXqks1b+lPfJLYpDn9AwydhInWRHIgiEJmhc602GIOme1D68hdOuTqgnu8bbY5hqM0vukGygfjJvhvr1H267QBZu5wPeLuJfbu5efBrjgevY8xWYfB9GaJ7rywPNCuFAHXl82V+XuUqpBHHanwBrkgQ8vvB2zP78aZo8m2gXMz45mBVZ0InMGX4CvNTUGJyNM+ez1iGcypMytXYQg83dFNtucY7j6rFAp/Dqki/0MpzuV137ajn+MKQH+R+uvgEz/YYvbZ3rpe3/don4Jt/3WA41VkkXt2XD6PDwQhDITxWDMlw9UkcFyf8bxKQeLYHFfJ5oN9wgFhbL645sD8xWuLbAEF3BkIuy4kALtGoQqH+phRTE= X-Microsoft-Exchange-Diagnostics: 1; MAXPR01MB0362; 31:KCMxEMxQpXMHIZMQvgybuBiuz1O9gT3qpBloeyI/VPppW2NZFnbmqV66/AT/4r95gxtYfRcWVhs/wa+wMH0T6p/RPWsi1Nsc3R937giXhXbvdxmtGGuqcYEo7r5OlqFdnxHC4SYrUY/3h/UQk67UeCpS6Sq9JP0OXlhd5GiPkGFUPWMP3RB4HTMJGIlxr31IVisORG/t6ibLrZJJJOix9x9DztkLVWtcUX9wznPg3WhSnbHS3iZixwRO9gXtKcZJ+ZS9L/+goZz2Tsood02epwERQ610Y87nRFk7NIIe4vc=; 4:FG0oebAb6jrCJLifweckRzCmqoa+r5LRksZr+V2TCysYZVkQH+7QCWFlMJNtD0dEZJLaFbi1iG+D4gnoi84JCLu/jjE75fIG6FNRDf/DkryfIOm2Vp+ojeizpg40gMwziuQ1QA+k2KIoy/3YgISGgIy6wtuohtTyJSCswe1ohnV+a8qGvRW97idTkPvq+p1j0yElhQVyvxoaVwha+4+uIPY/6ReYbnZt8Io7WK/GvXzTHZcE7KMDDfsthB9ohBTYaT7UEErFMEGXeC+lfCDWOOG1ep5W/U8vElbqUBCZuYLNSNDQDczS8j806XqAZHMPGXiSO/rCJESaqtKHgz0rQHjl7gIR7ko7I+UN4Y8NeOrsnsrmtCKS2mn+0Dur2tpN2dBNXHs+43Ymfg11nbudwWKpK4bAidYEI/ilv3BKwq4OxPsEo2BIhlg9kQrrz4L+Fc5B2oProkD+4tuuJ3gpPg== X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(6060326)(6040281)(2401047)(5005006)(8121501046)(10201501046)(3002001)(6061324)(6041223)(6043046); SRVR:MAXPR01MB0362; BCL:0; PCL:0; RULEID:; SRVR:MAXPR01MB0362; X-Forefront-PRVS: 01304918F3 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019020)(4630300001)(6009001)(6049001)(7916002)(189002)(199003)(105586002)(97736004)(31686004)(2906002)(65806001)(65956001)(4001350100001)(66066001)(86362001)(50986999)(450100001)(42186005)(189998001)(84326002)(107886002)(3846002)(6116002)(83506001)(38730400001)(36756003)(54356999)(2351001)(106356001)(7736002)(101416001)(81166006)(6916009)(81156014)(3480700004)(512874002)(33646002)(8676002)(7846002)(5009440100003)(68736007)(117156001)(31696002)(110136003)(92566002)(64126003)(77096005)(6666003)(5660300001)(65826007)(7116003)(7099028)(587744001); DIR:OUT; SFP:1102; SCL:1; SRVR:MAXPR01MB0362; H:[192.168.0.25]; FPR:; SPF:None; PTR:InfoNoRecords; MX:1; A:1; LANG:en; Received-SPF: None (protection.outlook.com: onetimeselect.com does not designate permitted sender hosts) X-Microsoft-Exchange-Diagnostics: =?us-ascii?Q?1; MAXPR01MB0362; 23:IGTpVongmaKPpOQ6cfKGHUwk7G9iaE5KhjRdipS00?= =?us-ascii?Q?bvash9+q+hjAioARj2pQqtx+i6wzRNiG1QgufIweNqA2vJYxIPrThvldMEm3?= =?us-ascii?Q?GEyEroECN9h9FotPL+dhgU5wBZ8/zIODnRF6Daz8WfrVK/cTA0pe7AoFw/OT?= =?us-ascii?Q?sH7kBwVKzsYQZjyXIO+DlqP1nCcKDiEmFJMCD8M2/GGIeDkMvvewYjRNHjh1?= =?us-ascii?Q?vQ5v4Kl+uNEeO0zKvpsmFxHrgCRmOK9MGRXcTK8RRJXuvR5akrSOf2kbrQyT?= =?us-ascii?Q?PyUGX0IpjYYcL+RszGcHJHF3aGg1lzB3ZG7xdc51KGcMR7K3Dzq0xtpZlebC?= =?us-ascii?Q?C56ItA1Eur4un7nUw5bzACVXNIlDIOES9GAnk+rH4J4bUh5Banq6NeQ/dwoj?= =?us-ascii?Q?wae9J2wMcSz2+1Lu9cEInPD6F5Ez8L+N7EZMKobEYQqJkaV++Io/XllG7mfX?= =?us-ascii?Q?ReS2YBJsQHPCRCqFxIhrFwLlXy7YeDOHLRigf0y2+nbu84QFlTHbPvgi8YBf?= =?us-ascii?Q?rulBqgQFhSJvSE4I5uyK6eV1ZSs0AIXSzruS6QTwwqRM49oDK8UG3BsYO7op?= =?us-ascii?Q?JxHRP+q35cOHbnKcVcCsA2NFQ3ozbeRKUqO/mK9KCwHUi0xEl01W/RTaBb4R?= =?us-ascii?Q?OHQH/wWy/DmjUPHiQGrRMx+1QfC2ASP4QtzlAJdgoTSwIsd9iGLMcjopca6e?= =?us-ascii?Q?lhFY8gc0aZG3LWwToglMrgjiQl2kHv1Jl28ZoMCzVPxYfRwnzdvra/0N+i6s?= =?us-ascii?Q?pDS//yh9EaSg+AxCjaCjzta0MpOdqU3MsQy4JWS/mxiq5VkBFWXCU7m+m5l8?= =?us-ascii?Q?Z1GbCiCFaoQdX8lZZqS30+lOTW5fGWVx1cIYXiY9Enq2vK0FMqDy+/WcQzgz?= =?us-ascii?Q?D/vrzD+psd++9upx/O+GtPjzNpdO5UJFSDmg+pxFZ6OybQbks89YAdq3Qilz?= =?us-ascii?Q?OY88tEXJhhkl10HuGIRXexMpC8GXPGjDU+8N3vGtac8PO0cQkeMBUr6//Eq9?= =?us-ascii?Q?1ah0xlmZszlkcA/p9jORYeZSHQq+XMwCkRx3EJDVGmM+gEcDHu2c7yxcl9wm?= =?us-ascii?Q?0WUVYylIKR03LLDY9v5kIF7d/uKWTrtwk099+XZpByQX6x2EvlrVpCHUWbf+?= =?us-ascii?Q?IcESl2mZSWfO5kH/dB4iG8clsEsRJiMkj6kfU95UUW5TkItEq2gGQRcZLv2e?= =?us-ascii?Q?nbPyMRN0+UcE7Ggh6fvR3/trAA1XYnwrPwxI+lGKb/PFNE85Q3K7fDhXczAz?= =?us-ascii?Q?HT3CptidF0lQ7sbLFrbIltSIE1Fm55vqR8E0FVHT6ZQwlYnj6YZUsHbYp5vE?= =?us-ascii?Q?GCnDDWAcNcD1u2i3RqISTw=3D?= X-Microsoft-Exchange-Diagnostics: 1; MAXPR01MB0362; 6:AG0bmhnCJe1uXYe0npQ2xoDV/wddgyEkKkKdmah1HUmOnhX0cbVMjcotSKqi8ZHiXHHMbQfcbeOSEgE+qEaFfLh6EA9hx6FPHC7mfdEZABGTbyOBMbx/jUbPwFVMGTziP7rsDKzHC9bNhA/WYQ17TsDmT031mrnXDBMMiRIITHeeLTD14ee33zjkwomO+R/5DTGQnnHcnZN0Y2L3QrveRBKJMS20H8POWE9JUdR8wf8IjiGtvqG0k7kpZ9Oso/LSl19dtJB+OXbRi9QeQojHL3gvEIIg5+6CNI1kB1QVNYwriRwx/HpcwafkRrb5lGXcuVKC6esRHsq6yfmkw0N613eNdI+ofY79r2gFY5JRGJqUJUXFD+6viJ+Yrugc4Jfg; 5:rniZo31alps5BRNn42fJl1hRGoNkF0zkMGztA2cScSvp97for2KKQae0x7rBd2UVqHTa2qdU5QgcX0I5ufd63rynNskm8JZNklB5muiu4IS4Gqycbvek9Ql7AbsJFYm7aDLwYl0X0xoqOSFVIPG5jXMH86frYkrRLa3o7J9sdEM=; 24:LwPTuccqLYyngehwvCQSuypLO93e0wh1ndwgLjDUAI/xHpIAqLaSuPRN0GLyUOYu3+o5LXMdgHGabDHNKG4srI4Pj0M1oMRJRjV641jJ5cQ= SpamDiagnosticOutput: 1:99 SpamDiagnosticMetadata: NSPM X-Microsoft-Exchange-Diagnostics: 1; MAXPR01MB0362; 7:mBgIwZ5aYevl3GzIOaNwz6THZRz+XIq75ZsgTAdJHqsv008PidDDGF6uMMLp0FKpsNYf0waJ2P77/iZo1YnXuStpBA/k2R0O92Qc9rJnsYkJbJOn3N5LYktKJ98fLecDsS4mBduyi+4eNyVN4psmXOTEvQcsvOu9QgVNs+R11NUOAjrX5VfUzV0DbDhIBlMPi6gcGE/sD+lUFRwp+6bM54fBJDV8hyWg4ykt6iQTAQ7Uplkq8yiVVmERSjqmCtVeTjauhsfmNlWu7eD+E96M8XtlMu6C9fqXq6/p6HZOHo+0jfB3dRzWXdhPYd9pzoi8yg4b30/5u6zCpqoeXNvTxmJO+8/70u20XCnOGmi3gLA= X-OriginatorOrg: onetimeselect.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 18 Nov 2016 19:59:28.4816 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: MAXPR01MB0362 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2016 20:32:43 -0000 Hello, Greetings of the day. Checking if you'd be interested in taking a look at our *Truck Owners List* within USA ? *Our Databases:-* *1.* Pick-Up Truck Owners List *2.* Car Owners List *3.* RV Owners List *4.* Motorcycle Owners List *5.* Boat Owners List *6.* Travelers List *7.* Newly Movers List *8.* Sports Enthusiasts *9.* Cruise Travelers List and more.. The list of contacts are *opt-in verified* and can be used for unlimited multi-channel marketing. *Information Fields:–* *Mailing Address,Contact Name (First, Middle and Last Name), List type and Opt-in email address.* Could you please let me know your target audience. I will revert back with *cost and counts.* Waiting for your valuable and sincere reply. Thanks&Regards, Ryan Cannon Marketing Lead From owner-freebsd-usb@freebsd.org Sat Nov 19 15:29:50 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF161C4A2DD for ; Sat, 19 Nov 2016 15:29:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4B9C1AD0 for ; Sat, 19 Nov 2016 15:29:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uAJFTos5056543 for ; Sat, 19 Nov 2016 15:29:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 205477] urtwn(4) USB wireless driver fails to initialize RTL8188CUS Date: Sat, 19 Nov 2016 15:29:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: eimar.koort@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-usb@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2016 15:29:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205477 --- Comment #10 from eimar.koort@gmail.com --- (In reply to Andriy Voskoboinyk from comment #9) root@rpi2:~/rtwn-master/sys/modules/rtwnfw # cd ../rtwn && make depend && m= ake && make install machine -> /usr/src/sys/arm/include awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h :> opt_bus.h echo "#define IEEE80211_DEBUG 1" > opt_wlan.h echo "#define IEEE80211_AMPDU_AGE 1" >> opt_wlan.h echo "#define IEEE80211_SUPPORT_MESH 1" >> opt_wlan.h Warning: Object directory not changed from original /root/rtwn-master/sys/modules/rtwn cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc=20 -I/root/rtwn-master/sys/modules/rtwn/../.. -I. -I/usr/src/sys -fno-common=20 -funwind-tables -MD -MF.depend.if_rtwn.o -MTif_rtwn.o -ffreestanding -fwr= apv -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-comp= are -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-movt -mfpu=3Dnone -std=3Diso9899:199= 9 -c /root/rtwn-master/sys/modules/rtwn/../../dev/rtwn/if_rtwn.c -o if_rtwn.o In file included from /root/rtwn-master/sys/modules/rtwn/../../dev/rtwn/if_rtwn.c:48: In file included from /usr/src/sys/net/if_var.h:74: In file included from /usr/src/sys/sys/buf_ring.h:33: ./machine/cpu.h:47:10: error: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 [-Werror,-Wimplicit-function-declaration] return cp15_pmccntr_get(); ^ 1 error generated. *** Error code 1 Stop. make: stopped in /root/rtwn-master/sys/modules/rtwn root@rpi2:~/rtwn-master/sys/modules/rtwn # uname -a FreeBSD rpi2 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r308737: Thu Nov 17 08:02= :03 UTC 2016=20=20=20=20 root@releng3.nyi.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/GENERIC arm --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-usb@freebsd.org Sat Nov 19 15:59:21 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E38AC4A067 for ; Sat, 19 Nov 2016 15:59:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A8431294 for ; Sat, 19 Nov 2016 15:59:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uAJFxKsi019300 for ; Sat, 19 Nov 2016 15:59:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 205477] urtwn(4) USB wireless driver fails to initialize RTL8188CUS Date: Sat, 19 Nov 2016 15:59:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: avos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-usb@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2016 15:59:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205477 --- Comment #11 from Andriy Voskoboinyk --- Ok, you need a workaround from https://lists.freebsd.org/pipermail/freebsd-arm/2016-March/013393.html : change cd ../rtwn && make depend && make && make install to cd ../rtwn && make depend && make CONF_CFLAGS=3D-march=3Darmv7a && make ins= tall --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-usb@freebsd.org Sat Nov 19 16:50:30 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FA54C4A11A for ; Sat, 19 Nov 2016 16:50:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E7BC1387 for ; Sat, 19 Nov 2016 16:50:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uAJGoT09068871 for ; Sat, 19 Nov 2016 16:50:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 205477] urtwn(4) USB wireless driver fails to initialize RTL8188CUS Date: Sat, 19 Nov 2016 16:50:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: eimar.koort@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-usb@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2016 16:50:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205477 --- Comment #12 from eimar.koort@gmail.com --- (In reply to Andriy Voskoboinyk from comment #11) Sry. I don't know how to add attachment (if even). So here is another long error list from 'rtwn_usb': root@rpi2:~/rtwn-master/sys/modules/rtwn_usb # make depend && make CONF_CFLAGS=3D-march=3Darmv7a && make install machine -> /usr/src/sys/arm/include awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h :> opt_bus.h :> opt_usb.h echo "#define IEEE80211_DEBUG 1" > opt_wlan.h echo "#define IEEE80211_AMPDU_AGE 1" >> opt_wlan.h echo "#define IEEE80211_SUPPORT_MESH 1" >> opt_wlan.h awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/usb/usb_if.m -h awk -f /usr/src/sys/tools/usbdevs2h.awk /usr/src/sys/dev/usb/usbdevs -h Warning: Object directory not changed from original /root/rtwn-master/sys/modules/rtwn_usb cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc=20 -I/root/rtwn-master/sys/modules/rtwn_usb/../.. -I. -I/usr/src/sys -fno-comm= on=20 -funwind-tables -march=3Darmv7a -MD -MF.depend.rtwn_usb_attach.o -MTrtwn_usb_attach.o -ffreestanding -fwrapv -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpr= intf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-movt -mfpu=3D= none=20 -std=3Diso9899:1999 -c /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= -o rtwn_usb_attach.o In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :117:2: error: use of undeclared identifier 'USB_PRODUCT_ASUS_USBAC56' RTWN_RTL8812AU_DEV(ASUS, USBAC56), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :116:28: note: expanded from macro 'RTWN_RTL8812AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8812A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_ASUS_USBAC56 ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :118:2: error: use of undeclared identifier 'USB_PRODUCT_CISCOLINKSYS_WUSB6300' RTWN_RTL8812AU_DEV(CISCOLINKSYS, WUSB6300), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :116:28: note: expanded from macro 'RTWN_RTL8812AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8812A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_CISCOLINKSYS_WUSB6300 ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :121:2: error: use of undeclared identifier 'USB_PRODUCT_EDIMAX_EW7822UAC' RTWN_RTL8812AU_DEV(EDIMAX, EW7822UAC), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :116:28: note: expanded from macro 'RTWN_RTL8812AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8812A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_EDIMAX_EW7822UAC ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :122:2: error: use of undeclared identifier 'USB_PRODUCT_IODATA_WNAC867U' RTWN_RTL8812AU_DEV(IODATA, WNAC867U), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :116:28: note: expanded from macro 'RTWN_RTL8812AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8812A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_IODATA_WNAC867U ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :123:2: error: use of undeclared identifier 'USB_PRODUCT_MELCO_WIU3866D' RTWN_RTL8812AU_DEV(MELCO, WIU3866D), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :116:28: note: expanded from macro 'RTWN_RTL8812AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8812A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_MELCO_WIU3866D ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :124:2: error: use of undeclared identifier 'USB_PRODUCT_NEC_WL900U' RTWN_RTL8812AU_DEV(NEC, WL900U), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :116:28: note: expanded from macro 'RTWN_RTL8812AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8812A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_NEC_WL900U ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :125:2: error: use of undeclared identifier 'USB_PRODUCT_PLANEX2_GW900D' RTWN_RTL8812AU_DEV(PLANEX2, GW900D), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :116:28: note: expanded from macro 'RTWN_RTL8812AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8812A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_PLANEX2_GW900D ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :126:2: error: use of undeclared identifier 'USB_PRODUCT_SENAO_EUB1200AC' RTWN_RTL8812AU_DEV(SENAO, EUB1200AC), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :116:28: note: expanded from macro 'RTWN_RTL8812AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8812A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_SENAO_EUB1200AC ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :127:2: error: use of undeclared identifier 'USB_PRODUCT_SITECOMEU_WLA7100' RTWN_RTL8812AU_DEV(SITECOMEU, WLA7100), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :116:28: note: expanded from macro 'RTWN_RTL8812AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8812A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_SITECOMEU_WLA7100 ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :128:2: error: use of undeclared identifier 'USB_VENDOR_TPLINK' RTWN_RTL8812AU_DEV(TPLINK, T4U), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :116:12: note: expanded from macro 'RTWN_RTL8812AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8812A= U) } ^ :52:1: note: expanded from here USB_VENDOR_TPLINK ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :129:2: error: use of undeclared identifier 'USB_PRODUCT_TRENDNET_TEW805UB' RTWN_RTL8812AU_DEV(TRENDNET, TEW805UB), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :116:28: note: expanded from macro 'RTWN_RTL8812AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8812A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_TRENDNET_TEW805UB ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :130:2: error: use of undeclared identifier 'USB_PRODUCT_ZYXEL_NWD6605' RTWN_RTL8812AU_DEV(ZYXEL, NWD6605), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :116:28: note: expanded from macro 'RTWN_RTL8812AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8812A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_ZYXEL_NWD6605 ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :138:2: error: use of undeclared identifier 'USB_PRODUCT_EDIMAX_EW7811UTC_1' RTWN_RTL8821AU_DEV(EDIMAX, EW7811UTC_1), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :135:28: note: expanded from macro 'RTWN_RTL8821AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8821A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_EDIMAX_EW7811UTC_1 ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :139:2: error: use of undeclared identifier 'USB_PRODUCT_EDIMAX_EW7811UTC_2' RTWN_RTL8821AU_DEV(EDIMAX, EW7811UTC_2), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :135:28: note: expanded from macro 'RTWN_RTL8821AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8821A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_EDIMAX_EW7811UTC_2 ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :140:2: error: use of undeclared identifier 'USB_PRODUCT_HAWKING_HD65U' RTWN_RTL8821AU_DEV(HAWKING, HD65U), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :135:28: note: expanded from macro 'RTWN_RTL8821AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8821A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_HAWKING_HD65U ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :141:2: error: use of undeclared identifier 'USB_PRODUCT_MELCO_WIU2433DM' RTWN_RTL8821AU_DEV(MELCO, WIU2433DM), ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :135:28: note: expanded from macro 'RTWN_RTL8821AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8821A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_MELCO_WIU2433DM ^ In file included from /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :55: /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :142:2: error: use of undeclared identifier 'USB_PRODUCT_NETGEAR_A6100' RTWN_RTL8821AU_DEV(NETGEAR, A6100) ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.h= :135:28: note: expanded from macro 'RTWN_RTL8821AU_DEV' { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8821A= U) } ^ :52:1: note: expanded from here USB_PRODUCT_NETGEAR_A6100 ^ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :102:49: error: invalid application of 'sizeof' to an incomplete type 'const struct usb_device_id []' return (usbd_lookup_id_by_uaa(rtwn_devs, sizeof(rtwn_devs), uaa)); ^~~~~~~~~~~ /root/rtwn-master/sys/modules/rtwn_usb/../../dev/rtwn/usb/rtwn_usb_attach.c= :441:1: error: invalid application of 'sizeof' to an incomplete type 'const struct usb_device_id []' USB_PNP_HOST_INFO(rtwn_devs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/dev/usb/usbdi.h:344:12: note: expanded from macro 'USB_PNP_HOST_INFO' sizeof(table) / sizeof(table[0])) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/sys/module.h:178:16: note: expanded from macro 'MODULE_PNP_INF= O' .num_entry =3D n \ ^ 19 errors generated. *** Error code 1 Stop. make: stopped in /root/rtwn-master/sys/modules/rtwn_usb root@rpi2:~/rtwn-master/sys/modules/rtwn_usb # --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-usb@freebsd.org Sat Nov 19 16:52:54 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89013C4A2EC for ; Sat, 19 Nov 2016 16:52:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78A4D183D for ; Sat, 19 Nov 2016 16:52:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uAJGqrp3079383 for ; Sat, 19 Nov 2016 16:52:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 205477] urtwn(4) USB wireless driver fails to initialize RTL8188CUS Date: Sat, 19 Nov 2016 16:52:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: hselasky@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-usb@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2016 16:52:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205477 --- Comment #13 from Hans Petter Selasky --- Copy sys/dev/usb/usbdevs from FreeBSD-12-current to your /usr/src/sys/dev/usb/usbdevs . You can use this link to obtain usbdevs from 12-current. https://svnweb.freebsd.org/base/head/sys/dev/usb/usbdevs?view=3Dco --HPS --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-usb@freebsd.org Sat Nov 19 18:42:49 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12534C4B644 for ; Sat, 19 Nov 2016 18:42:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D79BB177A for ; Sat, 19 Nov 2016 18:42:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uAJIgltT040959 for ; Sat, 19 Nov 2016 18:42:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 205477] urtwn(4) USB wireless driver fails to initialize RTL8188CUS Date: Sat, 19 Nov 2016 18:42:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: eimar.koort@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-usb@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2016 18:42:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205477 --- Comment #14 from eimar.koort@gmail.com --- (In reply to Hans Petter Selasky from comment #13) So. Updated sources to revision 308845 (about an hour ago). Compiled with 'make CONF_CFLAGS=3D-march=3Darmv7a'. Moved old drivers if_rtwn* out of the way. Loaded new drivers and here we = are: root@rpi2:~ # dmesg |grep rtwn rtwn0 on uhub1 rtwn0: on usbus0 rtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R root@rpi2:~ # grep wlan0 /etc/rc.conf wlans_rtwn0=3D"wlan0" ifconfig_wlan0=3D"WPA SYNCDHCP" root@rpi2:~ # ifconfig wlan0 wlan0: flags=3D8843 metric 0 mtu 15= 00 ether d8:eb:97:2b:dd:6c inet 192.168.1.218 netmask 0xffffff00 broadcast 192.168.1.255 groups: wlan ssid MySID channel 11 (2462 MHz 11g ht/20) bssid 00:22:07:40:97:b7 regdomain FCC country US authmode WPA2/802.11i privacy ON deftxkey UNDEF AES-CCM 2:128-bit txpower 30 bmiss 7 scanvalid 60 protmode CTS ht20 ampdulimit 64k ampdudensity 8 shortgi -stbc wme roaming MANUAL media: IEEE 802.11 Wireless Ethernet MCS mode 11ng status: associated nd6 options=3D29 root@rpi2:~ # uname -a FreeBSD raspel2 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r308737: Thu Nov 17 08:02:03 UTC 2016=20=20=20=20 root@releng3.nyi.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/GENERIC arm So it works for me. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-usb@freebsd.org Sat Nov 19 20:02:06 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B1B7C4BA2C for ; Sat, 19 Nov 2016 20:02:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8ACA37FB for ; Sat, 19 Nov 2016 20:02:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uAJK25Oq095536 for ; Sat, 19 Nov 2016 20:02:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 205477] urtwn(4) USB wireless driver fails to initialize RTL8188CUS Date: Sat, 19 Nov 2016 20:02:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: avos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-usb@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2016 20:02:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205477 Andriy Voskoboinyk changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 144 | |06 --=20 You are receiving this mail because: You are the assignee for the bug.=