From owner-freebsd-mobile@FreeBSD.ORG Sun Jan 15 02:18:56 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7144316A41F for ; Sun, 15 Jan 2006 02:18:56 +0000 (GMT) (envelope-from markus@brueffer.de) Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id B37C443D45 for ; Sun, 15 Jan 2006 02:18:55 +0000 (GMT) (envelope-from markus@brueffer.de) Received: from fwd32.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1ExxTq-0000G1-01; Sun, 15 Jan 2006 03:18:54 +0100 Received: from ramses.kicks-ass.net (VyvzFvZpwepu117zpTB1CrlFyl28NOWRztbvI3xihr6nnzU-6GYX40@[80.143.202.2]) by fwd32.sul.t-online.de with esmtp id 1ExxTp-0MF2Gm0; Sun, 15 Jan 2006 03:18:53 +0100 Received: from [192.168.1.100] (dslb-084-061-021-116.pools.arcor-ip.net [84.61.21.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ramses.kicks-ass.net (Postfix) with ESMTP id 1F5A6B833; Sun, 15 Jan 2006 03:18:53 +0100 (CET) Message-ID: <43C9B10C.40207@brueffer.de> Date: Sun, 15 Jan 2006 03:18:52 +0100 From: Markus Brueffer User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Tobias Roth References: <20060110175214.GA2519@droopy.unibe.ch> <43C659A5.7080904@brueffer.de> <20060112182958.20cdb395@localhost> <43C8490B.6000506@brueffer.de> <20060114094316.GA47546@staatsfeind.org> <20060114101230.GB25379@droopy.unibe.ch> In-Reply-To: <20060114101230.GB25379@droopy.unibe.ch> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ID: VyvzFvZpwepu117zpTB1CrlFyl28NOWRztbvI3xihr6nnzU-6GYX40@t-dialin.net X-TOI-MSGID: 73a88d44-c708-4366-a61f-fe3c4b4c240c Cc: mobile@freebsd.org Subject: Re: IBM Thinkpad Fan Control (acpi_ibm) 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: Sun, 15 Jan 2006 02:18:56 -0000 Tobias Roth schrieb: > On Sat, Jan 14, 2006 at 10:43:16AM +0100, Matthias Schmidt wrote: >> Hi, >> >> * Markus Brueffer wrote: >>> I have committed the patch to -CURRENT. I'll MFC it in about one week if >>> nothing goes wrong. >> Thanks for your work. I've applied the patch to a 6.0-REL system >> running on a Thinkpad T43 and the fan control works great :) > > Dito on my T43p with 6.0-STABLE. Thanks a lot! One question though: > Why is the default set to manual/fullspeed instead of automatically? > Provided that without the patch, the behaviour would be equal to > automatic mode, this breaks POLA and people might complain, or worse, > send their thinkpads to Lenovo for repair, since they don't know > why the fan is now constantly on full speed. The current patch doesn't change the system default which obviously is automatic mode. After further reading I discovered, that after boot, the embedded controller register (which the driver exports via the sysctls) may not reflect the true state of the embedded controller. On some models it reads 0x07, which translates to: "manual mode with fan level of 7", even though the embedded controller is actually in automatic mode. This is what you are seeing. I have created another patch which takes this into account and explicitly sets the embedded controller register to enable automatic mode and set level 0 for manual mode. Furthermore I have added code for re-enabling automatic mode on unloading the module. You can find it here (you need the first patch already applied): http://people.freebsd.org/~markus/ibm/acpi_ibm.c.diff-2 Markus From owner-freebsd-mobile@FreeBSD.ORG Sun Jan 15 03:34:23 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4997216A41F for ; Sun, 15 Jan 2006 03:34:23 +0000 (GMT) (envelope-from karel.miklav@siol.net) Received: from mta1.siol.net (mta1.siol.net [193.189.160.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0277843D55 for ; Sun, 15 Jan 2006 03:34:19 +0000 (GMT) (envelope-from karel.miklav@siol.net) Received: from edge1.siol.net ([10.10.10.210]) by mta1.siol.net with ESMTP id <20060115033626.FLKL4492.mta1.siol.net@edge1.siol.net> for ; Sun, 15 Jan 2006 04:36:26 +0100 Received: from [192.168.0.149] (really [86.61.108.211]) by edge1.siol.net with ESMTP id <20060115033417.MAAF19229.edge1.siol.net@[192.168.0.149]> for ; Sun, 15 Jan 2006 04:34:17 +0100 Message-ID: <43C9C2B5.6090503@siol.net> Date: Sun, 15 Jan 2006 04:34:13 +0100 From: Karel Miklav User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051109) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Instalation problem on ThinkPad X40 without peripherials 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: Sun, 15 Jan 2006 03:34:23 -0000 I've spent this night trying to install FreeBSD 6.0 on a ThinkPad X40 notebook. The problem is, I've got it without any removable storage so I first tried to boot from the USB memory key. I've build a bootable USB key with FAT filesystem using utility from HP (http://h18007.www1.hp.com/support/files/hpcpqdt/us/download/20306.html). Then I copied the contents of the bootonly ISO and contents of ftp://.../pub/FreeBSD/tools/bsdboot to it, booted DOS and entered: tools\bsdboot -f boot\kernel\kernel This started the boot proces which printed some numbers and crashed after two or three seconds. If someone has any idea what could be wrong, how can I do it another way or something, I'd be very glad to hear about it. -- Regards, Karel Miklav From owner-freebsd-mobile@FreeBSD.ORG Sun Jan 15 05:32:09 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FC4616A41F for ; Sun, 15 Jan 2006 05:32:09 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 377E843D48 for ; Sun, 15 Jan 2006 05:32:05 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from nimnet.asn.au (2b04abafdcc8d83656a2a89e5f4943a1@dialup1.nimnet.asn.au [203.41.52.161]) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.4) with ESMTP id QAA10713 for ; Sun, 15 Jan 2006 16:32:01 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Sender: smithi@nimnet.asn.au Message-ID: <43C9DE45.CBFA4842@nimnet.asn.au> Date: Sun, 15 Jan 2006 16:31:49 +1100 From: Ian Smith Organization: Nimbin Network Association X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en, en-GB, en-US MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Compaq Armada 1500c with ext USB drive 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: Sun, 15 Jan 2006 05:32:09 -0000 Hello mobiliscenti, $subject running 4.5-RELEASE since 2002, no problems but perenially full 4GB drive and way-too-ancient wi for newer cards: past time to upgrade. 5.4 CDs and new 40GB drive arriving in a few days. In the meanwhile have borrowed an external USB 2.5" 20GB drive for hopefully clean full backup, but after much struggle and study I just can't get it to go despite USB and SCSI attachment seeming fine. Always, bottom line, 'Unit not ready'. The external USB drive is recognised, attached and works fine on 2 'doze boxes, a '98 desktop and a modern Compaq laptop running XP; on the former I created a FAT32 first partition and copied a few files onto it. Relevant extracts from dmesg.boot are below, but first I'll describe the problem appearance; perhaps someone will recognise it straight up? This is using an added USB 4 port powered hub, the ext drive having an extra power-only USB plug reportedly needed by some USB systems; no difference: Jan 15 15:36:41 paqi /kernel: uhub1: Genesys Logic, Inc. USB2.0 Hub, class 9/0, rev 2.00/6.0b, addr 2 Jan 15 15:36:41 paqi /kernel: uhub1: 4 ports with 4 removable, self powered Adding the drive: Jan 15 15:40:18 paqi /kernel: umass0: Genesys Logic, Inc. USB TO IDE, rev 2.00/0.02, addr 3 Jan 15 15:40:18 paqi /kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Jan 15 15:40:18 paqi /kernel: da0: Fixed Direct Access SCSI-0 device Jan 15 15:40:18 paqi /kernel: da0: 650KB/s transfers Jan 15 15:40:18 paqi /kernel: da0: 19077MB (39070080 512 byte sectors: 64H 32S/T 19077C) paqi# camcontrol rescan da0 Re-scan of bus 0 was successful paqi# usbdevs -v Controller /dev/usb0: addr 1: self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 0x0100 port 1 addr 2: self powered, config 1, USB2.0 Hub(0x0605), Genesys Logic, Inc.(0x05e3), rev 0x060b port 1 addr 3: self powered, config 1, USB TO IDE(0x0702), Genesys Logic, Inc.(0x05e3), rev 0x0002 port 2 powered port 3 powered port 4 powered port 2 powered paqi# camcontrol devlist -v scbus0 on umass-sim0 bus 0: at scbus0 target 0 lun 0 (da0,pass0) scbus-1 on xpt0 bus 0: < > at scbus-1 target -1 lun -1 (xpt0) paqi# camcontrol negotiate da0 -v Current Parameters: umass-sim0: SIM/HBA version: 1 umass-sim0: HBA engine count: 0 umass-sim0: maximum target: 32 umass-sim0: maximum LUN: 0 umass-sim0: highest path ID in subsystem: 0 umass-sim0: initiator ID: 32 umass-sim0: SIM vendor: FreeBSD umass-sim0: HBA vendor: USB SCSI umass-sim0: bus ID: 0 umass-sim0: base transfer speed: 650000KB/sec paqi# camcontrol tur da0 Unit is not ready paqi# fdisk da0 fdisk: can't open device /dev/da0 Jan 15 15:45:33 paqi /kernel: (da0:umass-sim0:0:0:0): . CDB: 8 0 0 0 1 0 Jan 15 15:45:33 paqi /kernel: (da0:umass-sim0:0:0:0): ILLEGAL REQUEST asc:24,0 Jan 15 15:45:33 paqi /kernel: (da0:umass-sim0:0:0:0): Jan 15 15:45:33 paqi /kernel: da0: reading primary partition table: error reading fsbn 0 .. which is what happens on any attempt to read from the drive. I added SCSI debugging to the kernel and can bombard you with voluminous reports while having debug enabled, but it always comes back to the above; for some reason the drive is not being made ready, or not being seen as such. Any clues? Cheers, Ian ======= relevant extracts from dmesg.boot ======= FreeBSD 4.5-RELEASE #1: Mon Dec 26 00:30:19 EST 2005 root@paqi.nimnet.asn.au:/usr/src/sys/compile/PAQI_2 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (300.01-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x66a Stepping = 10 Features=0x183f9ff real memory = 167772160 (163840K bytes) avail memory = 158973952 (155248K bytes) Preloaded elf kernel "kernel" at 0xc0406000. pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1020-0x102f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 uhci0: port 0x1000-0x101f irq 11 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ad0: 4108MB [8905/15/63] at ata0-master UDMA33 acd0: CDROM at ata0-slave using PIO4 Mounting root from ufs:/dev/ad0s4a ======= From owner-freebsd-mobile@FreeBSD.ORG Sun Jan 15 23:26:25 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD2216A41F for ; Sun, 15 Jan 2006 23:26:25 +0000 (GMT) (envelope-from kkowalik@uci.agh.edu.pl) Received: from galaxy.agh.edu.pl (galaxy.agh.edu.pl [149.156.96.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id D49C843D45 for ; Sun, 15 Jan 2006 23:26:24 +0000 (GMT) (envelope-from kkowalik@uci.agh.edu.pl) Received: by galaxy.agh.edu.pl (Postfix, from userid 1001) id C6829F30; Mon, 16 Jan 2006 00:26:22 +0100 (CET) Date: Mon, 16 Jan 2006 00:26:22 +0100 From: Krzysztof Kowalik To: Karel Miklav Message-ID: <20060115232622.GA9042@uci.agh.edu.pl> References: <43C9C2B5.6090503@siol.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43C9C2B5.6090503@siol.net> Cc: freebsd-mobile@freebsd.org Subject: Re: Instalation problem on ThinkPad X40 without peripherials 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: Sun, 15 Jan 2006 23:26:25 -0000 Karel Miklav wrote: > I've spent this night trying to install FreeBSD 6.0 on a ThinkPad X40 > [...] > If someone has any idea what could be wrong, how can I do it another > way or something, I'd be very glad to hear about it. Did you consider PXE-booting it and then installing from an FTP source? That's what I did on my X40 and it worked fine. -- Krzysztof Kowalik | () ASCII Ribbon Campaign Computer Center, AGH UST | /\ Support plain text e-mail From owner-freebsd-mobile@FreeBSD.ORG Tue Jan 17 01:29:22 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1010C16A41F for ; Tue, 17 Jan 2006 01:29:22 +0000 (GMT) (envelope-from karel@lovetemple.net) Received: from mta1.siol.net (mta1.siol.net [193.189.160.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 902FC43D46 for ; Tue, 17 Jan 2006 01:29:15 +0000 (GMT) (envelope-from karel@lovetemple.net) Received: from edge1.siol.net ([10.10.10.210]) by mta1.siol.net with ESMTP id <20060117013116.TRWB4492.mta1.siol.net@edge1.siol.net>; Tue, 17 Jan 2006 02:31:16 +0100 Received: from [192.168.0.149] (really [194.165.121.181]) by edge1.siol.net with ESMTP id <20060117012859.DPH19229.edge1.siol.net@[192.168.0.149]>; Tue, 17 Jan 2006 02:28:59 +0100 Message-ID: <43CC4850.6080906@lovetemple.net> Date: Tue, 17 Jan 2006 02:28:48 +0100 From: Karel Miklav User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051109) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Krzysztof Kowalik , freebsd-mobile@freebsd.org References: <43C9C2B5.6090503@siol.net> <20060115232622.GA9042@uci.agh.edu.pl> In-Reply-To: <20060115232622.GA9042@uci.agh.edu.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Instalation problem on ThinkPad X40 without peripherials 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, 17 Jan 2006 01:29:22 -0000 Krzysztof Kowalik wrote: > Did you consider PXE-booting it and then installing from an FTP > source? That's what I did on my X40 and it worked fine. Thank you very much for your suggestion Krzysztof. That was my plan B, as it looked rather complicated. I created a 248MB virtual disk, installed FreeBSD on it via QEMU and then dd it to the USB memory stick. I was able to boot my X40 from this stick, devices were recognized, everything looked great. So I run sysinstall and started FTP installation to ThinPad disk's second slice. I don't know exactly what went wrong, but after reboot there was no FreeBSD on any slice of ad0 :) I'll try my luck tomorrow. -- Regards, Karel Miklav From owner-freebsd-mobile@FreeBSD.ORG Tue Jan 17 01:02:50 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EAD916A41F for ; Tue, 17 Jan 2006 01:02:50 +0000 (GMT) (envelope-from dumitru.roman@deri.org) Received: from smtp.uibk.ac.at (lmr1.uibk.ac.at [138.232.1.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7642D43D46 for ; Tue, 17 Jan 2006 01:02:48 +0000 (GMT) (envelope-from dumitru.roman@deri.org) Received: from [172.20.1.5] (c703-deri12.uibk.ac.at [138.232.65.152]) by smtp.uibk.ac.at (8.12.11/8.12.11/F1) with ESMTP id k0H12W2t021169 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 Jan 2006 02:02:32 +0100 Message-ID: <43CC4227.6040002@deri.org> Date: Tue, 17 Jan 2006 02:02:31 +0100 From: Titi Roman User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: swws-interest@w3c.org.kr, kweb-all@lists.deri.org, dip-all@lists.deri.org, freebsd-mobile@freebsd.org, sekt@aifb.uni-karlsruhe.de, sem-grd@gridforum.org, public-sws-ig@w3.org, TECHNEWS@LISTSERV.ACM.ORG, public-ddwg@w3.org, CHI-ANNOUNCEMENTS@listserv.acm.org, isworld@lyris.isworld.org, www-ws@w3.org Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -5.8 () ALL_TRUSTED,RCV_SMTP_UIBK X-Scanned-By: MIMEDefang 2.52 at uibk.ac.at on 138.232.1.140 X-Mailman-Approved-At: Tue, 17 Jan 2006 14:16:05 +0000 Cc: Subject: cfp: Mobile Services and Ontologies Workshop (MoSO 2006) 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, 17 Jan 2006 01:02:50 -0000 ***Apologies for multiple postings*** Call for Submissions ----------------------------------------------------------------------------------------------- Mobile Services and Ontologies Workshop (MoSO 2006) http://www.deri.at/events/workshops/mdm2006/ at The 7th International Conference on Mobile Data Management (MDM'06) http://www.mdm2006.kddilabs.jp/ May 9, 2006, Nara, Japan -------------------------------------------------------- THEME OF THE WORKSHOP The theme of the workshop is the intersection of three major trends in today’s computing: * mobile computing becomes more and more important. Mobile portable devices have outnumbered already traditional desktop computers and will mould the view of computers future generations will have. * service-oriented computing is viewed by many analysts as the computing paradigm of the near future. It allows for the dynamic integration of functionality provided by different parties. * research on ontologies, in particular in connection with work on the semantic web and semantic web services allows for machine understandable description of functionality and for automatic interaction of devices without the need for human involvement. The proposed workshop investigates how mobile computing can benefit from service-orientation and ontologies and vice versa. The vision is to extend the typically rather limited capabilities of mobile devices by using services offered by other devices, network providers or third parties. Adding ontologies to this scenario allows this extension to be transparent to the human user. GENERAL OVERVIEW Today, computers are changing from big, grey, and noisy things on our desks to small, portable, and ever networked devices most of us are carrying around. This new form of mobility imposes a shift in how we view computers and the way we work with them. In developing countries like India and China ‘Mobile Internet’ can become the only Internet a large portion of population will get access to. Services offer the possibility to overcome the limitations of individual mobile devices by making functionality offered by others available to them on an “as-needed” basis. Thus, using the service-oriented computing paradigm in mobile environments will considerably enlarge the variety of accessible applications and will enable new business opportunities in the mobile space by delivering integrated functionalities across wireless networks. Network hosted mobile services will allow mobile operators and third party mobile services provider to extend their businesses by making their network services available to a broader audience (e.g. developers, service providers, etc.); device hosted service will allow great potential for big innovations for applications and services that can be provided by individual mobile device owners. These mobile services offer functionalities and behaviors that can be described, advertised, discovered, and composed by others. Eventually, they will be able to interoperate even though they have not been designed to work together. This type of interoperability is based on the ability to understand other services and reason about their functionalities and behaviors when necessary. In this respect, mobile services can benefit from marrying the Semantic Web, which provides the infrastructure for the extensive usage of distributed knowledge, to be deployed for modeling services and add meaning, through ontologies, enabling lightweight discovery and composition of mobile services. The ability to appropriately combine mobility and semantic grounded data sharing has generated and is continuously triggering challenging questions in several areas of computer science, engineering and networking. This workshop aims to tackle the research problems around methods, concepts, models, languages and technologies that enable new opportunities in the mobile space through adoption, usage, and integration of mobile services and ontologies. Of particular interest are the methodologies and technologies that would allow automatic tasks to be performed with respect to mobile services and the use of ontologies in this context. This proposed workshop aims to bring together researchers and industry attendees addressing many of these issues, and promote and foster a greater understanding of mobile service and ontologies and their potential in enabling new business opportunities in the mobile space. TOPICS The following indicates the general focus of the workshop. However, related contributions are welcome as well. - architectures for mobile internet services - languages for describing mobile services - discovery and matchmaking of ontology based mobile services - adaptive selection of mobile services - ontology management in mobile environments - contracting and negotiation with ontology-based mobile services (service level agreements) - approaches to composition of ontology based mobile services - invocation, adaptive execution, monitoring, and management of mobile services - interaction protocols and conversation models for mobile services - ontology-based security and privacy issues in mobile services - mobile service applications - analysis and design approaches for mobile services - reasoning with mobile services - ontology-based policies for mobile services - tools for discovery, matchmaking, selection, mediation, composition, management, and monitoring of mobile services - mobile service development - multi agent systems and mobile services WORKSHOP FORMAT AND ATTENDANCE The program will occupy a full day, and will include presentations of papers selected from the full papers category (see 'submissions' below). Please note that at least one author of each accepted submission must attend the workshop. The MDM 2006 conference formalities are applied for fees and respective organizational aspects. Submission of a paper is not required for attendance at the workshop. However, in the event that the workshop cannot accommodate all who would like to participate, those who have submitted a paper (in any category) will be given priority for registration. SUBMISSIONS Two categories of submissions are solicited: (1) Full papers (up to 8 pages). (2) Position papers (up to 2 pages). All submissions should be formatted in the IEEE style. Formatting instructions and LaTeX macros are available on the IEEE computer society site: LaTex macros: ftp://pubftp.computer.org/Press/Outgoing/proceedings/IEEE_CS_Latex.zip Formatting instructions: ftp://pubftp.computer.org/Press/Outgoing/proceedings/instruct.doc ftp://pubftp.computer.org/Press/Outgoing/proceedings/instruct.pdf ftp://pubftp.computer.org/Press/Outgoing/proceedings/instruct.ps All the papers should be submitted in electronic format (pdf version) using the following link: http://www.easychair.org/MOSO06/submit/. Full papers will receive a peer-review. Position statements are intended to present very early or planned future work that is regarded as relevant to the workshop. Position statements are limited to 2 pages; position statements will not receive a peer-review. All accepted full papers as well as all position papers of attendees will be published in post workshop proceedings in IEEE DL. Additionally, authors of selected papers will have the opportunity to submit extended versions of their papers for publication with a major publisher. For these extended versions, an additional review will take place. IMPORTANT DATES Submissions: February 6, 2006 Acceptance: March 13, 2006 Final copy: April 1, 2006 Workshop day: May 9, 2006 ORGANIZING COMMITTEE Christoph Bussler (DERI, Ireland) Birgitta König-Ries (Friedrich-Schiller-Universität Jena, Germany) Dumitru Roman (DERI Innsbruck, Austria) Jari Veijalainen (University of Potsdam, Germany) PROGRAM COMMITTEE (confirmed; to be extended) Nelson Baloyian, University of Chile, Chile Martin Bauer, NEC Europe, Germany Sonia Ben Mokhtar, INRIA, France Richard Benjamins, iSOCO, Spain Yolande Berbers, Katholieke Universiteit Leuven, Belgium Patricia Charlton, Motorola Labs, UK John Domingue, Open University, UK Dieter Fensel, DERI, Austria and Ireland Fabien Gandon, INRIA Sophia Antipolis, France Walter Goix, Telecom Italia, Italy Martin Hepp, DERI Innsbruck, Austria Eero Hyvönen, Helsinki Univ. of Technology, Finland Valérie Issarny, INRIA, France Christian Jensen, Aalborg University, Denmark Qun Jin, Waseda University, Japan Oskar Juhlin, Interactive Institute, Sweden Michael Klein, Universität Karlsruhe, Germany Werner Kuhn, University of Münster, Germany Antonio Liotta, University of Essex, UK Qusay H. Mahmoud, University of Guelph, Canada Mitsuji Matsumoto, Waseda University, Japan Vladimir Oleshchuk, Agder University College, Norway Massimo Paolucci, DoCoMo Euro-Labs, Germany Stefan Poslad, Queen Mary College, UK Tore Risch, Uppsala University, Sweden Brahmananda Sapkota, DERI, Ireland Steffen Staab, University of Koblenz-Landau, Germany Thomas Strang, DLR, Germany / DERI Innsbruck, Austria Do van Thanh, Telenor, Norway Vagan Terziyan, Univ. of Jyvaskyla, Finland Ioan Toma, DERI Innsbruck, Austria Alexander Wahler, NIWA, Austria Matthias Wagner, DoCoMo Euro-Labs, Germany Mathias Weske, HPI, Univ. of Potsdam, Germany Wai Gen Yee, Illinois Institute of Technology, USA Yelena Yesha, University of Maryland, USA Note: Check the workshop web site for frequent updates to the PC members list. From owner-freebsd-mobile@FreeBSD.ORG Tue Jan 17 19:57:46 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E864C16A422 for ; Tue, 17 Jan 2006 19:57:46 +0000 (GMT) (envelope-from francoisk777@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC3843D5D for ; Tue, 17 Jan 2006 19:57:41 +0000 (GMT) (envelope-from francoisk777@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so17614uge for ; Tue, 17 Jan 2006 11:57:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OkBA/woN0+els6vyC1sydaM5ds4LhmT5yBlNbImfoO8H2Wl0qoapuesVxddmzTzB2WVOUijJOlXHM55wCdI9Yk2ZCaObtJz+C9sG4Zj6DBZb66say9fb2hhxlHNXURDrMOy5Sa3sVo9CJrAGRZ4iT21cSf8DoZHroHwdHPsxATo= Received: by 10.49.88.19 with SMTP id q19mr319372nfl; Tue, 17 Jan 2006 06:05:36 -0800 (PST) Received: by 10.48.249.20 with HTTP; Tue, 17 Jan 2006 06:05:35 -0800 (PST) Message-ID: <3cc1a1cc0601170605k77dc519cp@mail.gmail.com> Date: Tue, 17 Jan 2006 14:05:35 +0000 From: Francois Kritzinger To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: DWL-G520 rev. b3 (AR5213 chipset) 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, 17 Jan 2006 19:57:47 -0000 Hi Is this card (DWL-G520 rev. b3 with the AR5213 chipset ) supported in 6.0 yet? Because it doesn't appear to be: ---------------------------------------------- pciconf -lv: ath0@pci0:6:0:=09class=3D0x020000 card=3D0x3a131186 chip=3D0x0013168c rev= =3D0x01 hdr=3D0x00 vendor =3D 'Atheros Communications Inc.' device =3D 'AR5213 802.11a/b/g Wireless Adapter' class =3D network subclass =3D ethernet dmesg: ath0: mem 0xdffe0000-0xdffeffff irq 17 at device 6.0 on pci0 ath0: unable to attach hardware; HAL status 13 device_attach: ath0 attach returned 6 ---------------------------------------------- If not, will it be sometime soon? Also, the reason I bought this card was because ath(4) explicitly says that the DWL-G520 rev. b works in 5.4 and 6.0, which is a lie in the case of rev. b3, so someone should update this manpage. Of course, this was probably before D-LInk decided to upgrade this card's chipset to the AR5213 (the manpage thinks this card has the AR5212 chipset). Thanks. P.S. The above output was generated in FreeBSD 5.4-RELEASE, but I did download and boot the 6.0-RELEASE CD (didn't install), and dmesg there gave the same output. From owner-freebsd-mobile@FreeBSD.ORG Tue Jan 17 20:04:20 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ABFC16A41F for ; Tue, 17 Jan 2006 20:04:20 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F60E43D46 for ; Tue, 17 Jan 2006 20:04:18 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id k0HK4Ho7012200 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 Jan 2006 12:04:17 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <43CD4E26.1000402@errno.com> Date: Tue, 17 Jan 2006 12:05:58 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051227) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Francois Kritzinger References: <3cc1a1cc0601170605k77dc519cp@mail.gmail.com> In-Reply-To: <3cc1a1cc0601170605k77dc519cp@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-mobile@freebsd.org Subject: Re: DWL-G520 rev. b3 (AR5213 chipset) 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, 17 Jan 2006 20:04:20 -0000 Francois Kritzinger wrote: > Hi > > Is this card (DWL-G520 rev. b3 with the AR5213 chipset ) supported in > 6.0 yet? Because it doesn't appear to be: > > ---------------------------------------------- > pciconf -lv: > ath0@pci0:6:0: class=0x020000 card=0x3a131186 chip=0x0013168c rev=0x01 hdr=0x00 > vendor = 'Atheros Communications Inc.' > device = 'AR5213 802.11a/b/g Wireless Adapter' > class = network > subclass = ethernet > > dmesg: > ath0: mem 0xdffe0000-0xdffeffff irq 17 at device 6.0 on pci0 > ath0: unable to attach hardware; HAL status 13 > device_attach: ath0 attach returned 6 > ---------------------------------------------- > > If not, will it be sometime soon? > > Also, the reason I bought this card was because ath(4) explicitly says > that the DWL-G520 rev. b works in 5.4 and 6.0, which is a lie in the > case of rev. b3, so someone should update this manpage. Of course, > this was probably before D-LInk decided to upgrade this card's chipset > to the AR5213 (the manpage thinks this card has the AR5212 chipset). There's a hal out for test at www.freebsd.org/~sam; it should handle the part. See previous postings from me to current@. Sam From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 18 10:31:51 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B256E16A41F for ; Wed, 18 Jan 2006 10:31:51 +0000 (GMT) (envelope-from francoisk777@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8B643D5C for ; Wed, 18 Jan 2006 10:31:50 +0000 (GMT) (envelope-from francoisk777@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so244034uge for ; Wed, 18 Jan 2006 02:31:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p6X5cHOkVenbL+AdlDQ+IcT0WUdRZajEn4ZILtBVqW0J1nSxnsAD3QBtymUST3R9H0chI+OtfvZrNMDD2Oxli5nLUF0c7IRM+PPiJ1m4oY1pVQ9znlLjr3yZdbiLq/0DfXjxVxIzq1dW4PayxP3LGMpZY++fMpEI1pgmJFD43dY= Received: by 10.48.4.9 with SMTP id 9mr402496nfd; Wed, 18 Jan 2006 02:07:10 -0800 (PST) Received: by 10.48.249.20 with HTTP; Wed, 18 Jan 2006 02:07:10 -0800 (PST) Message-ID: <3cc1a1cc0601180207l795883e7l@mail.gmail.com> Date: Wed, 18 Jan 2006 10:07:10 +0000 From: Francois Kritzinger To: Sam Leffler In-Reply-To: <43CD4E26.1000402@errno.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <3cc1a1cc0601170605k77dc519cp@mail.gmail.com> <43CD4E26.1000402@errno.com> Cc: freebsd-mobile@freebsd.org Subject: Re: DWL-G520 rev. b3 (AR5213 chipset) 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, 18 Jan 2006 10:31:51 -0000 Cool, but will this patch work against 6.0-RELEASE? On 17/01/06, Sam Leffler wrote: > Francois Kritzinger wrote: > > Hi > > > > Is this card (DWL-G520 rev. b3 with the AR5213 chipset ) supported in > > 6.0 yet? Because it doesn't appear to be: > > > > ---------------------------------------------- > > pciconf -lv: > > ath0@pci0:6:0: class=3D0x020000 card=3D0x3a131186 chip=3D0x00131= 68c rev=3D0x01 hdr=3D0x00 > > vendor =3D 'Atheros Communications Inc.' > > device =3D 'AR5213 802.11a/b/g Wireless Adapter' > > class =3D network > > subclass =3D ethernet > > > > dmesg: > > ath0: mem 0xdffe0000-0xdffeffff irq 17 at device 6.0 on = pci0 > > ath0: unable to attach hardware; HAL status 13 > > device_attach: ath0 attach returned 6 > > ---------------------------------------------- > > > > If not, will it be sometime soon? > > > > Also, the reason I bought this card was because ath(4) explicitly says > > that the DWL-G520 rev. b works in 5.4 and 6.0, which is a lie in the > > case of rev. b3, so someone should update this manpage. Of course, > > this was probably before D-LInk decided to upgrade this card's chipset > > to the AR5213 (the manpage thinks this card has the AR5212 chipset). > > There's a hal out for test at www.freebsd.org/~sam; it should handle the > part. See previous postings from me to current@. > > Sam > > > From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 18 16:51:20 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FD3B16A41F for ; Wed, 18 Jan 2006 16:51:20 +0000 (GMT) (envelope-from francoisk777@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BF3943D46 for ; Wed, 18 Jan 2006 16:51:18 +0000 (GMT) (envelope-from francoisk777@gmail.com) Received: by uproxy.gmail.com with SMTP id j3so354106ugf for ; Wed, 18 Jan 2006 08:51:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MTrEmS+w2I9TdUpKjoOs+FGhpYWfg/Jqn8MLkdNN17z5gEEAaM7P+zSOCTWEDK0im74XeHcOLRLuYKU10akAukBSZXnVVPMHauSoBxbMG7T/l/bOyzowZXe3DpO4Z1kklbyED48mgulEP7+6q3z5sjPpFVevOFNclLXvgn9iM3I= Received: by 10.49.11.6 with SMTP id o6mr429492nfi; Wed, 18 Jan 2006 07:53:23 -0800 (PST) Received: by 10.48.249.20 with HTTP; Wed, 18 Jan 2006 07:53:23 -0800 (PST) Message-ID: <3cc1a1cc0601180753s3808a3b0g@mail.gmail.com> Date: Wed, 18 Jan 2006 15:53:23 +0000 From: Francois Kritzinger To: Sam Leffler In-Reply-To: <3cc1a1cc0601180207l795883e7l@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <3cc1a1cc0601170605k77dc519cp@mail.gmail.com> <43CD4E26.1000402@errno.com> <3cc1a1cc0601180207l795883e7l@mail.gmail.com> Cc: freebsd-mobile@freebsd.org Subject: Re: DWL-G520 rev. b3 (AR5213 chipset) 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, 18 Jan 2006 16:51:20 -0000 No worries, forgot to have a look at those posts of yours you mentioned. Thanks :) On 18/01/06, Francois Kritzinger wrote: > Cool, but will this patch work against 6.0-RELEASE? > > On 17/01/06, Sam Leffler wrote: > > Francois Kritzinger wrote: > > > Hi > > > > > > Is this card (DWL-G520 rev. b3 with the AR5213 chipset ) supported i= n > > > 6.0 yet? Because it doesn't appear to be: > > > > > > ---------------------------------------------- > > > pciconf -lv: > > > ath0@pci0:6:0: class=3D0x020000 card=3D0x3a131186 chip=3D0x001= 3168c rev=3D0x01 hdr=3D0x00 > > > vendor =3D 'Atheros Communications Inc.' > > > device =3D 'AR5213 802.11a/b/g Wireless Adapter' > > > class =3D network > > > subclass =3D ethernet > > > > > > dmesg: > > > ath0: mem 0xdffe0000-0xdffeffff irq 17 at device 6.0 o= n pci0 > > > ath0: unable to attach hardware; HAL status 13 > > > device_attach: ath0 attach returned 6 > > > ---------------------------------------------- > > > > > > If not, will it be sometime soon? > > > > > > Also, the reason I bought this card was because ath(4) explicitly say= s > > > that the DWL-G520 rev. b works in 5.4 and 6.0, which is a lie in the > > > case of rev. b3, so someone should update this manpage. Of course, > > > this was probably before D-LInk decided to upgrade this card's chipse= t > > > to the AR5213 (the manpage thinks this card has the AR5212 chipset). > > > > There's a hal out for test at www.freebsd.org/~sam; it should handle th= e > > part. See previous postings from me to current@. > > > > Sam > > > > > > > From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 18 17:59:51 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4FDD16A41F for ; Wed, 18 Jan 2006 17:59:51 +0000 (GMT) (envelope-from lftoledo@vipway.com.br) Received: from poseidon.vipway.com.br (poseidon.vipway.com.br [200.210.198.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F27B43D45 for ; Wed, 18 Jan 2006 17:59:50 +0000 (GMT) (envelope-from lftoledo@vipway.com.br) Received: (qmail 47940 invoked from network); 18 Jan 2006 16:02:47 -0000 Received: from 200.210.198.135 by poseidon.vipway.com.br (envelope-from , uid 82) with qmail-scanner-1.25 (uvscan: v4.4.00/v4587. spamassassin: 3.1.0. Clear:RC:1(200.210.198.135):. Processed in 0.543458 secs); 18 Jan 2006 16:02:47 -0000 Received: from unknown (HELO ?172.16.0.5?) (200.210.198.135) by poseidon.vipway.com.br with SMTP; 18 Jan 2006 16:02:46 -0000 Message-ID: <43CE65BF.2070706@vipway.com.br> Date: Wed, 18 Jan 2006 15:58:55 +0000 From: Luiz Fernando User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: HAL status 3 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, 18 Jan 2006 17:59:52 -0000 Hi guys, I'm using FreeBSD 6.0 stable and I'm trying to use a atheros card, but i got always the same msg. ath0: mem 0xa0010000-0xa001ffff irq 11 at device 14.0 on pci0 ath0: [GIANT-LOCKED] ath0: unable to attach hardware; HAL status 3 I've search by google and found that puting this line in /boot/loader.conf, would work, but nothing. hw.pci.allow_unsupported_io_range="1" Someone already saw it? Thanks Luiz ==============dmesg============================ Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.0-STABLE #2: Tue Jan 17 16:38:11 UTC 2006 suporte@devel.vipway.com.br:/usr/src/sys/i386/compile/SOEKRIS_6 WARNING: debug.mpsafenet forced to 0 as ipsec requires Giant WARNING: MPSAFE network stack disabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Geode(TM) Integrated Processor by National Semi (266.62-MHz 586-class CPU) Origin = "Geode by NSC" Id = 0x540 Stepping = 0 Features=0x808131 real memory = 134217728 (128 MB) avail memory = 126111744 (120 MB) ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard pcib0: pcibus 0 on motherboard pci0: on pcib0 sis0: port 0xe100-0xe1ff mem 0xa0000000-0xa0000fff irq 10 at device 6.0 on pci0 sis0: Silicon Revision: DP83816A miibus0: on sis0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sis0: Ethernet address: 00:00:24:c5:4c:64 sis0: [GIANT-LOCKED] ath0: mem 0xa0010000-0xa001ffff irq 11 at device 14.0 on pci0 ath0: [GIANT-LOCKED] ath0: unable to attach hardware; HAL status 3 device_attach: ath0 attach returned 6 Geode GPIO@ = 6100 Geode Soekris net4801 comBIOS ver. 1.28 20050529 Copyright (C) 2000-2005 isab0: port 0x6100-0x613f,0x6200-0x623f at device 18.0 on pci0 isa0: on isab0 pci0: at device 18.1 (no driver attached) atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xe000-0xe00f at device 18.2 on pci0 ata0: on atapci0 ata1: on atapci0 Geode CBA@ 0x6000 Geode rev: 06 03 Timecounter "Geode" frequency 27000000 Hz quality 1000 pci0: at device 18.5 (no driver attached) pci0: at device 19.0 (no driver attached) pmtimer0 on isa0 orm0: at iomem 0xc8000-0xd0fff on isa0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A, console sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled Timecounters tick every 1.000 msec IPsec: Initialized Security Association Processing. ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding enabled, default to accept, logging unlimited ad0: 61MB <64MB ATA Flash Disk ADAA328E> at ata0-master WDMA2 Trying to mount root from ufs:/dev/ad0a From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 19 08:21:47 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F6C816A41F for ; Thu, 19 Jan 2006 08:21:47 +0000 (GMT) (envelope-from jer755@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25CF143D48 for ; Thu, 19 Jan 2006 08:21:46 +0000 (GMT) (envelope-from jer755@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so147457nzo for ; Thu, 19 Jan 2006 00:21:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:x-mailer:thread-index:x-mimeole; b=qIhOG0223a/H2KcIsbj1Osr39BuweYkAPBxK1fcT0XIKt5M5cRkQgdcSKJYcpewplOPmD/Q50tbmOaFhcP1FNceWKDhp3XpE9pN4lqXXjba0JVD+65JyLyyHgRTJbslVXAQhPBd+BajJwlRiYHT5FCDv8egRUmPVJtqZE/cZ20w= Received: by 10.36.80.4 with SMTP id d4mr295078nzb; Thu, 19 Jan 2006 00:21:46 -0800 (PST) Received: from jerspc ( [68.115.25.243]) by mx.gmail.com with ESMTP id e1sm336040nzd.2006.01.19.00.21.40; Thu, 19 Jan 2006 00:21:44 -0800 (PST) From: "Jer Buffington" To: Date: Thu, 19 Jan 2006 02:21:34 -0600 Message-ID: <000001c61cd1$6381ee80$0300a8c0@jerspc> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcYc0Vvj2VGdRnHhRxy0jWqoUsXMlg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: re : ndis0 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, 19 Jan 2006 08:21:47 -0000 I need help with ndis. I am running 6.0, and my laptop is a gateway. I have the Broadcom drivers installed into ndis, but its not showing up in dmesg. I also added ndis_load and if_ndis_load to /boot/loader.conf. any ideas would be greatly appreciated. From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 19 11:00:50 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4644816A41F for ; Thu, 19 Jan 2006 11:00:50 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2640943D46 for ; Thu, 19 Jan 2006 11:00:48 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 4610 invoked from network); 19 Jan 2006 11:00:46 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.187.173.203]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 19 Jan 2006 11:00:46 -0000 Date: Thu, 19 Jan 2006 12:00:43 +0100 From: Fabian Keil To: "Jer Buffington" Message-ID: <20060119120043.67a09a52@localhost> In-Reply-To: <000001c61cd1$6381ee80$0300a8c0@jerspc> References: <000001c61cd1$6381ee80$0300a8c0@jerspc> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.6; i386-portbld-freebsd6.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_k9yf3ByUyq3WFgWDECLZENk; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-mobile@freebsd.org Subject: Re: re : ndis0 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, 19 Jan 2006 11:00:50 -0000 --Sig_k9yf3ByUyq3WFgWDECLZENk Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "Jer Buffington" wrote: > I need help with ndis. I am running 6.0, and my laptop is a gateway. > I have the Broadcom drivers installed into ndis, but its not showing > up in dmesg. I also added ndis_load and if_ndis_load > to /boot/loader.conf. any ideas would be greatly appreciated. Did you use ndisgen? Loading if_ndis and ndis isn't sufficient. You need to load the Broadcom driver module as well.=20 Fabian --=20 http://www.fabiankeil.de/ --Sig_k9yf3ByUyq3WFgWDECLZENk Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDz3FgjV8GA4rMKUQRAr1TAJ9olBg4k0fbV4jRbSyqtYyWOK2W8gCgkGXJ /C7XVbAraLRw9lbCITD7AZ8= =lEwK -----END PGP SIGNATURE----- --Sig_k9yf3ByUyq3WFgWDECLZENk-- From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 19 11:11:32 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE23616A41F for ; Thu, 19 Jan 2006 11:11:32 +0000 (GMT) (envelope-from guru@Sisis.de) Received: from hunter.Sisis.de (hunter.sisis.de [193.31.11.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE4C443D45 for ; Thu, 19 Jan 2006 11:11:31 +0000 (GMT) (envelope-from guru@Sisis.de) Received: (from mail@localhost) by hunter.Sisis.de (8.8.8/8.8.8) id MAA02332; Thu, 19 Jan 2006 12:09:14 +0100 (CET) (envelope-from guru@Sisis.de) From: guru@Sisis.de Received: from hermes.sisis.de(193.31.10.38) by hunter.Sisis.de via smap (V2.1) id xmab02317; Thu, 19 Jan 06 12:08:47 +0100 Received: from rebelion.Sisis.de (rebelion.Sisis.de [193.31.10.34]) by hermes.sisis.de (8.8.8/8.8.8) with ESMTP id MAA07893; Thu, 19 Jan 2006 12:10:59 +0100 (CET) (envelope-from guru@Sisis.de) Received: (from guru@localhost) by rebelion.Sisis.de (8.13.4/8.13.4/Submit) id k0JBAvBu029031; Thu, 19 Jan 2006 12:10:57 +0100 (CET) (envelope-from guru@Sisis.de) X-Authentication-Warning: rebelion.Sisis.de: guru set sender to guru@Sisis.de using -f Date: Thu, 19 Jan 2006 12:10:57 +0100 To: freebsd-mobile@freebsd.org Message-ID: <20060119111057.GA28867@rebelion.Sisis.de> References: <20060108132801.GA3521@rebelion.Sisis.de> <20060109064147.GA1995@rebelion.Sisis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060109064147.GA1995@rebelion.Sisis.de> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE (i386) Subject: Re: Fujitsu-Siemens AMILO M 1437G (Radeon X700 && Xorg) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: guru@Sisis.de List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 11:11:32 -0000 El día Monday, January 09, 2006 a las 07:41:47AM +0100, guru@Sisis.de escribió: > after a lot of tests and Google'ing I managed it working with > the following tricks in xorg.conf: > > ... > Section "Device" > # > # the following Option *must* be set otherwise the driver > # finds the VGA & DVI ports, but ignores the builtin LVDS display > # see: > # http://lists.freedesktop.org/archives/xorg/2005-October/010517.html > # > Option "MonitorLayout" "LVDS, CRT" > Identifier "Card0" > Driver "radeon" > VendorName "ATI Technologies Inc" > BoardName "Unknown Board" > # BoardName "MOBILITY RADEON X700" > BusID "PCI:3:0:0" > # > # the real ChipID is 0x5653, but not known in Xorg 6.8.2 > # see: > # https://bugs.freedesktop.org/show_bug.cgi?id=1873 > # > ChipID 0x4a49 > EndSection > ... One problem is left over from this. Sometimes, let's say in one of 20 starts, the LCD display is not fully in sync, it is flickering somehow showing the same picture more the ones, but shifted; it is difficult to describe exactly (I'm not a native in English) that's why I've put here some fotos: http://www.sisis.de/~guru/xorg/flicker.html Sometimes if the X11 is clearly displayed, going back to an alpha console let flicker the alpha console too in nearly the same way. Any idea where to go, what to change? Thx matthias -- Matthias Apitz / Sisis Informationssysteme GmbH ein Tochterunternehmen der OCLC PICA B.V. Leiden (NL) D-82041 Oberhaching, Gruenwalder Weg 28g Fon: +49 89 / 61308-351, Fax: -399, Mobile +49 170 4527211 http://www.sisis.de/~guru/ From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 20 01:08:32 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADCC516A41F for ; Fri, 20 Jan 2006 01:08:32 +0000 (GMT) (envelope-from karel@lovetemple.net) Received: from mta1.siol.net (mta1.siol.net [193.189.160.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEDA943D58 for ; Fri, 20 Jan 2006 01:08:29 +0000 (GMT) (envelope-from karel@lovetemple.net) Received: from edge1.siol.net ([10.10.10.210]) by mta1.siol.net with ESMTP id <20060120011040.NPSO21004.mta1.siol.net@edge1.siol.net>; Fri, 20 Jan 2006 02:10:40 +0100 Received: from [192.168.0.147] (really [86.61.29.185]) by edge1.siol.net with ESMTP id <20060120010817.CHML6327.edge1.siol.net@[192.168.0.147]>; Fri, 20 Jan 2006 02:08:17 +0100 Message-ID: <43D037EF.3000704@lovetemple.net> Date: Fri, 20 Jan 2006 02:07:59 +0100 From: Karel Miklav User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051109) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Krzysztof Kowalik References: <43C9C2B5.6090503@siol.net> <20060115232622.GA9042@uci.agh.edu.pl> In-Reply-To: <20060115232622.GA9042@uci.agh.edu.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-mobile@freebsd.org Subject: Re: Instalation problem on ThinkPad X40 without peripherials 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: Fri, 20 Jan 2006 01:08:32 -0000 Krzysztof Kowalik wrote: > Did you consider PXE-booting it and then installing from an FTP > source? That's what I did on my X40 and it worked fine. I'm giving up. Could you please, please tell me how you did this? PXE booting works but after that I'm lost. If I do a regular client installation I can't force sysinstall to write to local disk. If I mount CD on the server I get past FreeBSD boot menu, devices are listed, NFS disk is mounted and then the process halts: Lookup of /dev for devfs, error 2 init:not found in path ... panic: no init -- Thanks, Karel Miklav From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 20 17:02:20 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F3816A442 for ; Fri, 20 Jan 2006 17:02:20 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from svr85.edns1.com (svr85.edns1.com [67.15.56.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CF5443D5E for ; Fri, 20 Jan 2006 17:02:19 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from adsl-70-247-221-174.dsl.lgvwtx.swbell.net ([70.247.221.174] helo=[192.168.230.193]) by svr85.edns1.com with esmtpa (Exim 4.52) id 1EzzeO-0005GU-Nk; Fri, 20 Jan 2006 09:02:12 -0800 Message-ID: <43D11794.4050807@averageadmins.com> Date: Fri, 20 Jan 2006 11:02:12 -0600 From: Jeff Cross User-Agent: Mozilla Thunderbird 1.0.6 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Fabian Keil References: <000001c61cd1$6381ee80$0300a8c0@jerspc> <20060119120043.67a09a52@localhost> In-Reply-To: <20060119120043.67a09a52@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PopBeforeSMTPSenders: jeff.cross@averageadmins.com, jeffc@fruitfulsolutions.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - svr85.edns1.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - averageadmins.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-mobile@freebsd.org, Jer Buffington Subject: Re: re : ndis0 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: Fri, 20 Jan 2006 17:02:20 -0000 Fabian Keil wrote: >"Jer Buffington" wrote: > > > >>I need help with ndis. I am running 6.0, and my laptop is a gateway. >>I have the Broadcom drivers installed into ndis, but its not showing >>up in dmesg. I also added ndis_load and if_ndis_load >>to /boot/loader.conf. any ideas would be greatly appreciated. >> >> > >Did you use ndisgen? Loading if_ndis and ndis isn't sufficient. >You need to load the Broadcom driver module as well. > >Fabian > > I have a Gateway 7326GZ and have my Broadcom 802.11 b/g adapter working perfectly using ndisgen. I had to copy my bcmwl5.inf and bcmwl5.sys files to my BSD partition and run the following command to change the .inf file to ascii. I will use the "bcmwl5" in all of my examples, change the driver name to match that of your .inf and .sys files. iconv -c -f utf-16 -t ascii bcmwl5.inf > bcmwl5.inf.ascii Once you have created this bcmwl5.inf.ascii file, open it in vi, go to the very end of the file and put a newline in it. For some reason, ndisgen won't process it without the trailing newline. Once you have ascii'fied the inf file and added the newline, run the ndisgen utility and choose "Convert Driver". It will prompt you for the path to your .inf file and the .sys. When it asks for the .inf file, point the app to the .ascii file you created above. I just followed all the defaults after the path prompts and in a few seconds I had a bcmwl5_sys.ko kernel object that I copied to /boot/kernel/. I then modified my /boot/loader.conf file and added a line that said bcmwl5_sys_load="YES". Now it is loaded every time I reboot and works like a champ. I hope this helps! Jeff Cross From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 20 18:21:02 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9406716A420 for ; Fri, 20 Jan 2006 18:21:02 +0000 (GMT) (envelope-from freebsd-mobile@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E13B143D48 for ; Fri, 20 Jan 2006 18:21:01 +0000 (GMT) (envelope-from freebsd-mobile@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1F00s9-0000TM-4s for freebsd-mobile@freebsd.org; Fri, 20 Jan 2006 19:20:29 +0100 Received: from 206.162.187.199 ([206.162.187.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jan 2006 19:20:29 +0100 Received: from eric by 206.162.187.199 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Jan 2006 19:20:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-mobile@freebsd.org From: Storkman Date: Fri, 20 Jan 2006 18:12:32 +0000 (UTC) Lines: 41 Message-ID: References: <20050913095341.GA52017@r0ck.mine.nu> <200509131634.52067.tijl@ulyssis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 206.162.187.199 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5) Sender: news Subject: Re: Toshiba ToPIC95B not working on 6.0-BETA4 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: Fri, 20 Jan 2006 18:21:02 -0000 Tijl Coosemans ulyssis.org> writes: > > I used to have a 480CDT which has the same controller. Support for it > has always been troublesome, but I think it works in FreeBSD 5.x. > Otherwise PCIC mode should work, but then you need the OLDCARD kernel > and I'm not sure if FreeBSD 6 still has that. Try compiling a kernel > without > > device cbb > device pccard > device cardbus > > and instead use > > device card > device pcic > > You also need to add 'pccard_enable="YES"' to /etc/rc.conf and since > you're using a NIC you also have to setup 'pccard_ifconfig'. Good afternoon... I've got a Toshiba Satellite 2140CDS with the same controller. My problem is that the ethernet card I use (a 3Com 575) is recognized, get's a DHCP address (not quickly, but after a few tries), but then can NOT do anything (i.e.: can't ping, nslookup can't connect to a server, other hosts cannot ping it). There is a related thread at BSD forums: http://www.freebsdforums.org/forums/showthread.php?t=37600 My floppy drive is not working either, and I only got my thumbdrive back today so hopefully I will able to get some info off the machine for further analysis. In the BIOS I have set the controller to CardBus because of a tip I read for (excuse me) Win 95. I will try PCIC tonight/this weekend. But I also noticed in man pccbb that the controller was explicitly listed. So is there a way I can get the kernel to use that driver? If it is a driver?! Or am up the wrong tree? Thanks. From owner-freebsd-mobile@FreeBSD.ORG Sat Jan 21 06:41:26 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E50C16A41F for ; Sat, 21 Jan 2006 06:41:26 +0000 (GMT) (envelope-from ena-ena@sbcglobal.net) Received: from web82109.mail.mud.yahoo.com (web82109.mail.mud.yahoo.com [209.191.84.222]) by mx1.FreeBSD.org (Postfix) with SMTP id DCB3643D45 for ; Sat, 21 Jan 2006 06:41:25 +0000 (GMT) (envelope-from ena-ena@sbcglobal.net) Received: (qmail 48414 invoked by uid 60001); 21 Jan 2006 06:41:25 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Wsds/90E5GCT/BXST0H1JSTohUE6TGL0lDtuKLcl6tmt4dRJxR0BkpbblFYORZNqEsshCRvOHF5Mx/bMnGWvMhOG2BJF5iVT74ovcjTABA2+yEwyqd1MjWn0B0m8cog6Lwizk5CO9Wp3/DnvR32opu4EtaTnwwE9I5sFjMlldy8= ; Message-ID: <20060121064125.48412.qmail@web82109.mail.mud.yahoo.com> Received: from [69.225.236.227] by web82109.mail.mud.yahoo.com via HTTP; Fri, 20 Jan 2006 22:41:25 PST Date: Fri, 20 Jan 2006 22:41:25 -0800 (PST) From: ENA ENA To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Compaq Evo N410c sound? 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: Sat, 21 Jan 2006 06:41:26 -0000 From owner-freebsd-mobile@FreeBSD.ORG Sat Jan 21 18:13:47 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D509E16A41F for ; Sat, 21 Jan 2006 18:13:47 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from svr85.edns1.com (svr85.edns1.com [67.15.56.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4905643D45 for ; Sat, 21 Jan 2006 18:13:47 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from ip-66-55-255-50.valornet.com ([66.55.255.50] helo=[192.168.30.100]) by svr85.edns1.com with esmtpa (Exim 4.52) id 1F0NF7-0001nT-Ui for freebsd-mobile@freebsd.org; Sat, 21 Jan 2006 10:13:42 -0800 Message-ID: <43D279D6.2090307@averageadmins.com> Date: Sat, 21 Jan 2006 12:13:42 -0600 From: Jeff Cross User-Agent: Mozilla Thunderbird 1.0.6 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: multipart/mixed; boundary="------------050707040508080809080404" X-PopBeforeSMTPSenders: jeff.cross@averageadmins.com, jeffc@fruitfulsolutions.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - svr85.edns1.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - averageadmins.com X-Source: X-Source-Args: X-Source-Dir: Subject: AC'97 Modem Controller or PCMLM56 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: Sat, 21 Jan 2006 18:13:48 -0000 This is a multi-part message in MIME format. --------------050707040508080809080404 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I have a Gateway 7326GZ with an AC'97 Modem Controller recognized as a 'simple comms' class and a 'generic modem' subclass. A friend of mine has got his AC'97 Modem Controller working under Linux with the slmodem driver. I would like to know if there is a similar driver on FreeBSD that would let me use this modem under FreeBSD. If this is not possible, I have a Linksys PCMLM56 PCMCIA modem and ethernet card. When I insert it into my laptop, it successfully creates a device that is visible in ifconfig as ed1. I do not know how to access the modem portion of this device though. I have attached my pciconf and dmesg output. Any assistance is greatly appreciated. Thanks in advance! Jeff Cross --------------050707040508080809080404 Content-Type: text/plain; name="dmesg.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg.txt" Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.0-SECURITY #0: Wed Jan 18 05:55:04 UTC 2006 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Mobile Intel(R) Pentium(R) 4 CPU 3.06GHz (3056.50-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf41 Stepping = 1 Features=0xbfebfbff Features2=0x459d> Hyperthreading: 2 logical CPUs real memory = 771555328 (735 MB) avail memory = 745721856 (711 MB) ACPI APIC Table: ioapic0 irqs 0-23 on motherboard wlan: mac acl policy registered ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) acpi_ec0: port 0x62,0x66 on acpi0 pci_link0: irq 11 on acpi0 pci_link1: irq 3 on acpi0 pci_link2: irq 9 on acpi0 pci_link3: irq 5 on acpi0 pci_link4: irq 0 on acpi0 pci_link5: irq 0 on acpi0 pci_link6: irq 0 on acpi0 pci_link7: irq 10 on acpi0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 cpu0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 0.1 (no driver attached) pci0: at device 0.3 (no driver attached) agp0: port 0xeff0-0xeff7 mem 0xd8000000-0xdfffffff,0xe0380000-0xe03fffff irq 16 at device 2.0 on pci0 agp0: detected 32636k stolen memory agp0: aperture size is 128M pci0: at device 2.1 (no driver attached) uhci0: port 0xef20-0xef3f irq 16 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xef40-0xef5f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xef80-0xef9f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xe02ffc00-0xe02fffff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered pcib1: at device 30.0 on pci0 pci1: on pcib1 fwohci0: mem 0xe00ff800-0xe00fffff,0xe00f8000-0xe00fbfff irq 16 at device 4.0 on pci1 fwohci0: OHCI version 1.10 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:03:25:21:37:01:51:c7 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:03:25:01:51:c7 fwe0: Ethernet address: 02:03:25:01:51:c7 fwe0: if_start running deferred for Giant sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: node_id=0xc000ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) cbb0: at device 5.0 on pci1 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 bfe0: mem 0xe00fc000-0xe00fdfff irq 19 at device 6.0 on pci1 miibus0: on bfe0 bmtphy0: on miibus0 bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto bfe0: Ethernet address: 00:03:25:21:d2:9e ndis0: mem 0xe00f6000-0xe00f7fff irq 18 at device 9.0 on pci1 ndis0: NDIS API version: 5.1 ndis0: Ethernet address: 00:90:4b:cc:1c:90 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 pcm0: port 0xe400-0xe4ff,0xee80-0xeebf mem 0xe02ff800-0xe02ff9ff,0xe02ff400-0xe02ff4ff irq 17 at device 31.5 on pci0 pcm0: pci0: at device 31.6 (no driver attached) acpi_acad0: on acpi0 battery0: on acpi0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 pmtimer0 on isa0 ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 or not responding sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 3056497071 Hz quality 800 Timecounters tick every 1.000 msec ad0: 76319MB at ata0-master UDMA100 acd0: FAILURE - MODE_SENSE_BIG timed out acd0: DVDR at ata1-master UDMA33 Trying to mount root from ufs:/dev/ad0s2a bfe0: link state changed to UP ed1: at port 0x2f8-0x2ff,0x300-0x31f irq 17 function 0 config 3 on pccard0 ed1: Ethernet address: 00:e0:98:08:ea:dc ed1: type DL10019 (16 bit) miibus1: on ed1 lxtphy0: on miibus1 lxtphy0: 100baseFX, 100baseFX-FDX, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto ed1: Need to write this code: modem rid is 0 ed1: link state changed to DOWN --------------050707040508080809080404 Content-Type: text/plain; name="pciconf.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pciconf.txt" hostb0@pci0:0:0: class=0x060000 card=0x202f161f chip=0x35808086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82852GM/GME/GMV/PM, 855GM/GME Montara Host-Hub Interface Bridge' class = bridge subclass = HOST-PCI none0@pci0:0:1: class=0x088000 card=0x202f161f chip=0x35848086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82852GM/GME/GMV/PM, 855GM/GME Montara System Memory Controller' class = base peripheral none1@pci0:0:3: class=0x088000 card=0x202f161f chip=0x35858086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82852GM/GME/GMV/PM, 855GM/GME Montara Configuration Process' class = base peripheral agp0@pci0:2:0: class=0x030000 card=0x202f161f chip=0x35828086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated Graphics Device' class = display subclass = VGA none2@pci0:2:1: class=0x038000 card=0x202f161f chip=0x35828086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated Graphics Device' class = display uhci0@pci0:29:0: class=0x0c0300 card=0x202f161f chip=0x24c28086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1' class = serial bus subclass = USB uhci1@pci0:29:1: class=0x0c0300 card=0x202f161f chip=0x24c48086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2' class = serial bus subclass = USB uhci2@pci0:29:2: class=0x0c0300 card=0x202f161f chip=0x24c78086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3' class = serial bus subclass = USB ehci0@pci0:29:7: class=0x0c0320 card=0x202f161f chip=0x24cd8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI Controller' class = serial bus subclass = USB pcib1@pci0:30:0: class=0x060400 card=0x00000000 chip=0x24488086 rev=0x83 hdr=0x01 vendor = 'Intel Corporation' device = '82801BAM/CAM/DBM (ICH2-M/3-M/4-M) Hub Interface to PCI Bridge' class = bridge subclass = PCI-PCI isab0@pci0:31:0: class=0x060100 card=0x00000000 chip=0x24cc8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801DBM (ICH4-M) LPC Interface Bridge' class = bridge subclass = PCI-ISA atapci0@pci0:31:1: class=0x01018a card=0x202f161f chip=0x24ca8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801DBM (ICH4-M) UltraATA/100 EIDE Controller' class = mass storage subclass = ATA pcm0@pci0:31:5: class=0x040100 card=0x202f161f chip=0x24c58086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller' class = multimedia subclass = audio none3@pci0:31:6: class=0x070300 card=0x202f161f chip=0x24c68086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller' class = simple comms subclass = generic modem fwohci0@pci1:4:0: class=0x0c0010 card=0xff011179 chip=0x8023104c rev=0x00 hdr=0x00 vendor = 'Texas Instruments (TI)' device = 'TSB43AB22/A IEEE1394a-2000 OHCI PHY/Link-Layer Ctrlr' class = serial bus subclass = FireWire cbb0@pci1:5:0: class=0x060700 card=0x202f161f chip=0xac56104c rev=0x00 hdr=0x02 vendor = 'Texas Instruments (TI)' device = 'PCI1510 PC Card CardBus Controller' class = bridge subclass = PCI-CardBus bfe0@pci1:6:0: class=0x020000 card=0x2029161f chip=0x440114e4 rev=0x01 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM4401 10/100 Integrated Ethernet Controller' class = network subclass = ethernet ndis0@pci1:9:0: class=0x028000 card=0x000217f9 chip=0x432014e4 rev=0x03 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM4306 802.11b/g Wireless LAN Controller' class = network --------------050707040508080809080404--