Browsing this Thread:
1 Anonymous Users
|
Re: usb wifi sticks / realtek8180.device development
|
||||
|---|---|---|---|---|
|
Home away from home
![]()
|
Hmm.. I just went to check on aros.org, and the last available nightly build for ABIv0 is 5 days old. Are there issues?
Posted on: 2017/1/21 17:43
|
|||
|
p.bes
Icaros Desktop AROS distribution mantainer |
||||
|
||||
|
Re: usb wifi sticks / realtek8180.device development
|
||||
|---|---|---|---|---|
|
Home away from home
![]()
|
Quote:
ABIv0 as well, right?
Posted on: 2017/1/20 17:49
|
|||
|
p.bes
Icaros Desktop AROS distribution mantainer |
||||
|
||||
|
Re: usb wifi sticks / realtek8180.device development
|
||||
|---|---|---|---|---|
|
Home away from home
![]()
|
This has just been fixed. It should be OK in the next nightly build, or you can take realtek8180.device from a nightly or distro from before December 2016.
Posted on: 2017/1/20 13:59
|
|||
|
||||
|
Re: usb wifi sticks / realtek8180.device development
|
||||
|---|---|---|---|---|
|
Home away from home
![]() |
hm.
now with latest nightly build (2017-01-16) networking is broken. either WirelessManager or AROSTCP fails with "illegal instruction", first stack trace entry is "realtek8180.device Function CreateUnit"
Posted on: 2017/1/20 9:19
|
|||
|
||||
|
Re: usb wifi sticks / realtek8180.device development
|
||||
|---|---|---|---|---|
|
Home away from home
![]() |
Ho roMancer,
Yes, the '>' seems to have been lost in the copy fo the script - I'll put that back into the original post (thanks for spotting that). Of course, if you wished for more output you could just remove all the '>NIL:' from the script and line which invokes it. Cheers, Nigel.
Posted on: 2016/12/29 19:51
|
|||
|
||||
|
Re: usb wifi sticks / realtek8180.device development
|
||||
|---|---|---|---|---|
|
Home away from home
![]() |
https://www.youtube.com/watch?v=-fP-0-dEHhA
!!! ![]() I just tried your script (manually) - IT WORKS!!! ![]() and there's even some (albeit very little) output about what's going on.* thanks! ( *) I think it has to be ">NIL:" instead of just "NIL:", I get an error message here, but that would suppress the output, right? ) ( still I think: network connectivity is such a basic, crucial issue, it simply has to work out-of-the-box. please don't get me wrong, guys, I know how extremely time-consuming software development is, and how unrewarding it is to work on AROS, and I highly appreciate all the work that has been done. but asking someone who's new to AROS to browse a forum and create a custom script for such basic functionality will most likely be unacceptable for that person. sooo... maybe we could make it work from "Network"-prefs? add a log-window? a status indicator? ![]() )
Posted on: 2016/12/29 15:49
Edited by roMancer on 2016/12/29 16:15:59
|
|||
|
||||
|
Re: usb wifi sticks / realtek8180.device development
|
||||
|---|---|---|---|---|
|
Home away from home
![]() |
Hi roMancer,
I use the same Netgear adapter. As to the not applying settings problem, yes, I do get that - normally I expect to have to reboot after trying to change network settings. For the unreliable connection issue, I do have a trick I've used for a while to help. In the wirelessmananager script I start the network, stop it and then restart again: Run <<x>NIL: >NIL: sys:system/network/arostcp/c/AROSTCP wait 2 secs WaitForPort AROSTCP If NOT Warn ; echo "Stack online" ; stop and restart execute "sys:system/network/AROSTCP/s/stopnet" Else echo "Wait for Stack Failed" exit EndIf Run <<x>NIL: >NIL: sys:system/network/arostcp/c/AROSTCP WaitForPort AROSTCP If NOT Warn ; echo "Stack online" Else echo "Wait for Stack Failed" EndIf run <<x>NIL: >NIL: c:wirelessmanager realtek8180.device I don't start the network using the option in prefs; instead, I run the above script at the end of the startup-sequence: sys:system/network/arostcp/s/wstartnet >nil: Doing this means, for me, it always connects reliably and I get a full list of all the avaialble networks upon clicking on the Wirelessmanager AppIcon. However, it does take about 30 seconds to establish the connection. Cheers, Nigel.
Posted on: 2016/12/29 11:55
Edited by ntromans on 2016/12/29 19:51:58
Edited by ntromans on 2016/12/29 19:52:37 Edited by ntromans on 2016/12/29 19:53:11 Edited by ntromans on 2016/12/29 19:53:41 Edited by ntromans on 2016/12/29 19:55:09 Edited by ntromans on 2016/12/29 19:55:57 Edited by ntromans on 2016/12/29 19:56:31 Edited by ntromans on 2016/12/29 19:58:11 Edited by ntromans on 2016/12/29 20:00:37 Edited by ntromans on 2016/12/29 20:03:05 |
|||
|
||||
|
Re: usb wifi sticks / realtek8180.device development
|
||||
|---|---|---|---|---|
|
Home away from home
![]() |
@ncafferkey:
first of all huuuuge thank you for your work! ![]() @ntromans: which usb stick do you use? - - - - I'm using some Intel mainboard with Atom N270 cpu, running AROS-i386 native nightly build of 2016-11-21, and the aforementioned "netgear wg111v3" with "realtek8180.device" (set to dhcp / automatic, or manual ip - tried both). router is a FritzBox 7360. to be more precise about what's "unreliable" to me: 1. it wifi network is running (on system startup or after "Save"/"Use"), and if there's some wifi setting (active or not active) present (device / wireless network), hitting "Save" or "Use" always says: "failed to restart wireless network settings" (or similar) 2. after 1.), changes may or may not have been applied, I can't figure it out (see 3.), I think I remember changes have been applied now and then 3. if wifi network is running (on system startup or after "Save"/"Use"), "WirelessManager" may or (mostly) may not list wireless networks available, and sometimes only a couple of them (that's why I can't figure out 2., I have no clue if it's working in the first place) 4. connecting via "WirelessManager" (entering password and clicking one of the wireless networks listed) seems to have no effect - connecting seems to (rarely) work only by adding a wireless network in network settings 5. there's no feedback if connection was successful or not (see 2. and 3.), regardless of what networks "WirelessManager" lists, or where I do the connection setup ("Network" or "WirelessManager") 6. it DOES work sometimes, but it seems to be impossible to reproduce (plug, unplug, AROS restart, system reboot, network on system startup, network manual start, ...) basically, some precise message about what precisely is going (wr)on(g) would be nice. ![]()
Posted on: 2016/12/28 17:18
|
|||
|
||||
|
Re: usb wifi sticks / realtek8180.device development
|
||||
|---|---|---|---|---|
|
Home away from home
![]() |
USB on hosted is uasable for some of the transfer methods. Basic control transfers and bulk transfers should work. I think that where I left it is that interrupt transfers don't quite work (might be something simple, iorequest queue?) and ofcourse I haven't implemented any isochronous transfers (should be simple)
Bulk transfer work to the extend that a mass storage works and is usable. All transfers are synchronous and not as I intendet in the first place to be asynchronous and that's because of libusb and the way it uses payloads (copy buffer is needed in between iorequest and libusb)
Posted on: 2016/12/28 13:53
|
|||
|
Jyrki.J.Koivisto
|
||||
|
||||
You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.






