From owner-freebsd-mobile@FreeBSD.ORG Mon Feb 15 22:07:29 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5B40106566B for ; Mon, 15 Feb 2010 22:07:29 +0000 (UTC) (envelope-from ltsampros@gmail.com) Received: from mail-fx0-f226.google.com (mail-fx0-f226.google.com [209.85.220.226]) by mx1.freebsd.org (Postfix) with ESMTP id 659E88FC14 for ; Mon, 15 Feb 2010 22:07:29 +0000 (UTC) Received: by fxm26 with SMTP id 26so5515040fxm.13 for ; Mon, 15 Feb 2010 14:07:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:subject:date :message-id:user-agent:mime-version:content-type; bh=zm87cSZImBQbyw7Et0oLWJSvEz5q7eCH9h93i8XsKPI=; b=pQh20+VmlSLZ5KM8kdm8MoQ9rIKZM7ApJcW6CEX4aCa5f0TRIKpioPOYOjSU+T+dHh 8nKAiVfe7CzPjKasj9PQrhZFfAtMCDPZovC2oTMa42l3vaxh/21PVttgT7R78xwcu+CY uhh/kzwnNklHAnDY65hm9OdBZjNssKYWWi/18= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=omGBrr4V2WVh2OzS0El8x+3t6BTCJO7Gq2+H+dIvOsib+mlzGvdvjjh6R1LZAQuLgg U3VxPgYver6u0OvQtxfi21YiwksIJDjeNR9m9gDnRggrF1H5F4g9iSA6TIdwaIEjbn8O 3piKTKJMTUlWBA4gTy61BCG1uDN8AuDLtRebI= Received: by 10.102.211.39 with SMTP id j39mr4266698mug.106.1266270033650; Mon, 15 Feb 2010 13:40:33 -0800 (PST) Received: from ltsampros-laptop (ppp-94-66-51-58.home.otenet.gr [94.66.51.58]) by mx.google.com with ESMTPS id u26sm35785830mug.7.2010.02.15.13.40.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Feb 2010 13:40:32 -0800 (PST) Received: by ltsampros-laptop (Postfix, from userid 1000) id 8CF05432B2; Mon, 15 Feb 2010 23:40:30 +0200 (EET) From: ltsampros To: freebsd-mobile@freebsd.org Date: Mon, 15 Feb 2010 23:40:30 +0200 Message-ID: <87mxza2n5d.fsf@bifteki.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: problem with Atheros 9280 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2010 22:07:30 -0000 Hello, I have an Acer Ferrari One netbook (really, don't laugh on the Ferrari badge), and it's wireless chipset is picked up by the atheros driver correctly: Feb 15 00:05:14 kernel: ath0: mem 0xf0000000-0xf000ffff irq 19 at device 0.0 on pci9 Feb 15 00:05:14 kernel: ath0: [ITHREAD] Feb 15 00:05:14 kernel: ath0: AR9280 mac 128.2 RF5133 phy 13.0 The above tests were done on 9-CURRENT with last update on Sun Feb 14 20:10:41 and built on Sun Feb 14 23:10:04 EET 2010 with a default GENERIC kernel. The configuration I have in rc.conf is the following: wlans_ath0="wlan0" ifconfig_wlan0="WPA DHCP" and in wpasuppicant.conf: network={ ssid="philips" psk="super-secret-key" } Upon booting the machine the following entries are found and the wlan0 interface has not associated with the ssid: Feb 15 20:17:34 kernel: ath0: bb hang detected (0x80) Feb 15 20:17:44 kernel: ath0: bb hang detected (0x80) Feb 15 20:17:56 kernel: ath0: bb hang detected (0x80) Feb 15 20:18:09 kernel: ath0: bb hang detected (0x80) Feb 15 20:18:21 kernel: ath0: bb hang detected (0x80) Feb 15 20:18:34 kernel: ath0: bb hang detected (0x80) Feb 15 20:18:46 kernel: ath0: bb hang detected (0x80) Feb 15 20:18:59 kernel: ath0: bb hang detected (0x80) Feb 15 20:19:11 kernel: ath0: bb hang detected (0x80) Feb 15 20:19:24 kernel: ath0: device timeout Feb 15 20:19:36 kernel: ath0: bb hang detected (0x80) Feb 15 20:19:49 kernel: ath0: device timeout Feb 15 20:20:01 kernel: ath0: bb hang detected (0x80) Feb 15 20:20:14 kernel: ath0: bb hang detected (0x80) Feb 15 20:20:26 kernel: ath0: device timeout Feb 15 20:20:39 kernel: ath0: device timeout Feb 15 20:20:51 kernel: ath0: bb hang detected (0x80) Feb 15 20:21:03 kernel: ath0: bb hang detected (0x80) Feb 15 20:21:16 kernel: ath0: device timeout Am I doing something wrong here? Upon request I can provide debugging interface taken with: hw.ath.debug=0xffffffff hw.ath.hal.debug=0xffffffff I hope I'm not doing something wrong. Thanks for the help. From owner-freebsd-mobile@FreeBSD.ORG Tue Feb 16 11:25:18 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AD36106566C for ; Tue, 16 Feb 2010 11:25:18 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-fx0-f226.google.com (mail-fx0-f226.google.com [209.85.220.226]) by mx1.freebsd.org (Postfix) with ESMTP id 9D2398FC14 for ; Tue, 16 Feb 2010 11:25:17 +0000 (UTC) Received: by fxm26 with SMTP id 26so5938725fxm.13 for ; Tue, 16 Feb 2010 03:25:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=+78XEnWK+ACXZuF7/9mtB8rtC5EZHJyaoQoRXG4aAT0=; b=g4U+a1FRJnpWa19ys/8QsD9W/x6AYXulGLKhTTN/qlEa3cSbTVEgGi+OKjRdnbE+Ml ixXclOW1JgeE7c+kVv1930xVlGzH2OgarxwOagoa6cyv4J+pmoQ5G4fUqilP2qA+bjkL Uxmt6EXBskFZNyYM3Ew7X4NVIQz3gSu2OolL8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=Bl1gqjfNWq/Jl+4g0Uw4iBNvvdEP47TRreAo66f7lyWc8L49vsorc/DkZiVBYTt7vK egBQqCM/sOWd67Ef22xzyGsjvO6usklgG2Kst6jkBeI2F0Pxs6WIFU/Gp4Z0cnBfkBg0 KUlLkIvK57Y5KIm9r4at33f1JgROvF9hmkKfg= Received: by 10.87.55.32 with SMTP id h32mr11226032fgk.56.1266319516463; Tue, 16 Feb 2010 03:25:16 -0800 (PST) Received: from ?10.0.10.4? (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by mx.google.com with ESMTPS id 16sm3477160fxm.4.2010.02.16.03.25.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Feb 2010 03:25:15 -0800 (PST) Sender: Rui Paulo Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <87mxza2n5d.fsf@bifteki.lan> Date: Tue, 16 Feb 2010 11:25:13 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <87mxza2n5d.fsf@bifteki.lan> To: ltsampros X-Mailer: Apple Mail (2.1077) Cc: freebsd-mobile@freebsd.org Subject: Re: problem with Atheros 9280 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 11:25:18 -0000 On 15 Feb 2010, at 21:40, ltsampros wrote: >=20 > Hello, >=20 > I have an Acer Ferrari One netbook (really, don't laugh on the Ferrari > badge), and it's wireless chipset is picked up by the atheros driver > correctly: >=20 > Feb 15 00:05:14 kernel: ath0: mem = 0xf0000000-0xf000ffff irq 19 at device 0.0 on pci9 > Feb 15 00:05:14 kernel: ath0: [ITHREAD] > Feb 15 00:05:14 kernel: ath0: AR9280 mac 128.2 RF5133 phy 13.0 >=20 > The above tests were done on 9-CURRENT with last update on Sun Feb 14 > 20:10:41 and built on Sun Feb 14 23:10:04 EET 2010 with a default > GENERIC kernel. >=20 > The configuration I have in rc.conf is the following: >=20 > wlans_ath0=3D"wlan0" > ifconfig_wlan0=3D"WPA DHCP" >=20 > and in wpasuppicant.conf: >=20 > network=3D{ > ssid=3D"philips" > psk=3D"super-secret-key" > } >=20 > Upon booting the machine the following entries are found and the wlan0 > interface has not associated with the ssid: >=20 > Feb 15 20:17:34 kernel: ath0: bb hang detected (0x80) > Feb 15 20:17:44 kernel: ath0: bb hang detected (0x80) > Feb 15 20:17:56 kernel: ath0: bb hang detected (0x80) > Feb 15 20:18:09 kernel: ath0: bb hang detected (0x80) > Feb 15 20:18:21 kernel: ath0: bb hang detected (0x80) > Feb 15 20:18:34 kernel: ath0: bb hang detected (0x80) > Feb 15 20:18:46 kernel: ath0: bb hang detected (0x80) > Feb 15 20:18:59 kernel: ath0: bb hang detected (0x80) > Feb 15 20:19:11 kernel: ath0: bb hang detected (0x80) > Feb 15 20:19:24 kernel: ath0: device timeout > Feb 15 20:19:36 kernel: ath0: bb hang detected (0x80) > Feb 15 20:19:49 kernel: ath0: device timeout > Feb 15 20:20:01 kernel: ath0: bb hang detected (0x80) > Feb 15 20:20:14 kernel: ath0: bb hang detected (0x80) > Feb 15 20:20:26 kernel: ath0: device timeout > Feb 15 20:20:39 kernel: ath0: device timeout > Feb 15 20:20:51 kernel: ath0: bb hang detected (0x80) > Feb 15 20:21:03 kernel: ath0: bb hang detected (0x80) > Feb 15 20:21:16 kernel: ath0: device timeout >=20 > Am I doing something wrong here? Upon request I can provide debugging > interface taken with: >=20 > hw.ath.debug=3D0xffffffff > hw.ath.hal.debug=3D0xffffffff >=20 > I hope I'm not doing something wrong. Thanks for the help. I fixed these yesterday. Please update your SVN sources and try again. -- Rui Paulo From owner-freebsd-mobile@FreeBSD.ORG Wed Feb 17 12:38:45 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24A04106566B; Wed, 17 Feb 2010 12:38:45 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id D70788FC18; Wed, 17 Feb 2010 12:38:44 +0000 (UTC) Received: from [193.31.11.193] (helo=current.Sisis.de) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NhhYs-00012f-Bh; Wed, 17 Feb 2010 11:55:18 +0100 Received: from current.Sisis.de (current [127.0.0.1]) by current.Sisis.de (8.14.3/8.14.3) with ESMTP id o1HAtHtp003799; Wed, 17 Feb 2010 11:55:17 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by current.Sisis.de (8.14.3/8.14.3/Submit) id o1HAtH6T003798; Wed, 17 Feb 2010 11:55:17 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: current.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Wed, 17 Feb 2010 11:55:17 +0100 From: Matthias Apitz To: freebsd-mobile@freebsd.org, freebsd-usb@freebsd.org Message-ID: <20100217105517.GA3757@current.Sisis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-CURRENT (i386) X-Con-Id: 51246 X-Originating-IP: 193.31.11.193 Cc: Subject: using USB based micro and speaker with FreeBSD / Skype X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2010 12:38:45 -0000 Hello, I'm running a 8-CURRENT on a Dell M4400 laptop, which has an internal micro and loudspeaker which work fine with Skype. For meetings I'd like to have better sound on my side, i.e. would like to use external loudspeaker and microphone. I've got from our support these two USB devices: microphone: Feb 17 11:47:46 current root: Unknown USB device: vendor 0x0556 product 0x0001 bus uhub0 Feb 17 11:47:46 current kernel: ugen5.2: at usbus5 loudspeaker: Feb 17 11:48:36 current kernel: ugen5.2: at usbus5 Feb 17 11:48:36 current kernel: uhid0: on usbus5 Feb 17 11:48:36 current root: Unknown USB device: vendor 0x046d product 0x0a10 bus uhub0 Is there any way to map them to the audio system of my FreeBSD or should I aim for devices with normal audio jacks? Thx matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu From owner-freebsd-mobile@FreeBSD.ORG Wed Feb 17 13:19:24 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3414106566B; Wed, 17 Feb 2010 13:19:24 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 6E7E88FC08; Wed, 17 Feb 2010 13:19:24 +0000 (UTC) Received: from [193.31.11.193] (helo=current.Sisis.de) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NhjoI-0006ag-K0; Wed, 17 Feb 2010 14:19:22 +0100 Received: from current.Sisis.de (current [127.0.0.1]) by current.Sisis.de (8.14.3/8.14.3) with ESMTP id o1HDJMkq002867; Wed, 17 Feb 2010 14:19:22 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by current.Sisis.de (8.14.3/8.14.3/Submit) id o1HDJMhp002866; Wed, 17 Feb 2010 14:19:22 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: current.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Wed, 17 Feb 2010 14:19:22 +0100 From: Matthias Apitz To: freebsd-mobile@freebsd.org, freebsd-usb@freebsd.org Message-ID: <20100217131922.GA2848@current.Sisis.de> References: <20100217105517.GA3757@current.Sisis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20100217105517.GA3757@current.Sisis.de> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-CURRENT (i386) X-Con-Id: 51246 X-Originating-IP: 193.31.11.193 Cc: Subject: Re: using USB based micro and speaker with FreeBSD / Skype X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2010 13:19:24 -0000 El día Wednesday, February 17, 2010 a las 11:55:17AM +0100, Matthias Apitz escribió: > > Hello, > > I'm running a 8-CURRENT on a Dell M4400 laptop, which has an internal > micro and loudspeaker which work fine with Skype. For meetings I'd like > to have better sound on my side, i.e. would like to use external > loudspeaker and microphone. I've got from our support these two USB > devices: > > microphone: > Feb 17 11:47:46 current root: Unknown USB device: vendor 0x0556 product 0x0001 bus uhub0 > Feb 17 11:47:46 current kernel: ugen5.2: at usbus5 > > loudspeaker: > Feb 17 11:48:36 current kernel: ugen5.2: at usbus5 > Feb 17 11:48:36 current kernel: uhid0: on usbus5 > Feb 17 11:48:36 current root: Unknown USB device: vendor 0x046d product 0x0a10 bus uhub0 > > Is there any way to map them to the audio system of my FreeBSD or should > I aim for devices with normal audio jacks? Follow-up: the microphone problem perhaps is related to this bug report: http://www.freebsd.org/cgi/query-pr.cgi?pr=141664 matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu From owner-freebsd-mobile@FreeBSD.ORG Wed Feb 17 18:04:57 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08C9A106566B for ; Wed, 17 Feb 2010 18:04:57 +0000 (UTC) (envelope-from ltsampros@gmail.com) Received: from mail-ew0-f225.google.com (mail-ew0-f225.google.com [209.85.219.225]) by mx1.freebsd.org (Postfix) with ESMTP id 8BBFE8FC0A for ; Wed, 17 Feb 2010 18:04:56 +0000 (UTC) Received: by ewy25 with SMTP id 25so870802ewy.3 for ; Wed, 17 Feb 2010 10:04:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:from:to :subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=NeI2Pq525sWSZynXCggX/K4L/MfbT5K8T3EPHBYwmRk=; b=QyCsPQh9MZa1a7IL4qzLYdDxN/TlWtqC4vjgK8rc9d0YLXG+9qIB3V5VYmMf89kPEc 2FPIVGgvV0D/QBxEIKVBa5QQl+DJk2haGEF2wqqshXlnmNdQj8rNBhCLoLKqtvU5yrL3 HspjfwcX8ed0hEXxHQe12KQR2hwq1+aHciI0Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=qN92YNP/U/tGbH5YiyviBOXW8for63KqdEvkH7hFdLI61nOZfkKolzLqFZrqyDLUK2 4DmwfFLf0IInRrrrVxrcw/mXNFxuyeeThzjoCWJbDGBIosHU3C2xX1D/Bi4OnMevfvXj xcRJ9inVE+rHBLBB8Q3BQzzQGos/FlKyz6hd4= Received: by 10.213.96.198 with SMTP id i6mr3307890ebn.45.1266429895340; Wed, 17 Feb 2010 10:04:55 -0800 (PST) Received: from ltsampros-laptop (ppp-94-66-41-13.home.otenet.gr [94.66.41.13]) by mx.google.com with ESMTPS id 5sm14314789eyf.6.2010.02.17.10.04.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Feb 2010 10:04:54 -0800 (PST) Sender: Leonidas Tsampros Received: by ltsampros-laptop (Postfix, from userid 1000) id E8856426D0; Wed, 17 Feb 2010 20:04:50 +0200 (EET) From: ltsampros To: freebsd-mobile@freebsd.org References: <87mxza2n5d.fsf@bifteki.lan> Date: Wed, 17 Feb 2010 20:04:50 +0200 In-Reply-To: (Rui Paulo's message of "Tue, 16 Feb 2010 11:25:13 +0000") Message-ID: <87k4ubn3gd.fsf@bifteki.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: problem with Atheros 9280 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2010 18:04:57 -0000 Rui Paulo writes: > On 15 Feb 2010, at 21:40, ltsampros wrote: > >> >> >> I have an Acer Ferrari One netbook (really, don't laugh on the Ferrari >> badge), and it's wireless chipset is picked up by the atheros driver >> correctly: >> >> Feb 15 00:05:14 kernel: ath0: mem 0xf0000000-0xf000ffff irq 19 at device 0.0 on pci9 >> Feb 15 00:05:14 kernel: ath0: [ITHREAD] >> Feb 15 00:05:14 kernel: ath0: AR9280 mac 128.2 RF5133 phy 13.0 >> >> The above tests were done on 9-CURRENT with last update on Sun Feb 14 >> 20:10:41 and built on Sun Feb 14 23:10:04 EET 2010 with a default >> GENERIC kernel. >> >> The configuration I have in rc.conf is the following: >> >> wlans_ath0="wlan0" >> ifconfig_wlan0="WPA DHCP" >> >> and in wpasuppicant.conf: >> >> network={ >> ssid="philips" >> psk="super-secret-key" >> } >> >> Upon booting the machine the following entries are found and the wlan0 >> interface has not associated with the ssid: >> >> Feb 15 20:17:34 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:17:44 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:17:56 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:18:09 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:18:21 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:18:34 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:18:46 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:18:59 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:19:11 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:19:24 kernel: ath0: device timeout >> Feb 15 20:19:36 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:19:49 kernel: ath0: device timeout >> Feb 15 20:20:01 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:20:14 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:20:26 kernel: ath0: device timeout >> Feb 15 20:20:39 kernel: ath0: device timeout >> Feb 15 20:20:51 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:21:03 kernel: ath0: bb hang detected (0x80) >> Feb 15 20:21:16 kernel: ath0: device timeout >> >> Am I doing something wrong here? Upon request I can provide debugging >> interface taken with: >> >> hw.ath.debug=0xffffffff >> hw.ath.hal.debug=0xffffffff >> >> I hope I'm not doing something wrong. Thanks for the help. > > I fixed these yesterday. Please update your SVN sources and try again. > Thanks! It seems to work now! > -- > Rui Paulo > > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" From owner-freebsd-mobile@FreeBSD.ORG Thu Feb 18 12:01:56 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49B0D1065679 for ; Thu, 18 Feb 2010 12:01:56 +0000 (UTC) (envelope-from nicholassmckenzie@gmail.com) Received: from mail-pz0-f179.google.com (mail-pz0-f179.google.com [209.85.222.179]) by mx1.freebsd.org (Postfix) with ESMTP id 213EC8FC1B for ; Thu, 18 Feb 2010 12:01:55 +0000 (UTC) Received: by pzk9 with SMTP id 9so540121pzk.28 for ; Thu, 18 Feb 2010 04:01:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=TwPnF+hCw2XT0HcR1oNB1XQg55OZyUbeSKhbmbbax+8=; b=f+Gw5DdiQZWVkuPEFcSRtXlrjeJUTWwiGdYAlmdFpl1oX8ugh+4Eyr7GBzf507zuNH vyOC1sp+yHoI2fNXMoK5k2XCLFsKyGWnw4mLtEKIdzxxWGKzTFmxlhjwat+L1/0UaYM2 GxB0B117JH0rqKXnc7L1rLcqOnBS6zCevO0NM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=iLbBdV3f0rRDat2b4QAvKtOBwFPk8HHZRQAPkf/BD/W/I+OS1jTqrPfGNsxV+tPfCr mNBsHFEggLf+8sV3fJP4MtrDDnS7g9fppnnbMElzV3n+caDtrYEtaQVvTFBUZmsm22xd BHmbi9JPPqvBsLmBCDhGT4uhyc24LGfJbuOmU= MIME-Version: 1.0 Received: by 10.115.64.5 with SMTP id r5mr6353797wak.183.1266492956171; Thu, 18 Feb 2010 03:35:56 -0800 (PST) From: Nicholas McKenzie Date: Thu, 18 Feb 2010 03:35:36 -0800 Message-ID: To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Weird right click issues when using freebsd synaptics driver X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2010 12:01:56 -0000 When I use the right click on my synaptics touch pad on my HP dv5-1004nr, it sometimes works properly, but other times i get weird errors. I cannot use the x11-drivers/xf86-input-synaptics because it has some kind of glitch when being used with x11-drivers/xf86-video-[ati. radeon] that freezes the system. (Side note: anyone know of any workaround for this?) This leaves the only solution for enabling synaptics support in FreeBSD to add hw.psm.synaptics_support="1". Everything works beautifully except for the right mouse button. With the occasional, properly working exception, the following actions are experienced when right clicking: * Right clicking on the KDE taskbard causes it to scroll through the virtual desktops. * Right clicking in Firefox causes it to switch tabs or scroll to the top of the page, sometimes going back a page. * Right clicking in Opera causes it to scroll to the top of the page, or pop up a window that cyles through the pages (by pressing Ctrl+tab). Dmesg, loader.conf, sysctl.conf attached. The Mouse section of my xorg.conf: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" #Tried both of these: #Option "ZAxisMapping" "4 5" Option "ZAxisMapping "4 5 6 7" EndSection From owner-freebsd-mobile@FreeBSD.ORG Thu Feb 18 16:13:33 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02F2B106568D for ; Thu, 18 Feb 2010 16:13:33 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8D6098FC28 for ; Thu, 18 Feb 2010 16:13:32 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 9so1348818eyd.9 for ; Thu, 18 Feb 2010 08:13:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=KMlAEAXY8fYkFtckbvBPAjPF9M37bE7h23CcWPFO93Q=; b=vwYMpeDn0PdJsdzoiV4eJ5F4591cWQYJTXwVH8MxD2x77KdXS0x85508GsMMnHiu5d /AaKzwWhaaInq62KRlmFHifZy1LhCMFF02QUE5i5Z6w2szk/0T3yPZxnUZFpjoKUVH6T sJW6dAgQ0/zHRWrZ0UbJHenvc7esNcpkLamVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=aiqrxJSsse4RhCTbufeAyMADen6443V7W5krbHM+ewUXHoJ7bm2IcRu8UdYxF6kfLS QuVJPZqGhvLCaTx7O/kkC7HQhU02y81Fi3cqJ5I+PF7wy0cb5UdNMUDxWKGETpALP513 i0VT02/sZOR9MdDBSYCGza4uTH4vLPJo5LhDU= MIME-Version: 1.0 Received: by 10.213.0.199 with SMTP id 7mr1171870ebc.61.1266508139698; Thu, 18 Feb 2010 07:48:59 -0800 (PST) In-Reply-To: References: Date: Thu, 18 Feb 2010 09:48:59 -0600 Message-ID: <179b97fb1002180748l3464713bl26a74eb9f620d7ab@mail.gmail.com> From: Brandon Gooch To: Nicholas McKenzie Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mobile@freebsd.org Subject: Re: Weird right click issues when using freebsd synaptics driver X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2010 16:13:33 -0000 On Thu, Feb 18, 2010 at 5:35 AM, Nicholas McKenzie wrote: > When I use the right click on my synaptics touch pad on my HP dv5-1004nr, it > sometimes works properly, but other times i get weird errors. I cannot use > the x11-drivers/xf86-input-synaptics because it has some kind of glitch when > being used with x11-drivers/xf86-video-[ati. radeon] that freezes the > system. (Side note: anyone know of any workaround for this?) This leaves the > only solution for enabling synaptics support in FreeBSD to add > hw.psm.synaptics_support="1". Everything works beautifully except for the > right mouse button. With the occasional, properly working exception, the > following actions are experienced when right clicking: > * Right clicking on the KDE taskbard causes it to scroll through the virtual > desktops. > * Right clicking in Firefox causes it to switch tabs or scroll to the top of > the page, sometimes going back a page. > * Right clicking in Opera causes it to scroll to the top of the page, or pop > up a window that cyles through the pages (by pressing Ctrl+tab). > > Dmesg, loader.conf, sysctl.conf attached. The Mouse section of my xorg.conf: > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > #Tried both of these: > #Option "ZAxisMapping" "4 5" > Option "ZAxisMapping "4 5 6 7" > EndSection > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > I saw this same behavior while using moused in conjunction with built-in (non-Xorg driver) synaptics support. I had it ALMOST working, but I managed to mess up my configs experimenting and couldn't get things back to a good state :( I finally wound up setting hw.psm.synaptics_support="1", installing xf86-input-synaptics-1.1.2 from ports, doing away with my xorg.conf, and setting everything using synclient(1). Somehow, things are working much better, although it seems several features of the trackpad just don't work (such as two-finger support). -Brandon