From lsantagostini at gmail.com Sat Aug 2 20:31:55 2008 From: lsantagostini at gmail.com (Leonardo Santagostini) Date: Sat Aug 2 20:32:01 2008 Subject: Ralink Technology RT2561 Message-ID: <9ab7eeeb0808021304k399c42ddj9c79e1d5a7b7d933@mail.gmail.com> Hi list !!! Im looking for a working driver for Ralink Technology RT2561 becouse im using a 7.0-RELEASE FreeBSD and after a few moments of working as an AP i cant even use my freebsd as an AP. I have a very short experience in C programing but i can serve as a tester for new drivers or patches. Any one help me ??? Regards Leonardo Santagostini From imp at bsdimp.com Sat Aug 2 20:43:31 2008 From: imp at bsdimp.com (M. Warner Losh) Date: Sat Aug 2 20:43:41 2008 Subject: Ralink Technology RT2561 In-Reply-To: <9ab7eeeb0808021304k399c42ddj9c79e1d5a7b7d933@mail.gmail.com> References: <9ab7eeeb0808021304k399c42ddj9c79e1d5a7b7d933@mail.gmail.com> Message-ID: <20080802.144150.-1398321414.imp@bsdimp.com> In message: <9ab7eeeb0808021304k399c42ddj9c79e1d5a7b7d933@mail.gmail.com> "Leonardo Santagostini" writes: : Hi list !!! : : Im looking for a working driver for Ralink Technology RT2561 becouse : im using a 7.0-RELEASE FreeBSD and after a few moments of working as : an AP i cant even use my freebsd as an AP. : : I have a very short experience in C programing but i can serve as a : tester for new drivers or patches. : : Any one help me ??? I think the ral(4) driver supports this chip. What's your problem? Warner From sam at freebsd.org Sat Aug 2 23:09:44 2008 From: sam at freebsd.org (Sam Leffler) Date: Sat Aug 2 23:09:50 2008 Subject: Ralink Technology RT2561 In-Reply-To: <20080802.144150.-1398321414.imp@bsdimp.com> References: <9ab7eeeb0808021304k399c42ddj9c79e1d5a7b7d933@mail.gmail.com> <20080802.144150.-1398321414.imp@bsdimp.com> Message-ID: <4894E936.1050106@freebsd.org> M. Warner Losh wrote: > In message: <9ab7eeeb0808021304k399c42ddj9c79e1d5a7b7d933@mail.gmail.com> > "Leonardo Santagostini" writes: > : Hi list !!! > : > : Im looking for a working driver for Ralink Technology RT2561 becouse > : im using a 7.0-RELEASE FreeBSD and after a few moments of working as > : an AP i cant even use my freebsd as an AP. > : > : I have a very short experience in C programing but i can serve as a > : tester for new drivers or patches. > : > : Any one help me ??? > > I think the ral(4) driver supports this chip. What's your problem? I think this is a bug fixed after the release. Beacons stop. I believe sephe fixed it. Sam From pingmai at yahoo.com Fri Aug 8 18:43:01 2008 From: pingmai at yahoo.com (ping) Date: Fri Aug 8 18:43:19 2008 Subject: missing interrupts? Message-ID: <374442.98765.qm@web52908.mail.re2.yahoo.com> this is an interrupt handler that's attached to irq 31 on ioapic1 on a 6.1R kernel, type INTR_TYPE_NET|INTR_MPSAFE. seems that it's missing interrupts. watching the KTR trace, it was running along fine, then it just stopped. intr handler stopped getting run. but the interrupt register on chip was high. is this a case of lost interrupts? or hardware problem? TIA, ping From jhb at freebsd.org Fri Aug 8 20:53:21 2008 From: jhb at freebsd.org (John Baldwin) Date: Fri Aug 8 20:53:27 2008 Subject: missing interrupts? In-Reply-To: <374442.98765.qm@web52908.mail.re2.yahoo.com> References: <374442.98765.qm@web52908.mail.re2.yahoo.com> Message-ID: <200808081610.03720.jhb@freebsd.org> On Friday 08 August 2008 02:16:20 pm ping wrote: > this is an interrupt handler that's attached to irq 31 on ioapic1 on a 6.1R kernel, type INTR_TYPE_NET|INTR_MPSAFE. seems that it's missing interrupts. watching the KTR trace, it was running along fine, then it just stopped. intr handler stopped getting run. but the interrupt register on chip was high. is this a case of lost interrupts? or hardware problem? There is one possible race in the I/O APIC code someone pointed me at recently. You can try expanding the scope of the icu_lock to cover all of ioapic_program_intpin() to see if it fixes your issue (sys///io_apic.c) -- John Baldwin From pingmai at yahoo.com Fri Aug 8 23:27:57 2008 From: pingmai at yahoo.com (Ping Mai) Date: Fri Aug 8 23:28:14 2008 Subject: missing interrupts? In-Reply-To: <200808081610.03720.jhb@freebsd.org> Message-ID: <755343.17576.qm@web52907.mail.re2.yahoo.com> Thanks John. tried it but didn't help. --- On Fri, 8/8/08, John Baldwin wrote: > From: John Baldwin > Subject: Re: missing interrupts? > To: freebsd-acpi@freebsd.org > Cc: "ping" , freebsd-drivers@freebsd.org, freebsd-hackers@freebsd.org > Date: Friday, August 8, 2008, 1:10 PM > On Friday 08 August 2008 02:16:20 pm ping wrote: > > this is an interrupt handler that's attached to > irq 31 on ioapic1 on a 6.1R > kernel, type INTR_TYPE_NET|INTR_MPSAFE. seems that > it's missing interrupts. > watching the KTR trace, it was running along fine, then it > just stopped. > intr handler stopped getting run. but the interrupt > register on chip was > high. is this a case of lost interrupts? or hardware > problem? > > There is one possible race in the I/O APIC code someone > pointed me at > recently. You can try expanding the scope of the icu_lock > to cover all of > ioapic_program_intpin() to see if it fixes your issue > (sys///io_apic.c) > > -- > John Baldwin From craig001 at lerwick.hopto.org Sun Aug 10 11:34:59 2008 From: craig001 at lerwick.hopto.org (Craig Butler) Date: Sun Aug 10 11:35:06 2008 Subject: cassini nic driver - help required to port across driver from openbsd to freebsd Message-ID: <1218366451.94802.6.camel@main.lerwick.hopto.org> Hi All I need a driver for the Sun Cassini (0xabba) network card. I have 5 b100s waiting for the sparc64 build cluster. My understanding is that at the moment Freebsd does not currently have a driver for the Cassini. Digging around I see that OpenBSD does; How hard would it be to port across ? Would it be easier to start from scratch ? Does anybody want to help/guide me ? Thanks Craig Butler ============================================================ This email has been handled by lerwick.hopto.org mail server and has been scanned by 3 virus killers and spamassassin ============================================================ From pyunyh at gmail.com Mon Aug 11 01:18:43 2008 From: pyunyh at gmail.com (Pyun YongHyeon) Date: Mon Aug 11 01:18:49 2008 Subject: cassini nic driver - help required to port across driver from openbsd to freebsd In-Reply-To: <1218366451.94802.6.camel@main.lerwick.hopto.org> References: <1218366451.94802.6.camel@main.lerwick.hopto.org> Message-ID: <20080811011630.GA50045@cdnetworks.co.kr> On Sun, Aug 10, 2008 at 12:07:31PM +0100, Craig Butler wrote: > Hi All > Hi, > I need a driver for the Sun Cassini (0xabba) network card. I have 5 > b100s waiting for the sparc64 build cluster. > My understanding is that at the moment Freebsd does not currently have a > driver for the Cassini. Digging around I see that OpenBSD does; > Yes, you're right. > How hard would it be to port across ? > I think it wouldn't be hard to make basic Tx/Rx work. But the hardest part would be handling header spliting and reassemblying data payloads of packets in a TCP stream into a single buffer spanning as many pages in virtual memory as necessary. When I checked cas(4) of OpenBSD, it didn't take advantage of advanced hadware features of Cassini such as TCP checksum offload, VLAN hardware assistance, TCP header spliting etc. > Would it be easier to start from scratch ? > Yes, I think so. > Does anybody want to help/guide me ? > I also have Cassini hardware and hoped to have spare time to write a driver for Cassini. At least it looks challenging work for driver writers to write high-performance driver for the exotic hardware. Note, it seems that there are other revision of Cassini manufactured by National Semiconductor, NS Saturn DP83065. That hardware is not mentioned in the Cassini documentation released by Sun and the hardware seem to require a lot of firmware fixups and it's not available under BSD license. :-( > Thanks > > Craig Butler -- Regards, Pyun YongHyeon From craig001 at lerwick.hopto.org Mon Aug 11 10:49:46 2008 From: craig001 at lerwick.hopto.org (Craig Butler) Date: Mon Aug 11 10:49:53 2008 Subject: cassini nic driver - help required to port across driver from openbsd to freebsd In-Reply-To: <20080811011630.GA50045@cdnetworks.co.kr> References: <1218366451.94802.6.camel@main.lerwick.hopto.org> <20080811011630.GA50045@cdnetworks.co.kr> Message-ID: <1218451782.2609.5.camel@main.lerwick.hopto.org> > I think it wouldn't be hard to make basic Tx/Rx work. basic Tx/Rx would be a good start, at least me b1600 wouldn't be an expensive brick. Fancy giving it a shot? I don't even know where to start.. maybe try and compile up the OpenBSD driver on a FreeBSD box ? Cheers Craig B ============================================================ This email has been handled by lerwick.hopto.org mail server and has been scanned by 3 virus killers and spamassassin ============================================================ From pyunyh at gmail.com Tue Aug 12 03:54:20 2008 From: pyunyh at gmail.com (Pyun YongHyeon) Date: Tue Aug 12 03:54:26 2008 Subject: cassini nic driver - help required to port across driver from openbsd to freebsd In-Reply-To: <1218451782.2609.5.camel@main.lerwick.hopto.org> References: <1218366451.94802.6.camel@main.lerwick.hopto.org> <20080811011630.GA50045@cdnetworks.co.kr> <1218451782.2609.5.camel@main.lerwick.hopto.org> Message-ID: <20080812035206.GG54362@cdnetworks.co.kr> On Mon, Aug 11, 2008 at 11:49:42AM +0100, Craig Butler wrote: > > I think it wouldn't be hard to make basic Tx/Rx work. > basic Tx/Rx would be a good start, at least me b1600 wouldn't be an > expensive brick. > > Fancy giving it a shot? I don't even know where to start.. maybe try > and compile up the OpenBSD driver on a FreeBSD box ? > If you use OpenBSD driver as base, you may have to change a lot of DMA related code due to bus_dma(9) differences. After converting DMA code, other parts would be straightforward to make it work on FreeBSD. Sun released Cassini documentation with sanitization. The data sheet lacks errata information and hardware internals but it still has a lot of useful information. http://www.sun.com/processors/manuals/cs_plus.pdf If you have interests in other Sun data sheet, check http://wikis.sun.com/display/FOSSdocs/Home > Cheers > > Craig B -- Regards, Pyun YongHyeon From spamtrap at tczyhatczsche.eu Thu Aug 14 21:07:51 2008 From: spamtrap at tczyhatczsche.eu (Jonathan Lee) Date: Thu Aug 14 21:07:59 2008 Subject: Getting DWA-110 support with if_rum Message-ID: <20080814201549.GB1461@johnny.mnemoni.ca> %uname -a FreeBSD johnny.mnemoni.ca 7.0-STABLE FreeBSD 7.0-STABLE #5: Sun Aug 10 15:26:30 EEST 2008 root@johnny.mnemoni.ca:/usr/obj/usr/src/sys/JOHNNY i386 I've noticed D-LINK's DWA-111 (a USB wireless LAN adapter, product ID 0x3c06) having been added to /usr/src/sys/dev/usb/usbdevs list, and the same ID added to if_rum.c. Then, I have a DWA-110, with prod. ID 0x3c07. I have opened its case, there's a RT2571WF chip inside. According to 'man rum', that's what if_rum supports. Suspect DWA-110 to be a close relative of DWA-111, though might be horribly wrong. I added the DWA-110 ID to if_rum.c (and recompiled). The device is recognized and shown in ifconfig. There are some errors upon inserting the device: Aug 12 11:00:36 johnny kernel: wpi0: timeout resetting Tx ring 1 Aug 12 11:00:36 johnny kernel: wpi0: timeout resetting Tx ring 3 Aug 12 11:00:36 johnny kernel: wpi0: timeout resetting Tx ring 4 (Using the Perforce (development) version of the driver.) And also one warning in /var/log/messages: Aug 14 22:49:26 johnny kernel: rum0: on uhub4 Aug 14 22:49:26 johnny kernel: rum0: MAC/BBP RT2573 (rev 0x2573a), RF RT2528 Aug 14 22:49:27 johnny kernel: rum0: WARNING: using obsoleted IFF_NEEDSGIANT flag The issue is, the device doesn't see any networks. 'ifconfig scan' shows no output (hangs until CTRL+? is pressed). (Actually, wlandebug says that scanning is started as soon as the device is brought to the 'up' state.) 'wlandebug +debug +scan' shows no errors. dmesg repeats the following over and over: ... rum0: scan_next: chan 8g -> 9g [active, dwell min 20 max 200] rum0: scan_next: chan 9g -> 10g [active, dwell min 20 max 200] rum0: scan_next: chan 10g -> 12g [active, dwell min 20 max 200] rum0: scan_next: chan 12g -> 14g [active, dwell min 20 max 200] rum0: sta_pick_bss: no scan candidate rum0: scan_next: done, restart [ticks 20994469, dwell min 20 scanend 2168334612] rum0: scan_next: chan 14g -> 1g [active, dwell min 20 max 200] rum0: scan_next: chan 1g -> 6g [active, dwell min 20 max 200] rum0: scan_next: chan 6g -> 11g [active, dwell min 20 max 200] rum0: scan_next: chan 11g -> 7g [active, dwell min 20 max 200] rum0: scan_next: chan 7g -> 13g [active, dwell min 20 max 200] rum0: scan_next: chan 13g -> 2g [active, dwell min 20 max 200] rum0: scan_next: chan 2g -> 3g [active, dwell min 20 max 200] rum0: scan_next: chan 3g -> 4g [active, dwell min 20 max 200] rum0: scan_next: chan 4g -> 5g [active, dwell min 20 max 200] rum0: scan_next: chan 5g -> 8g [active, dwell min 20 max 200] rum0: scan_next: chan 8g -> 9g [active, dwell min 20 max 200] rum0: scan_next: chan 9g -> 10g [active, dwell min 20 max 200] rum0: scan_next: chan 10g -> 12g [active, dwell min 20 max 200] rum0: scan_next: chan 12g -> 14g [active, dwell min 20 max 200] rum0: sta_pick_bss: no scan candidate rum0: scan_next: done, restart [ticks 20997281, dwell min 20 scanend 2168334612] rum0: scan_next: chan 14g -> 1g [active, dwell min 20 max 200] rum0: scan_next: chan 1g -> 6g [active, dwell min 20 max 200] rum0: scan_next: chan 6g -> 11g [active, dwell min 20 max 200] ... I've also tried specifying the SSID of a network, explicitly setting the channel, etc.. So, the QUESTIONS are: 1) Are there any documents/threads/messages about getting DWA-111, the already-added device, configured? Who actually owns the device and reported it as working? Contacts? 2) Any advice on my DWA-110? Something I'm missing? 3) Other logs needed? Additional wlandebug output? From lsantagostini at gmail.com Mon Aug 18 05:54:45 2008 From: lsantagostini at gmail.com (Leonardo Santagostini) Date: Mon Aug 18 05:54:51 2008 Subject: Ralink Technology RT2561 In-Reply-To: <4894E936.1050106@freebsd.org> References: <9ab7eeeb0808021304k399c42ddj9c79e1d5a7b7d933@mail.gmail.com> <20080802.144150.-1398321414.imp@bsdimp.com> <4894E936.1050106@freebsd.org> Message-ID: <9ab7eeeb0808172254l30a3bb84kd4e27c616e2c1fcc@mail.gmail.com> Sorry, but where i can download it ??? Or maybe the fix ?? Please i need a guidance from you. Thanks !!! Leonado 2008/8/2 Sam Leffler : > M. Warner Losh wrote: >> >> In message: <9ab7eeeb0808021304k399c42ddj9c79e1d5a7b7d933@mail.gmail.com> >> "Leonardo Santagostini" writes: >> : Hi list !!! >> : : Im looking for a working driver for Ralink Technology RT2561 becouse >> : im using a 7.0-RELEASE FreeBSD and after a few moments of working as >> : an AP i cant even use my freebsd as an AP. >> : : I have a very short experience in C programing but i can serve as a >> : tester for new drivers or patches. >> : : Any one help me ??? >> >> I think the ral(4) driver supports this chip. What's your problem? > > I think this is a bug fixed after the release. Beacons stop. I believe > sephe fixed it. > > Sam > -- Saludos.- Leonardo Santagostini From spamtrap at tczyhatczsche.eu Mon Aug 18 15:59:29 2008 From: spamtrap at tczyhatczsche.eu (Jonathan Lee) Date: Mon Aug 18 15:59:36 2008 Subject: Getting DWA-110 support with if_rum Message-ID: <20080818155913.GB1091@johnny.mnemoni.ca> Chm, never mind. I've got it working. WPA2 works, as described in the Handbook. Will mail freebsd-usb. From sbruno at miralink.com Mon Aug 18 23:11:24 2008 From: sbruno at miralink.com (Sean Bruno) Date: Mon Aug 18 23:11:30 2008 Subject: server reporting different "adX" devices Message-ID: <48AA019C.6060003@miralink.com> I have a couple of servers that seem to be reporting the IDE disk as "ad10". Is there a way to force the IDE (non-SATA) disk to be "ad0" instead? -- Sean Bruno MiraLink Corporation 6015 NE 80th Ave, Ste 100 Portland, OR 97218 Phone 503-621-5143 Fax 503-621-5199 MSN: sbruno@miralink.com Google: seanwbruno@gmail.com Yahoo: sean_bruno@yahoo.com From frase at frase.id.au Tue Aug 19 00:08:53 2008 From: frase at frase.id.au (Fraser Tweedale) Date: Tue Aug 19 00:08:59 2008 Subject: server reporting different "adX" devices In-Reply-To: <48AA019C.6060003@miralink.com> References: <48AA019C.6060003@miralink.com> Message-ID: <20080818234128.GA4326@bacardi.frase.id.au> On Mon, Aug 18, 2008 at 04:11:24PM -0700, Sean Bruno wrote: > I have a couple of servers that seem to be reporting the IDE disk as > "ad10". Is there a way to force the IDE (non-SATA) disk to be "ad0" > instead? > > -- > Sean Bruno > MiraLink Corporation > 6015 NE 80th Ave, Ste 100 > Portland, OR 97218 > Phone 503-621-5143 > Fax 503-621-5199 > MSN: sbruno@miralink.com > Google: seanwbruno@gmail.com > Yahoo: sean_bruno@yahoo.com > I'm not 100% sure on this, but perhaps remove/comment out the following: options ATA_STATIC_ID # Static device numbering ...from your kernel config frase -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-drivers/attachments/20080819/d3ee59bc/attachment.pgp From stas at FreeBSD.org Tue Aug 19 17:49:28 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Tue Aug 19 17:49:35 2008 Subject: Ralink Technology RT2561 In-Reply-To: <9ab7eeeb0808172254l30a3bb84kd4e27c616e2c1fcc@mail.gmail.com> References: <9ab7eeeb0808021304k399c42ddj9c79e1d5a7b7d933@mail.gmail.com> <20080802.144150.-1398321414.imp@bsdimp.com> <4894E936.1050106@freebsd.org> <9ab7eeeb0808172254l30a3bb84kd4e27c616e2c1fcc@mail.gmail.com> Message-ID: <20080819215055.97a184d9.stas@FreeBSD.org> On Mon, 18 Aug 2008 02:54:43 -0300 "Leonardo Santagostini" mentioned: > Sorry, but where i can download it ??? > > Or maybe the fix ?? > > Please i need a guidance from you. > You need to update your FreeBSD installation to -STABLE (via CVSUP or other available ways). See Handbook for additional information on how to do this. -- Stanislav Sedov ST4096-RIPE -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-drivers/attachments/20080819/482347ef/attachment.pgp From lsantagostini at gmail.com Wed Aug 20 02:48:45 2008 From: lsantagostini at gmail.com (Leonardo Santagostini) Date: Wed Aug 20 02:49:01 2008 Subject: Ralink Technology RT2561 In-Reply-To: <20080819215055.97a184d9.stas@FreeBSD.org> References: <9ab7eeeb0808021304k399c42ddj9c79e1d5a7b7d933@mail.gmail.com> <20080802.144150.-1398321414.imp@bsdimp.com> <4894E936.1050106@freebsd.org> <9ab7eeeb0808172254l30a3bb84kd4e27c616e2c1fcc@mail.gmail.com> <20080819215055.97a184d9.stas@FreeBSD.org> Message-ID: <9ab7eeeb0808191948r2835c817yd248b18e5795be76@mail.gmail.com> Thank you Stanislav ! Im givin it a try !!!! Your Leonardo 2008/8/19 Stanislav Sedov : > On Mon, 18 Aug 2008 02:54:43 -0300 > "Leonardo Santagostini" mentioned: > >> Sorry, but where i can download it ??? >> >> Or maybe the fix ?? >> >> Please i need a guidance from you. >> > > You need to update your FreeBSD installation to -STABLE > (via CVSUP or other available ways). See Handbook > for additional information on how to do this. > > -- > Stanislav Sedov > ST4096-RIPE > -- Saludos.- Leonardo Santagostini From lsantagostini at gmail.com Thu Aug 21 03:07:12 2008 From: lsantagostini at gmail.com (Leonardo Santagostini) Date: Thu Aug 21 03:07:19 2008 Subject: Ralink Technology RT2561 In-Reply-To: <9ab7eeeb0808191948r2835c817yd248b18e5795be76@mail.gmail.com> References: <9ab7eeeb0808021304k399c42ddj9c79e1d5a7b7d933@mail.gmail.com> <20080802.144150.-1398321414.imp@bsdimp.com> <4894E936.1050106@freebsd.org> <9ab7eeeb0808172254l30a3bb84kd4e27c616e2c1fcc@mail.gmail.com> <20080819215055.97a184d9.stas@FreeBSD.org> <9ab7eeeb0808191948r2835c817yd248b18e5795be76@mail.gmail.com> Message-ID: <9ab7eeeb0808202007k2a8b74a3y3b9fb8b8c185effa@mail.gmail.com> Well list, im running a 7-STABLE version. Results: so far, so god. Things are going perfect by now. The entire process of doing an upgrade to STABLE was very clear and clean according to the handbook. By now im very excited !!!!! Becouse im using mi wifi phone on the bed using FreeBSD as my home AP instead my desktop. Well, i do really apreciate your help, for my was really helpfull !!!!! Thanks a lot !!! Yours Leonardo 2008/8/19 Leonardo Santagostini : > Thank you Stanislav ! > > Im givin it a try !!!! > > Your > Leonardo > > 2008/8/19 Stanislav Sedov : >> On Mon, 18 Aug 2008 02:54:43 -0300 >> "Leonardo Santagostini" mentioned: >> >>> Sorry, but where i can download it ??? >>> >>> Or maybe the fix ?? >>> >>> Please i need a guidance from you. >>> >> >> You need to update your FreeBSD installation to -STABLE >> (via CVSUP or other available ways). See Handbook >> for additional information on how to do this. >> >> -- >> Stanislav Sedov >> ST4096-RIPE >> > > > > -- > Saludos.- > Leonardo Santagostini > -- Saludos.- Leonardo Santagostini From lsantagostini at gmail.com Wed Aug 27 00:02:38 2008 From: lsantagostini at gmail.com (Leonardo Santagostini) Date: Wed Aug 27 00:02:45 2008 Subject: Ralink Technology RT2561 In-Reply-To: <9ab7eeeb0808202007k2a8b74a3y3b9fb8b8c185effa@mail.gmail.com> References: <9ab7eeeb0808021304k399c42ddj9c79e1d5a7b7d933@mail.gmail.com> <20080802.144150.-1398321414.imp@bsdimp.com> <4894E936.1050106@freebsd.org> <9ab7eeeb0808172254l30a3bb84kd4e27c616e2c1fcc@mail.gmail.com> <20080819215055.97a184d9.stas@FreeBSD.org> <9ab7eeeb0808191948r2835c817yd248b18e5795be76@mail.gmail.com> <9ab7eeeb0808202007k2a8b74a3y3b9fb8b8c185effa@mail.gmail.com> Message-ID: <9ab7eeeb0808261702j3a1aed4bmab23fb7c971d54dc@mail.gmail.com> Well well well Im here again, sorry. But i can't mount a home AP. I think the problem is in hostapd becouse i must restart it to get the AP work again. Any clue, any mailing list, any forum ? Thanks Leonardo 2008/8/21 Leonardo Santagostini : > Well list, im running a 7-STABLE version. > > Results: > > so far, so god. > > Things are going perfect by now. > > The entire process of doing an upgrade to STABLE was very clear and > clean according to the handbook. > > By now im very excited !!!!! Becouse im using mi wifi phone on the bed > using FreeBSD as my home AP instead my desktop. > > Well, i do really apreciate your help, for my was really helpfull !!!!! > > Thanks a lot !!! > > Yours > Leonardo > > 2008/8/19 Leonardo Santagostini : >> Thank you Stanislav ! >> >> Im givin it a try !!!! >> >> Your >> Leonardo >> >> 2008/8/19 Stanislav Sedov : >>> On Mon, 18 Aug 2008 02:54:43 -0300 >>> "Leonardo Santagostini" mentioned: >>> >>>> Sorry, but where i can download it ??? >>>> >>>> Or maybe the fix ?? >>>> >>>> Please i need a guidance from you. >>>> >>> >>> You need to update your FreeBSD installation to -STABLE >>> (via CVSUP or other available ways). See Handbook >>> for additional information on how to do this. >>> >>> -- >>> Stanislav Sedov >>> ST4096-RIPE >>> >> >> >> >> -- >> Saludos.- >> Leonardo Santagostini >> > > > > -- > Saludos.- > Leonardo Santagostini > -- Saludos.- Leonardo Santagostini From marauder at pi.avalonnetworks.us Wed Aug 27 16:42:21 2008 From: marauder at pi.avalonnetworks.us (Marauder) Date: Wed Aug 27 16:42:28 2008 Subject: DMA to SATA drive failure Message-ID: <48B52A34.5689.0089.0@pi.avalonnetworks.us> Hi, I have a system that needs to directly access the local storage device in are machine (In this case it is a ATA hard disk). To do that we are use code similar to this storageFD = open("/dev/ad4", O_RDWR); if (write(storageFD, configBlock, 512) == -1) { cout << "Error" << endl; } We currently make sure we are writing to the disk in full sector sizes (512 in this case) and im sure we have the disk open for write. But for some reason on some machines that we do this on we get the following error displayed from the kernel. "Aligned DMA transfer attempted. ad4: Setting up DMA failed" We have tried adding "SET hw.ata.ata_dma=0" in are loader.rc file with no luck. Any help would be greatly appreciated Thanx M From spamtrap at tczyhatczsche.eu Wed Aug 27 20:07:09 2008 From: spamtrap at tczyhatczsche.eu (Jonathan Lee) Date: Wed Aug 27 20:07:16 2008 Subject: Ralink Technology RT2561 Message-ID: <20080827200704.GA1109@johnny.mnemoni.ca> AFAIK Ralinks don't support Host AP mode properly. At least yet. Check the driver's man page to make sure. It's probably at the very bottom. From sam at freebsd.org Wed Aug 27 20:11:50 2008 From: sam at freebsd.org (Sam Leffler) Date: Wed Aug 27 20:11:57 2008 Subject: Ralink Technology RT2561 In-Reply-To: <20080827200704.GA1109@johnny.mnemoni.ca> References: <20080827200704.GA1109@johnny.mnemoni.ca> Message-ID: <48B5B504.7070709@freebsd.org> Jonathan Lee wrote: > AFAIK Ralinks don't support Host AP mode properly. At least yet. > > Check the driver's man page to make sure. It's probably at the very > bottom. > They mostly work fine (no power save support and some other stuff). On HEAD they even support WDS. Sam From yrao at force10networks.com Thu Aug 28 17:06:32 2008 From: yrao at force10networks.com (yong rao) Date: Thu Aug 28 17:06:38 2008 Subject: Use count in open/close device driver Message-ID: <19204481.post@talk.nabble.com> We want to have use count in the dev_open(), dev_close() functions. Just like in Linux, in open_dev() function we counld have #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) MOD_INC_USE_COUNT; #endif #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,0) try_module_get(THIS_MODULE); /* increment the usage counter */ #endif to increment the use count. In close_dev(), we could decrement the use count. So, when the device driver is unloaded, we would be able to know if there is any other application processes is still using the driver. Is there anybody having any clues? Thanks a lot, Yong Rao -- View this message in context: http://www.nabble.com/Use-count-in-open-close-device-driver-tp19204481p19204481.html Sent from the freebsd-drivers mailing list archive at Nabble.com. From stas at FreeBSD.org Sun Aug 31 18:27:27 2008 From: stas at FreeBSD.org (Stanislav Sedov) Date: Sun Aug 31 18:27:33 2008 Subject: [Review request]: Attansic L2 ethernet driver Message-ID: <20080831222822.76d4ee92.stas@FreeBSD.org> Hi! Seems that I've implemented the most stuff I wanted to see in the driver for Attansic L2 ethernet controller. I haven't received any bugreports since the last public version and I think it's in a pretty good form and ready to be committed in HEAD. Before that, I'd like to ask you to review the code of the driver, since it's my first work in this area, and I'm not sure I've done everything correctly. The latest diff against HEAD is available here: http://www.SpringDaemons.com/stas/if_ae.diff.2008083100 Thanks! -- Stanislav Sedov ST4096-RIPE -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-drivers/attachments/20080831/f0958240/attachment.pgp From rpaulo at FreeBSD.org Sun Aug 31 19:34:52 2008 From: rpaulo at FreeBSD.org (Rui Paulo) Date: Sun Aug 31 19:34:58 2008 Subject: [Review request]: Attansic L2 ethernet driver In-Reply-To: <20080831222822.76d4ee92.stas@FreeBSD.org> References: <20080831222822.76d4ee92.stas@FreeBSD.org> Message-ID: <20080831191041.GA97323@alpha.local> On Sun, Aug 31, 2008 at 10:28:22PM +0400, Stanislav Sedov wrote: > Hi! > > Seems that I've implemented the most stuff I wanted > to see in the driver for Attansic L2 ethernet controller. > I haven't received any bugreports since the last public > version and I think it's in a pretty good form and ready > to be committed in HEAD. Before that, I'd like to ask > you to review the code of the driver, since it's my > first work in this area, and I'm not sure I've done > everything correctly. > > The latest diff against HEAD is available here: > http://www.SpringDaemons.com/stas/if_ae.diff.2008083100 * ae_init_tunables() - Is this the correct name for this function? * I think you don't want to go over 80 columns and there are several places where you go. The rest looks fine. Thanks, -- Rui Paulo