<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: First release of FreeBSD driver for Option HSDPA devices</title>
	<atom:link href="http://www.shapeshifter.se/2008/04/22/first-release-of-freebsd-driver-for-option-hsdpa-devices/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shapeshifter.se/2008/04/22/first-release-of-freebsd-driver-for-option-hsdpa-devices/</link>
	<description>Mostly miscellaneous technical mumbo-jumbo.</description>
	<lastBuildDate>Fri, 10 Feb 2012 04:51:21 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fli</title>
		<link>http://www.shapeshifter.se/2008/04/22/first-release-of-freebsd-driver-for-option-hsdpa-devices/comment-page-1/#comment-315</link>
		<dc:creator>fli</dc:creator>
		<pubDate>Mon, 09 Jun 2008 08:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.shapeshifter.se/?p=48#comment-315</guid>
		<description>Well, the Nozomi cards have PC-card interface. Their older USB cards used to work with &quot;generic&quot; serial-over-usb drivers but newer &quot;high speed&quot; USB cards have a have changed this. I don&#039;t know why they did it tough.</description>
		<content:encoded><![CDATA[<p>Well, the Nozomi cards have PC-card interface. Their older USB cards used to work with &#8220;generic&#8221; serial-over-usb drivers but newer &#8220;high speed&#8221; USB cards have a have changed this. I don&#8217;t know why they did it tough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: endorendil</title>
		<link>http://www.shapeshifter.se/2008/04/22/first-release-of-freebsd-driver-for-option-hsdpa-devices/comment-page-1/#comment-314</link>
		<dc:creator>endorendil</dc:creator>
		<pubDate>Mon, 09 Jun 2008 08:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.shapeshifter.se/?p=48#comment-314</guid>
		<description>Hi fli,

I am just wondering why they had to change the interface at all. Seems gratuitous. None of the other vendors seems to have actually changed anything in going to the new speeds.</description>
		<content:encoded><![CDATA[<p>Hi fli,</p>
<p>I am just wondering why they had to change the interface at all. Seems gratuitous. None of the other vendors seems to have actually changed anything in going to the new speeds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fli</title>
		<link>http://www.shapeshifter.se/2008/04/22/first-release-of-freebsd-driver-for-option-hsdpa-devices/comment-page-1/#comment-313</link>
		<dc:creator>fli</dc:creator>
		<pubDate>Fri, 06 Jun 2008 11:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.shapeshifter.se/?p=48#comment-313</guid>
		<description>This driver is NOT for the nozomi chipset but for the various new HSxPA USB-dongles from Option. (GlobeSurfer, iCON, etc). The blog post title is a bit misleading, I&#039;ll give you that.

There is some code for the nozomi chipset floating around on freebsd-mobile@ (or maybe it was on freebsd-net@). I don&#039;t know how usable it is though.</description>
		<content:encoded><![CDATA[<p>This driver is NOT for the nozomi chipset but for the various new HSxPA USB-dongles from Option. (GlobeSurfer, iCON, etc). The blog post title is a bit misleading, I&#8217;ll give you that.</p>
<p>There is some code for the nozomi chipset floating around on freebsd-mobile@ (or maybe it was on freebsd-net@). I don&#8217;t know how usable it is though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: endorendil</title>
		<link>http://www.shapeshifter.se/2008/04/22/first-release-of-freebsd-driver-for-option-hsdpa-devices/comment-page-1/#comment-312</link>
		<dc:creator>endorendil</dc:creator>
		<pubDate>Fri, 06 Jun 2008 11:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.shapeshifter.se/?p=48#comment-312</guid>
		<description>Hi fli,

Thanks. The lack of documentation leads to another question: is the new driver actually better than the previous ones (nozomi/kernel module), or is it just a way to create a proprietary set of drivers and software?</description>
		<content:encoded><![CDATA[<p>Hi fli,</p>
<p>Thanks. The lack of documentation leads to another question: is the new driver actually better than the previous ones (nozomi/kernel module), or is it just a way to create a proprietary set of drivers and software?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fli</title>
		<link>http://www.shapeshifter.se/2008/04/22/first-release-of-freebsd-driver-for-option-hsdpa-devices/comment-page-1/#comment-311</link>
		<dc:creator>fli</dc:creator>
		<pubDate>Mon, 02 Jun 2008 20:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.shapeshifter.se/?p=48#comment-311</guid>
		<description>@endorendil

No and Yes, it&#039;s not a translation (port or whatever) in the sense that there is NO code shared between the two drivers/projects.

However, the Linux-driver is the only hardware &quot;documentation&quot; I&#039;ve found so of course it has been used to understand how the hardware works (USB endpoints, initialization sequences, etc).</description>
		<content:encoded><![CDATA[<p>@endorendil</p>
<p>No and Yes, it&#8217;s not a translation (port or whatever) in the sense that there is NO code shared between the two drivers/projects.</p>
<p>However, the Linux-driver is the only hardware &#8220;documentation&#8221; I&#8217;ve found so of course it has been used to understand how the hardware works (USB endpoints, initialization sequences, etc).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: endorendil</title>
		<link>http://www.shapeshifter.se/2008/04/22/first-release-of-freebsd-driver-for-option-hsdpa-devices/comment-page-1/#comment-310</link>
		<dc:creator>endorendil</dc:creator>
		<pubDate>Mon, 02 Jun 2008 20:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.shapeshifter.se/?p=48#comment-310</guid>
		<description>Is this driver a translation to FreeBSD of the Option HSO driver (see pharscape)?</description>
		<content:encoded><![CDATA[<p>Is this driver a translation to FreeBSD of the Option HSO driver (see pharscape)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Ryding</title>
		<link>http://www.shapeshifter.se/2008/04/22/first-release-of-freebsd-driver-for-option-hsdpa-devices/comment-page-1/#comment-307</link>
		<dc:creator>Hans Ryding</dc:creator>
		<pubDate>Fri, 02 May 2008 16:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.shapeshifter.se/?p=48#comment-307</guid>
		<description>Yes, it is a 0x05c6. It works with the ubsa driver and connection with ppp 

Card name: GTM378
Firmware version: 1.12, 1Hd (Feb 22, 2007)
Hardware version: 3.1</description>
		<content:encoded><![CDATA[<p>Yes, it is a 0&#215;05c6. It works with the ubsa driver and connection with ppp </p>
<p>Card name: GTM378<br />
Firmware version: 1.12, 1Hd (Feb 22, 2007)<br />
Hardware version: 3.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fli</title>
		<link>http://www.shapeshifter.se/2008/04/22/first-release-of-freebsd-driver-for-option-hsdpa-devices/comment-page-1/#comment-306</link>
		<dc:creator>fli</dc:creator>
		<pubDate>Wed, 30 Apr 2008 07:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.shapeshifter.se/?p=48#comment-306</guid>
		<description>What&#039;s the device ID of the device before switching, 0x05c6 ?
The device ID 0x6901 looks like a GlobeSurfer iCON 7.2 but with the old firmware that doesn&#039;t require a separate driver.

Try adding the device id to the ubsa driver (sys/dev/usb/ubsa.c) and check if that driver works.

If you have a windows box, you can fire up the HyperTerminal and do a AT+GMR to get the firmware version.</description>
		<content:encoded><![CDATA[<p>What&#8217;s the device ID of the device before switching, 0&#215;05c6 ?<br />
The device ID 0&#215;6901 looks like a GlobeSurfer iCON 7.2 but with the old firmware that doesn&#8217;t require a separate driver.</p>
<p>Try adding the device id to the ubsa driver (sys/dev/usb/ubsa.c) and check if that driver works.</p>
<p>If you have a windows box, you can fire up the HyperTerminal and do a AT+GMR to get the firmware version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Ryding</title>
		<link>http://www.shapeshifter.se/2008/04/22/first-release-of-freebsd-driver-for-option-hsdpa-devices/comment-page-1/#comment-305</link>
		<dc:creator>Hans Ryding</dc:creator>
		<pubDate>Tue, 29 Apr 2008 23:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.shapeshifter.se/?p=48#comment-305</guid>
		<description>Hi

I have been testing your driver 

The system is: i386 FreeBSD 7.0-STABLE-200804

Device ID 0x6901 (Telenor usb dongle)

&gt; camcontrol cmd cd0 -c &quot;01 00 00 00 00 00&quot; -i 1 i1

hso0:  on uhub4
hso_attach_muxserial: config desc begin=0xc644aa00, end=0xc644aa55, mux=0xc644aa27
hso_attach_muxserial: invalid mux descriptor len=9, type=4
device_attach: hso0 attach returned 6


And if i commet out
/* Sanity check the descriptor values */ in hso_attach_muxserial

hso0:  on uhub4
hso_attach_muxserial: config desc begin=0xc6b3cb80, end=0xc6b3cbd5, mux=0xc6b3cba7
hso_attach_muxserial: mux port mask 1
hso_attach_muxserial: found mux port 1 (0)
hso_attach_muxserial: intr endpoint=129, size=16
hso_attach_ifnet: mac addr 40:0c:e3:69:01:00
hso0: Ethernet address: 40:0c:e3:69:01:00
hso_attach_bulkserial: found bulk endpoints in=84, out=4

The cua, tty and hso0 devices are created 

When i fire minicom up - the system panics

but i caugth this: 
kernel: hso_tty_open: ht=0xc676d180
kernel: hso_txcb: hso_txcb: non-normal status
kernel: hso_tty_close: ht=0xc676d180

i will see if i can find more info in this device and see if i can come futher. 

Thanks for the great work :-)

 Cheers

 /Hasse</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I have been testing your driver </p>
<p>The system is: i386 FreeBSD 7.0-STABLE-200804</p>
<p>Device ID 0&#215;6901 (Telenor usb dongle)</p>
<p>&gt; camcontrol cmd cd0 -c &#8220;01 00 00 00 00 00&#8243; -i 1 i1</p>
<p>hso0:  on uhub4<br />
hso_attach_muxserial: config desc begin=0xc644aa00, end=0xc644aa55, mux=0xc644aa27<br />
hso_attach_muxserial: invalid mux descriptor len=9, type=4<br />
device_attach: hso0 attach returned 6</p>
<p>And if i commet out<br />
/* Sanity check the descriptor values */ in hso_attach_muxserial</p>
<p>hso0:  on uhub4<br />
hso_attach_muxserial: config desc begin=0xc6b3cb80, end=0xc6b3cbd5, mux=0xc6b3cba7<br />
hso_attach_muxserial: mux port mask 1<br />
hso_attach_muxserial: found mux port 1 (0)<br />
hso_attach_muxserial: intr endpoint=129, size=16<br />
hso_attach_ifnet: mac addr 40:0c:e3:69:01:00<br />
hso0: Ethernet address: 40:0c:e3:69:01:00<br />
hso_attach_bulkserial: found bulk endpoints in=84, out=4</p>
<p>The cua, tty and hso0 devices are created </p>
<p>When i fire minicom up &#8211; the system panics</p>
<p>but i caugth this:<br />
kernel: hso_tty_open: ht=0xc676d180<br />
kernel: hso_txcb: hso_txcb: non-normal status<br />
kernel: hso_tty_close: ht=0xc676d180</p>
<p>i will see if i can find more info in this device and see if i can come futher. </p>
<p>Thanks for the great work <img src='http://www.shapeshifter.se/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p> Cheers</p>
<p> /Hasse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Ryding</title>
		<link>http://www.shapeshifter.se/2008/04/22/first-release-of-freebsd-driver-for-option-hsdpa-devices/comment-page-1/#comment-304</link>
		<dc:creator>Hans Ryding</dc:creator>
		<pubDate>Tue, 29 Apr 2008 23:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.shapeshifter.se/?p=48#comment-304</guid>
		<description>Hi

I have been testing your driver with a USB dongle from Telenor... 

Some success ;-)

I will see what info i can find on this device and see if i can reach further... 

Thanks for your work :-)

 Cheers

 /Hasse

Device ID 0x6901 (Option NV device from Telenor)

&gt; camcontrol cmd cd0 -c &quot;01 00 00 00 00 00&quot; -i 1 i1

hso0:  on uhub4
hso_attach_muxserial: config desc begin=0xc644aa00, end=0xc644aa55, mux=0xc644aa27
hso_attach_muxserial: invalid mux descriptor len=9, type=4
device_attach: hso0 attach returned 6


And if i commet out /* Sanity check the descriptor values */ in hso_attach_muxserial

hso0:  on uhub4
hso_attach_muxserial: config desc begin=0xc6b3cb80, end=0xc6b3cbd5, mux=0xc6b3cba7
hso_attach_muxserial: mux port mask 1
hso_attach_muxserial: found mux port 1 (0)
hso_attach_muxserial: intr endpoint=129, size=16
hso_attach_ifnet: mac addr 40:0c:e3:69:01:00
hso0: Ethernet address: 40:0c:e3:69:01:00
hso_attach_bulkserial: found bulk endpoints in=84, out=4

The devices are created 

cuaHSO0.0
cuaHSO0.1
ttyHSO0.0
ttyHSO0.1

hso0: flags=882 metric 0 mtu 1500
        ether 40:0c:e3:69:01:00

echo &quot;ATZ&quot; &gt; /dev/cuaHSO0.0 (give this error)

kernel: hso_tty_open: ht=0xc676d180
kernel: hso_txcb: hso_txcb: non-normal status
kernel: hso_tty_close: ht=0xc676d180

But when i fire minicom up; the system panics 

dmesg:

Copyright (c) 1992-2008 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 is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-STABLE-200804 #0: Tue Apr 29 21:46:32 CEST 2008
    hasse@freebsd:/usr/obj/usr/src/sys/MYKERNEL
WARNING: WITNESS option enabled, expect reduced performance.
Timecounter &quot;i8254&quot; frequency 1193182 Hz quality 0
CPU: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz (2400.02-MHz 686-class CPU)
  Origin = &quot;GenuineIntel&quot;  Id = 0x6f6  Stepping = 6
  Features=0xbfebfbff
  Features2=0xe3bd
  AMD Features=0x20100000
  AMD Features2=0x1
  Cores per package: 2
real memory  = 3220045824 (3070 MB)
avail memory = 3149500416 (3003 MB)
ACPI APIC Table: 
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
WITNESS: spin lock intrcnt not in order list
ioapic0: Changing APIC ID to 2
ioapic0  irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0:  on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, bfde0000 (3) failed
Timecounter &quot;ACPI-fast&quot; frequency 3579545 Hz quality 1000
acpi_timer0:  port 0x408-0x40b on acpi0
acpi_hpet0:  iomem 0xfed00000-0xfed003ff on acpi0
Timecounter &quot;HPET&quot; frequency 14318180 Hz quality 900
cpu0:  on acpi0
acpi_perf0:  on cpu0
p4tcc0:  on cpu0
cpu1:  on acpi0
est1:  on cpu1
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 929092906000929
device_attach: est1 attach returned 6
p4tcc1:  on cpu1
acpi_button0:  on acpi0
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
pcib1:  irq 16 at device 1.0 on pci0
pci1:  on pcib1
vgapci0:  port 0xa000-0xa0ff mem 0xe0000000-0xefffffff,0xf5000000-0xf500ffff irq 16 at device 0.0 on pci1
pcm0:  mem 0xf5010000-0xf5013fff irq 17 at device 0.1 on pci1
pcm0: [ITHREAD]
uhci0:  port 0xe000-0xe01f irq 16 at device 26.0 on pci0
uhci0: [GIANT-LOCKED]
uhci0: [ITHREAD]
usb0:  on uhci0
usb0: USB revision 1.0
uhub0:  on usb0
uhub0: 2 ports with 2 removable, self powered
uhci1:  port 0xe100-0xe11f irq 21 at device 26.1 on pci0
uhci1: [GIANT-LOCKED]
uhci1: [ITHREAD]
usb1:  on uhci1
usb1: USB revision 1.0
uhub1:  on usb1
uhub1: 2 ports with 2 removable, self powered
uhci2:  port 0xe500-0xe51f irq 18 at device 26.2 on pci0
uhci2: [GIANT-LOCKED]
uhci2: [ITHREAD]
usb2:  on uhci2
usb2: USB revision 1.0
uhub2:  on usb2
uhub2: 2 ports with 2 removable, self powered
ehci0:  mem 0xf8205000-0xf82053ff irq 18 at device 26.7 on pci0
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3:  on ehci0
usb3: USB revision 2.0
uhub3:  on usb3
uhub3: 6 ports with 6 removable, self powered
pcm1:  mem 0xf8200000-0xf8203fff irq 22 at device 27.0 on pci0
pcm1: [ITHREAD]
pcib2:  irq 16 at device 28.0 on pci0
pci2:  on pcib2
pcib3:  irq 16 at device 28.4 on pci0
pci3:  on pcib3
atapci0:  port 0xb000-0xb007,0xb100-0xb103,0xb200-0xb207,0xb300-0xb303,0xb400-0xb40f mem 0xf8000000-0xf8001fff irq 16 at device 0.0 on pci3
atapci0: [ITHREAD]
atapci0: AHCI called from vendor specific driver
atapci0: AHCI Version 01.00 controller with 2 ports detected
ata2:  on atapci0
ata2: [ITHREAD]
ata3:  on atapci0
ata3: [ITHREAD]
ata4:  on atapci0
ata4: [ITHREAD]
pcib4:  irq 17 at device 28.5 on pci0
pci4:  on pcib4
re0:  port 0xc000-0xc0ff mem 0xf7000000-0xf7000fff irq 17 at device 0.0 on pci4
re0: Using 2 MSI messages
miibus0:  on re0
rgephy0:  PHY 1 on miibus0
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
re0: Ethernet address: 00:1a:4d:4a:58:db
re0: [FILTER]
re0: [FILTER]
uhci3:  port 0xe200-0xe21f irq 23 at device 29.0 on pci0
uhci3: [GIANT-LOCKED]
uhci3: [ITHREAD]
usb4:  on uhci3
usb4: USB revision 1.0
uhub4:  on usb4
uhub4: 2 ports with 2 removable, self powered
uhci4:  port 0xe300-0xe31f irq 19 at device 29.1 on pci0
uhci4: [GIANT-LOCKED]
uhci4: [ITHREAD]
usb5:  on uhci4
usb5: USB revision 1.0
uhub5:  on usb5
uhub5: 2 ports with 2 removable, self powered
uhci5:  port 0xe400-0xe41f irq 18 at device 29.2 on pci0
uhci5: [GIANT-LOCKED]
uhci5: [ITHREAD]
usb6:  on uhci5
usb6: USB revision 1.0
uhub6:  on usb6
uhub6: 2 ports with 2 removable, self powered
ehci1:  mem 0xf8204000-0xf82043ff irq 23 at device 29.7 on pci0
ehci1: [GIANT-LOCKED]
ehci1: [ITHREAD]
usb7: EHCI version 1.0
usb7: companion controllers, 2 ports each: usb4 usb5 usb6
usb7:  on ehci1
usb7: USB revision 2.0
uhub7:  on usb7
uhub7: 6 ports with 6 removable, self powered
pcib5:  at device 30.0 on pci0
pci5:  on pcib5
pci5:  at device 1.0 (no driver attached)
pci5:  at device 6.0 (no driver attached)
isab0:  at device 31.0 on pci0
isa0:  on isab0
atapci1:  port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f,0xfc00-0xfc0f at device 31.2 on pci0
ata0:  on atapci1
ata0: [ITHREAD]
ata1:  on atapci1
ata1: [ITHREAD]
pci0:  at device 31.3 (no driver attached)
atapci2:  port 0xe700-0xe707,0xe800-0xe803,0xe900-0xe907,0xea00-0xea03,0xeb00-0xeb0f,0xec00-0xec0f irq 19 at device 31.5 on pci0
atapci2: [ITHREAD]
ata5:  on atapci2
ata5: [ITHREAD]
ata6:  on atapci2
ata6: [ITHREAD]
fdc0:  port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: [FILTER]
sio0:  port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio0: [FILTER]
atkbdc0:  port 0x60,0x64 irq 1 on acpi0
atkbd0:  irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
pmtimer0 on isa0
orm0:  at iomem 0xc0000-0xcefff pnpid ORM0000 on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA 
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
ugen0:  on uhub0
ums0:  on uhub0
ums0: 3 buttons and Z dir.
ugen1:  on uhub4
Timecounters tick every 1.000 msec
ad2: 152626MB  at ata1-master SATA150
ad3: 305244MB  at ata1-slave SATA300
acd0: DVDR  at ata2-master SATA150
pcm0: 
pcm0: 
pcm1: 
pcm1: 
SMP: AP CPU #1 Launched!
WARNING: WITNESS option enabled, expect reduced performance.
GEOM_LABEL: Label for provider ad2s1 is ntfs/Local Disk.
Trying to mount root from ufs:/dev/ad2s2a
WARNING: / was not properly dismounted
WARNING: /tmp was not properly dismounted
WARNING: /usr was not properly dismounted
WARNING: /var was not properly dismounted
ugen1: at uhub4 port 1 (addr 2) disconnected
ugen1: detached
umass0:  on uhub4
cd0 at umass-sim0 bus 0 target 0 lun 0
cd0:  Removable CD-ROM SCSI-2 device 
cd0: 1.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
umass0: BBB reset failed, STALLED
umass0: BBB bulk-in clear stall failed, STALLED
umass0: BBB bulk-out clear stall failed, STALLED
umass0: at uhub4 port 1 (addr 2) disconnected
(cd0:umass-sim0:0:0:0): lost device
(cd0:umass-sim0:0:0:0): removing device entry
umass0: detached</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I have been testing your driver with a USB dongle from Telenor&#8230; </p>
<p>Some success <img src='http://www.shapeshifter.se/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I will see what info i can find on this device and see if i can reach further&#8230; </p>
<p>Thanks for your work <img src='http://www.shapeshifter.se/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p> Cheers</p>
<p> /Hasse</p>
<p>Device ID 0&#215;6901 (Option NV device from Telenor)</p>
<p>&gt; camcontrol cmd cd0 -c &#8220;01 00 00 00 00 00&#8243; -i 1 i1</p>
<p>hso0:  on uhub4<br />
hso_attach_muxserial: config desc begin=0xc644aa00, end=0xc644aa55, mux=0xc644aa27<br />
hso_attach_muxserial: invalid mux descriptor len=9, type=4<br />
device_attach: hso0 attach returned 6</p>
<p>And if i commet out /* Sanity check the descriptor values */ in hso_attach_muxserial</p>
<p>hso0:  on uhub4<br />
hso_attach_muxserial: config desc begin=0xc6b3cb80, end=0xc6b3cbd5, mux=0xc6b3cba7<br />
hso_attach_muxserial: mux port mask 1<br />
hso_attach_muxserial: found mux port 1 (0)<br />
hso_attach_muxserial: intr endpoint=129, size=16<br />
hso_attach_ifnet: mac addr 40:0c:e3:69:01:00<br />
hso0: Ethernet address: 40:0c:e3:69:01:00<br />
hso_attach_bulkserial: found bulk endpoints in=84, out=4</p>
<p>The devices are created </p>
<p>cuaHSO0.0<br />
cuaHSO0.1<br />
ttyHSO0.0<br />
ttyHSO0.1</p>
<p>hso0: flags=882 metric 0 mtu 1500<br />
        ether 40:0c:e3:69:01:00</p>
<p>echo &#8220;ATZ&#8221; &gt; /dev/cuaHSO0.0 (give this error)</p>
<p>kernel: hso_tty_open: ht=0xc676d180<br />
kernel: hso_txcb: hso_txcb: non-normal status<br />
kernel: hso_tty_close: ht=0xc676d180</p>
<p>But when i fire minicom up; the system panics </p>
<p>dmesg:</p>
<p>Copyright (c) 1992-2008 The FreeBSD Project.<br />
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994<br />
        The Regents of the University of California. All rights reserved.<br />
FreeBSD is a registered trademark of The FreeBSD Foundation.<br />
FreeBSD 7.0-STABLE-200804 #0: Tue Apr 29 21:46:32 CEST 2008<br />
    hasse@freebsd:/usr/obj/usr/src/sys/MYKERNEL<br />
WARNING: WITNESS option enabled, expect reduced performance.<br />
Timecounter &#8220;i8254&#8243; frequency 1193182 Hz quality 0<br />
CPU: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz (2400.02-MHz 686-class CPU)<br />
  Origin = &#8220;GenuineIntel&#8221;  Id = 0&#215;6f6  Stepping = 6<br />
  Features=0xbfebfbff<br />
  Features2=0xe3bd<br />
  AMD Features=0&#215;20100000<br />
  AMD Features2=0&#215;1<br />
  Cores per package: 2<br />
real memory  = 3220045824 (3070 MB)<br />
avail memory = 3149500416 (3003 MB)<br />
ACPI APIC Table:<br />
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs<br />
 cpu0 (BSP): APIC ID:  0<br />
 cpu1 (AP): APIC ID:  1<br />
WITNESS: spin lock intrcnt not in order list<br />
ioapic0: Changing APIC ID to 2<br />
ioapic0  irqs 0-23 on motherboard<br />
kbd1 at kbdmux0<br />
acpi0:  on motherboard<br />
acpi0: [ITHREAD]<br />
acpi0: Power Button (fixed)<br />
acpi0: reservation of 0, a0000 (3) failed<br />
acpi0: reservation of 100000, bfde0000 (3) failed<br />
Timecounter &#8220;ACPI-fast&#8221; frequency 3579545 Hz quality 1000<br />
acpi_timer0:  port 0&#215;408-0&#215;40b on acpi0<br />
acpi_hpet0:  iomem 0xfed00000-0xfed003ff on acpi0<br />
Timecounter &#8220;HPET&#8221; frequency 14318180 Hz quality 900<br />
cpu0:  on acpi0<br />
acpi_perf0:  on cpu0<br />
p4tcc0:  on cpu0<br />
cpu1:  on acpi0<br />
est1:  on cpu1<br />
est: CPU supports Enhanced Speedstep, but is not recognized.<br />
est: cpu_vendor GenuineIntel, msr 929092906000929<br />
device_attach: est1 attach returned 6<br />
p4tcc1:  on cpu1<br />
acpi_button0:  on acpi0<br />
pcib0:  port 0xcf8-0xcff on acpi0<br />
pci0:  on pcib0<br />
pcib1:  irq 16 at device 1.0 on pci0<br />
pci1:  on pcib1<br />
vgapci0:  port 0xa000-0xa0ff mem 0xe0000000-0xefffffff,0xf5000000-0xf500ffff irq 16 at device 0.0 on pci1<br />
pcm0:  mem 0xf5010000-0xf5013fff irq 17 at device 0.1 on pci1<br />
pcm0: [ITHREAD]<br />
uhci0:  port 0xe000-0xe01f irq 16 at device 26.0 on pci0<br />
uhci0: [GIANT-LOCKED]<br />
uhci0: [ITHREAD]<br />
usb0:  on uhci0<br />
usb0: USB revision 1.0<br />
uhub0:  on usb0<br />
uhub0: 2 ports with 2 removable, self powered<br />
uhci1:  port 0xe100-0xe11f irq 21 at device 26.1 on pci0<br />
uhci1: [GIANT-LOCKED]<br />
uhci1: [ITHREAD]<br />
usb1:  on uhci1<br />
usb1: USB revision 1.0<br />
uhub1:  on usb1<br />
uhub1: 2 ports with 2 removable, self powered<br />
uhci2:  port 0xe500-0xe51f irq 18 at device 26.2 on pci0<br />
uhci2: [GIANT-LOCKED]<br />
uhci2: [ITHREAD]<br />
usb2:  on uhci2<br />
usb2: USB revision 1.0<br />
uhub2:  on usb2<br />
uhub2: 2 ports with 2 removable, self powered<br />
ehci0:  mem 0xf8205000-0xf82053ff irq 18 at device 26.7 on pci0<br />
ehci0: [GIANT-LOCKED]<br />
ehci0: [ITHREAD]<br />
usb3: EHCI version 1.0<br />
usb3: companion controllers, 2 ports each: usb0 usb1 usb2<br />
usb3:  on ehci0<br />
usb3: USB revision 2.0<br />
uhub3:  on usb3<br />
uhub3: 6 ports with 6 removable, self powered<br />
pcm1:  mem 0xf8200000-0xf8203fff irq 22 at device 27.0 on pci0<br />
pcm1: [ITHREAD]<br />
pcib2:  irq 16 at device 28.0 on pci0<br />
pci2:  on pcib2<br />
pcib3:  irq 16 at device 28.4 on pci0<br />
pci3:  on pcib3<br />
atapci0:  port 0xb000-0xb007,0xb100-0xb103,0xb200-0xb207,0xb300-0xb303,0xb400-0xb40f mem 0xf8000000-0xf8001fff irq 16 at device 0.0 on pci3<br />
atapci0: [ITHREAD]<br />
atapci0: AHCI called from vendor specific driver<br />
atapci0: AHCI Version 01.00 controller with 2 ports detected<br />
ata2:  on atapci0<br />
ata2: [ITHREAD]<br />
ata3:  on atapci0<br />
ata3: [ITHREAD]<br />
ata4:  on atapci0<br />
ata4: [ITHREAD]<br />
pcib4:  irq 17 at device 28.5 on pci0<br />
pci4:  on pcib4<br />
re0:  port 0xc000-0xc0ff mem 0xf7000000-0xf7000fff irq 17 at device 0.0 on pci4<br />
re0: Using 2 MSI messages<br />
miibus0:  on re0<br />
rgephy0:  PHY 1 on miibus0<br />
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto<br />
re0: Ethernet address: 00:1a:4d:4a:58:db<br />
re0: [FILTER]<br />
re0: [FILTER]<br />
uhci3:  port 0xe200-0xe21f irq 23 at device 29.0 on pci0<br />
uhci3: [GIANT-LOCKED]<br />
uhci3: [ITHREAD]<br />
usb4:  on uhci3<br />
usb4: USB revision 1.0<br />
uhub4:  on usb4<br />
uhub4: 2 ports with 2 removable, self powered<br />
uhci4:  port 0xe300-0xe31f irq 19 at device 29.1 on pci0<br />
uhci4: [GIANT-LOCKED]<br />
uhci4: [ITHREAD]<br />
usb5:  on uhci4<br />
usb5: USB revision 1.0<br />
uhub5:  on usb5<br />
uhub5: 2 ports with 2 removable, self powered<br />
uhci5:  port 0xe400-0xe41f irq 18 at device 29.2 on pci0<br />
uhci5: [GIANT-LOCKED]<br />
uhci5: [ITHREAD]<br />
usb6:  on uhci5<br />
usb6: USB revision 1.0<br />
uhub6:  on usb6<br />
uhub6: 2 ports with 2 removable, self powered<br />
ehci1:  mem 0xf8204000-0xf82043ff irq 23 at device 29.7 on pci0<br />
ehci1: [GIANT-LOCKED]<br />
ehci1: [ITHREAD]<br />
usb7: EHCI version 1.0<br />
usb7: companion controllers, 2 ports each: usb4 usb5 usb6<br />
usb7:  on ehci1<br />
usb7: USB revision 2.0<br />
uhub7:  on usb7<br />
uhub7: 6 ports with 6 removable, self powered<br />
pcib5:  at device 30.0 on pci0<br />
pci5:  on pcib5<br />
pci5:  at device 1.0 (no driver attached)<br />
pci5:  at device 6.0 (no driver attached)<br />
isab0:  at device 31.0 on pci0<br />
isa0:  on isab0<br />
atapci1:  port 0&#215;1f0-0&#215;1f7,0&#215;3f6,0&#215;170-0&#215;177,0&#215;376,0xf000-0xf00f,0xfc00-0xfc0f at device 31.2 on pci0<br />
ata0:  on atapci1<br />
ata0: [ITHREAD]<br />
ata1:  on atapci1<br />
ata1: [ITHREAD]<br />
pci0:  at device 31.3 (no driver attached)<br />
atapci2:  port 0xe700-0xe707,0xe800-0xe803,0xe900-0xe907,0xea00-0xea03,0xeb00-0xeb0f,0xec00-0xec0f irq 19 at device 31.5 on pci0<br />
atapci2: [ITHREAD]<br />
ata5:  on atapci2<br />
ata5: [ITHREAD]<br />
ata6:  on atapci2<br />
ata6: [ITHREAD]<br />
fdc0:  port 0&#215;3f0-0&#215;3f5,0&#215;3f7 irq 6 drq 2 on acpi0<br />
fdc0: [FILTER]<br />
sio0:  port 0&#215;3f8-0&#215;3ff irq 4 flags 0&#215;10 on acpi0<br />
sio0: type 16550A<br />
sio0: [FILTER]<br />
atkbdc0:  port 0&#215;60,0&#215;64 irq 1 on acpi0<br />
atkbd0:  irq 1 on atkbdc0<br />
kbd0 at atkbd0<br />
atkbd0: [GIANT-LOCKED]<br />
atkbd0: [ITHREAD]<br />
pmtimer0 on isa0<br />
orm0:  at iomem 0xc0000-0xcefff pnpid ORM0000 on isa0<br />
sc0:  at flags 0&#215;100 on isa0<br />
sc0: VGA<br />
sio1: configured irq 3 not in bitmap of probed irqs 0<br />
sio1: port may not be enabled<br />
vga0:  at port 0&#215;3c0-0&#215;3df iomem 0xa0000-0xbffff on isa0<br />
ugen0:  on uhub0<br />
ums0:  on uhub0<br />
ums0: 3 buttons and Z dir.<br />
ugen1:  on uhub4<br />
Timecounters tick every 1.000 msec<br />
ad2: 152626MB  at ata1-master SATA150<br />
ad3: 305244MB  at ata1-slave SATA300<br />
acd0: DVDR  at ata2-master SATA150<br />
pcm0:<br />
pcm0:<br />
pcm1:<br />
pcm1:<br />
SMP: AP CPU #1 Launched!<br />
WARNING: WITNESS option enabled, expect reduced performance.<br />
GEOM_LABEL: Label for provider ad2s1 is ntfs/Local Disk.<br />
Trying to mount root from ufs:/dev/ad2s2a<br />
WARNING: / was not properly dismounted<br />
WARNING: /tmp was not properly dismounted<br />
WARNING: /usr was not properly dismounted<br />
WARNING: /var was not properly dismounted<br />
ugen1: at uhub4 port 1 (addr 2) disconnected<br />
ugen1: detached<br />
umass0:  on uhub4<br />
cd0 at umass-sim0 bus 0 target 0 lun 0<br />
cd0:  Removable CD-ROM SCSI-2 device<br />
cd0: 1.000MB/s transfers<br />
cd0: Attempt to query device size failed: NOT READY, Medium not present<br />
umass0: BBB reset failed, STALLED<br />
umass0: BBB bulk-in clear stall failed, STALLED<br />
umass0: BBB bulk-out clear stall failed, STALLED<br />
umass0: at uhub4 port 1 (addr 2) disconnected<br />
(cd0:umass-sim0:0:0:0): lost device<br />
(cd0:umass-sim0:0:0:0): removing device entry<br />
umass0: detached</p>
]]></content:encoded>
	</item>
</channel>
</rss>

