Phoenix1969
Legendary
Offline
Activity: 938
Merit: 1000
LIR DEV
|
 |
October 21, 2013, 06:14:02 PM |
|
Am I having a nightmare, or did KNC forget to give us an update?
|
|
|
|
soy
Legendary
Offline
Activity: 1428
Merit: 1013
|
 |
October 21, 2013, 06:17:16 PM |
|
you might try staying off the 192.168.1.0... just use 192.168..1.1 for gateway, and 192.168.1.(2-245)for clients. the only one with DHCP on should be the server I often ran into problems using .0
When the last digit is a zero it is the network. A gateway on 192.168.1.1 is on network 192.168.1.0. And got the RPI working as a router. It had an eth0 address 192.168.1.50 before. I added the Cisco USB adapter. That was given the address 192.168.1.116. I added a route to network 2.0 with "route add 192.168.2.0 eth0" I went into /etc/network/interfaces and changed the eth0 static address from 192.168.1.50 to 192.168.2.50 and changed the broadcast address as well. Then I restarted networking with /etc/init.d/networking restart which this time didn't disconnect me because wlan0 stayed. Then I booted my WinXP and gave its internet connection a static address of 192.168.2.6 and changed the gateway to 192.168.2.50 and rebooted. Could ping 192.168.2.50 and 192.168.1.116 so the WinXP laptop was reaching the wlan0 port of the RPI but when I tried pinging 192.168.1.1 it failed. I gave the command as root on RPI "sysctl -w net.ipv4.conf.all.forwarding=1" the tried pinging 192.168.1.1 from a dos box on the WinXP home and Bob's your uncle it worked. Then I pinged yahoo.com from WinXP with complete success. Now I can use the RPI as a wireless router I'll just have to establish a static address in the .2.0 net on the machine that's going to be forwarded. Bet it's possible to do the reverse. Say you have a non-wireless router. Bring up the RPI, plug in a USB wireless, put the wireless on another net, adding routing and forwarding, boot a tablet and assign it a static IP in that new net, and you've converted a non-wireless router into a wireless router. Darn 60 something unread messages I've got to catch on back there, got no work done outside, will do my mileage on my treadmill rather than on the road so at least I'll get in an hour running. Didn't get to adding caps to the ASIC module to test if it can then run better on 0.95. I have one die that keeps losing 1 to 3 cores and I think it's possibly the VRM getting the least cooling, but where does the time go. Isn't that a song? ...where does the time go?
|
|
|
|
Phoenix1969
Legendary
Offline
Activity: 938
Merit: 1000
LIR DEV
|
 |
October 21, 2013, 06:20:35 PM |
|
I tried wireless routers, bridges, modems, and smoke signals..... the best/most stable connection to wireless I found, was thru a cheapo laptop & a simple ethernet switch. I have 2 desktops, and 3 miners connected to the web thru the laptop's wifi to the android. Rock solid
|
|
|
|
texaslabrat
Newbie
Offline
Activity: 56
Merit: 0
|
 |
October 21, 2013, 06:21:25 PM |
|
you might try staying off the 192.168.1.0... just use 192.168..1.1 for gateway, and 192.168.1.(2-245)for clients. the only one with DHCP on should be the server I often ran into problems using .0
When the last digit is a zero it is the network. A gateway on 192.168.1.1 is on network 192.168.1.0. And got the RPI working as a router. It had an eth0 address 192.168.1.50 before. I added the Cisco USB adapter. That was given the address 192.168.1.116. I added a route to network 2.0 with "route add 192.168.2.0 eth0" I went into /etc/network/interfaces and changed the eth0 static address from 192.168.1.50 to 192.168.2.50 and changed the broadcast address as well. Then I restarted networking with /etc/init.d/networking restart which this time didn't disconnect me because wlan0 stayed. Then I booted my WinXP and gave its internet connection a static address of 192.168.2.6 and changed the gateway to 192.168.2.50 and rebooted. Could ping 192.168.2.50 and 192.168.1.116 so the WinXP laptop was reaching the wlan0 port of the RPI but when I tried pinging 192.168.1.1 it failed. I gave the command as root on RPI "sysctl -w net.ipv4.conf.all.forwarding=1" the tried pinging 192.168.1.1 from a dos box on the WinXP home and Bob's your uncle it worked. Then I pinged yahoo.com from WinXP with complete success. Now I can use the RPI as a wireless router I'll just have to establish a static address in the .2.0 net on the machine that's going to be forwarded. Bet it's possible to do the reverse. Say you have a non-wireless router. Bring up the RPI, plug in a USB wireless, put the wireless on another net, adding routing and forwarding, boot a tablet and assign it a static IP in that new net, and you've converted a non-wireless router into a wireless router. You guys are making integration into a wireless network waaaaay too difficult. I mean, if you enjoy creating Rube Goldberg inspired networks, then by all means don't let me stop you. However for those who want something a little more straight-forward, let me introduce you to: http://www.amazon.com/gp/product/B003KPBRRW/ref=oh_details_o04_s02_i01?ie=UTF8&psc=1
|
|
|
|
soy
Legendary
Offline
Activity: 1428
Merit: 1013
|
 |
October 21, 2013, 06:25:25 PM |
|
I tried wireless routers, bridges, modems, and smoke signals..... the best/most stable connection to wireless I found, was thru a cheapo laptop & a simple ethernet switch. I have 2 desktops, and 3 miners connected to the web thru the laptop's wifi to the android. Rock solid
This was my first attempt at wireless isolation. Nothing like the dependability of a cat5 connection so unless I hear thunder....
|
|
|
|
soy
Legendary
Offline
Activity: 1428
Merit: 1013
|
 |
October 21, 2013, 06:26:15 PM |
|
you might try staying off the 192.168.1.0... just use 192.168..1.1 for gateway, and 192.168.1.(2-245)for clients. the only one with DHCP on should be the server I often ran into problems using .0
When the last digit is a zero it is the network. A gateway on 192.168.1.1 is on network 192.168.1.0. And got the RPI working as a router. It had an eth0 address 192.168.1.50 before. I added the Cisco USB adapter. That was given the address 192.168.1.116. I added a route to network 2.0 with "route add 192.168.2.0 eth0" I went into /etc/network/interfaces and changed the eth0 static address from 192.168.1.50 to 192.168.2.50 and changed the broadcast address as well. Then I restarted networking with /etc/init.d/networking restart which this time didn't disconnect me because wlan0 stayed. Then I booted my WinXP and gave its internet connection a static address of 192.168.2.6 and changed the gateway to 192.168.2.50 and rebooted. Could ping 192.168.2.50 and 192.168.1.116 so the WinXP laptop was reaching the wlan0 port of the RPI but when I tried pinging 192.168.1.1 it failed. I gave the command as root on RPI "sysctl -w net.ipv4.conf.all.forwarding=1" the tried pinging 192.168.1.1 from a dos box on the WinXP home and Bob's your uncle it worked. Then I pinged yahoo.com from WinXP with complete success. Now I can use the RPI as a wireless router I'll just have to establish a static address in the .2.0 net on the machine that's going to be forwarded. Bet it's possible to do the reverse. Say you have a non-wireless router. Bring up the RPI, plug in a USB wireless, put the wireless on another net, adding routing and forwarding, boot a tablet and assign it a static IP in that new net, and you've converted a non-wireless router into a wireless router. You guys are making integration into a wireless network waaaaay too difficult. I mean, if you enjoy creating Rube Goldberg inspired networks, then by all means don't let me stop you. However for those who want something a little more straight-forward, let me introduce you to: http://www.amazon.com/gp/product/B003KPBRRW/ref=oh_details_o04_s02_i01?ie=UTF8&psc=1What? spend more money?
|
|
|
|
Phoenix1969
Legendary
Offline
Activity: 938
Merit: 1000
LIR DEV
|
 |
October 21, 2013, 06:26:41 PM |
|
its simpler than that even...  just plug it to a laptop, which has wifi a cheapo 10/100 is plenty
|
|
|
|
texaslabrat
Newbie
Offline
Activity: 56
Merit: 0
|
 |
October 21, 2013, 06:30:39 PM |
|
you might try staying off the 192.168.1.0... just use 192.168..1.1 for gateway, and 192.168.1.(2-245)for clients. the only one with DHCP on should be the server I often ran into problems using .0
When the last digit is a zero it is the network. A gateway on 192.168.1.1 is on network 192.168.1.0. And got the RPI working as a router. It had an eth0 address 192.168.1.50 before. I added the Cisco USB adapter. That was given the address 192.168.1.116. I added a route to network 2.0 with "route add 192.168.2.0 eth0" I went into /etc/network/interfaces and changed the eth0 static address from 192.168.1.50 to 192.168.2.50 and changed the broadcast address as well. Then I restarted networking with /etc/init.d/networking restart which this time didn't disconnect me because wlan0 stayed. Then I booted my WinXP and gave its internet connection a static address of 192.168.2.6 and changed the gateway to 192.168.2.50 and rebooted. Could ping 192.168.2.50 and 192.168.1.116 so the WinXP laptop was reaching the wlan0 port of the RPI but when I tried pinging 192.168.1.1 it failed. I gave the command as root on RPI "sysctl -w net.ipv4.conf.all.forwarding=1" the tried pinging 192.168.1.1 from a dos box on the WinXP home and Bob's your uncle it worked. Then I pinged yahoo.com from WinXP with complete success. Now I can use the RPI as a wireless router I'll just have to establish a static address in the .2.0 net on the machine that's going to be forwarded. Bet it's possible to do the reverse. Say you have a non-wireless router. Bring up the RPI, plug in a USB wireless, put the wireless on another net, adding routing and forwarding, boot a tablet and assign it a static IP in that new net, and you've converted a non-wireless router into a wireless router. You guys are making integration into a wireless network waaaaay too difficult. I mean, if you enjoy creating Rube Goldberg inspired networks, then by all means don't let me stop you. However for those who want something a little more straight-forward, let me introduce you to: http://www.amazon.com/gp/product/B003KPBRRW/ref=oh_details_o04_s02_i01?ie=UTF8&psc=1What? spend more money? Just saying that your time is worth something too. And not everyone has a spare RPi laying around. Nor a spare laptop to use as a horribly energy-inefficient wireless bridge/router. While the 2 of you seem to have a working solution up and going (Rube Goldberg style), I just thought I'd mention some far easier solutions to others who might be contemplating the same. Since it doesn't rely on USB to work (it's a true wireless-to-cat5 bridge), you can use it on any device with an ethernet port...or even a switch/hub to get more than 1 box talking over the wireless bridge.
|
|
|
|
Altomesi
Newbie
Offline
Activity: 19
Merit: 0
|
 |
October 21, 2013, 06:34:28 PM |
|
I would not rely on a raspberry pi to act as a wireless bridge, I would much rather have a wireless gaming adapter for nearly the same price as a raspberry pi. While no longer sold, I'm using this without issue and it took a whole 10 seconds to setup... http://support.linksys.com/en-us/support/adapters/WGA600N
|
|
|
|
Phoenix1969
Legendary
Offline
Activity: 938
Merit: 1000
LIR DEV
|
 |
October 21, 2013, 06:34:45 PM |
|
I tried a wireless bridge... it sucked... totally. Want one?...lol whatever works for you... 
|
|
|
|
texaslabrat
Newbie
Offline
Activity: 56
Merit: 0
|
 |
October 21, 2013, 06:38:49 PM |
|
I tried a wireless bridge... it sucked... totally. Want one?...lol
There are some crappy ones out there for sure...but the one I linked is pretty awesome for those just now starting to wonder about how to put their miner on wireless and don't want to jump through a lot hoops to do it. I do high-end networking for a living and I'm not easily impressed with home consumer-grade gear..but this little box really surprised me for the build quality and the signal strength it was able to maintain throughout the house during my wireless torture test.
|
|
|
|
Phoenix1969
Legendary
Offline
Activity: 938
Merit: 1000
LIR DEV
|
 |
October 21, 2013, 06:39:25 PM |
|
I tried a wireless bridge... it sucked... totally. Want one?...lol
There are some crappy ones out there for sure...but the one I linked is pretty awesome for those just now starting to wonder about how to put their miner on wireless and don't want to jump through a lot hoops to do it. sure... all helps... I was not satisfied at all with a bridge, it liked to drop connections randomly... The laptop's range is like 10x as far, gets waaay better reception, and has never dropped the connection in 6 days so far...
|
|
|
|
The Avenger
|
 |
October 21, 2013, 06:41:06 PM |
|
Am I having a nightmare, or did KNC forget to give us an update?
They are such a groundbreaking company they redefine words as they go along. "Daily" means reporting on what happened yesterday, which as that was nothing, it means they have to wait for 2 days of production before giving us a "daily" report. Least that is what happened last week. + "shipped" means "meh, dunno what happened to your order" + "in progress" means "not in progress" Let's not even start on what "no later than October 15th" means to them...
|
"I am not The Avenger" 1AthxGvreWbkmtTXed6EQfjXMXXdSG7dD6
|
|
|
Altomesi
Newbie
Offline
Activity: 19
Merit: 0
|
 |
October 21, 2013, 06:45:36 PM |
|
I tried a wireless bridge... it sucked... totally. Want one?...lol
There are some crappy ones out there for sure...but the one I linked is pretty awesome for those just now starting to wonder about how to put their miner on wireless and don't want to jump through a lot hoops to do it. I do high-end networking for a living and I'm not easily impressed with home consumer-grade gear..but this little box really surprised me for the build quality and the signal strength it was able to maintain throughout the house during my wireless torture test. BAH! I just bough one of these today for my XBMC setup as I took my old bridge to use on my miner. I was looking at that exact product, dangit. I picked up a refurb one of these for $29USD. http://www.newegg.com/Product/Product.aspx?Item=N82E16833989024
|
|
|
|
Phoenix1969
Legendary
Offline
Activity: 938
Merit: 1000
LIR DEV
|
 |
October 21, 2013, 06:46:02 PM |
|
Don't forget "today" means "in 3 days"  at least "2 Weeks" didn't mean a year...
|
|
|
|
The Avenger
|
 |
October 21, 2013, 06:54:43 PM |
|
Don't forget "today" means "in 3 days"  at least "2 Weeks" didn't mean a year... Nor was the difficulty going up 50%+ every 2 weeks back then, so no valid comparison now.
|
"I am not The Avenger" 1AthxGvreWbkmtTXed6EQfjXMXXdSG7dD6
|
|
|
texaslabrat
Newbie
Offline
Activity: 56
Merit: 0
|
 |
October 21, 2013, 06:56:01 PM |
|
I tried a wireless bridge... it sucked... totally. Want one?...lol
There are some crappy ones out there for sure...but the one I linked is pretty awesome for those just now starting to wonder about how to put their miner on wireless and don't want to jump through a lot hoops to do it. I do high-end networking for a living and I'm not easily impressed with home consumer-grade gear..but this little box really surprised me for the build quality and the signal strength it was able to maintain throughout the house during my wireless torture test. BAH! I just bough one of these today for my XBMC setup as I took my old bridge to use on my miner. I was looking at that exact product, dangit. I picked up a refurb one of these for $29USD. http://www.newegg.com/Product/Product.aspx?Item=N82E16833989024For your application, you probably made the right choice spec-wise assuming you have a 5GHz-band access point for it to talk to. Streaming media over 2.4Ghz isn't all that awesome...even over N...due to the crowded spectrum and all the interference that brings. The netgear I linked is 2.4Ghz only and great for low-bandwidth applications but I wouldn't want to put a HTPC on it for multi-megabit streaming duties.
|
|
|
|
soy
Legendary
Offline
Activity: 1428
Merit: 1013
|
 |
October 21, 2013, 07:01:32 PM |
|
its simpler than that even...  just plug it to a laptop, which has wifi a cheapo 10/100 is plenty I bought into high speed wireless switches early and am still using the things. I've got a TP-Link 8 port and a TP-Link 4 port. They make great ethernet extenders. My WDTV can do wifi and I bought the Cisco USB but at the time my wireless routers were only 802.11b and wouldn't accept the Cisco USB adapter logging in. So, I ran cat5 cable and put the 4port switch there by the TV, added a 2.5" hard drive to the WDTV and I can drag and drop two weeks worth of TV programs onto the WDTV drive. Using the high speed switch at the end of the cat5 run really improves thruput.
|
|
|
|
soy
Legendary
Offline
Activity: 1428
Merit: 1013
|
 |
October 21, 2013, 07:03:35 PM |
|
I tried a wireless bridge... it sucked... totally. Want one?...lol whatever works for you...  When I go to try the RPI wireless router I'll test with the hot pepper from the unmentionable company. That should give it a suitable workout.
|
|
|
|
DPoS
|
 |
October 21, 2013, 07:05:54 PM Last edit: October 21, 2013, 07:16:45 PM by DPoS |
|
Any significance to the sticker numbers? All my Jupiter boards have a "1" and I've been running 525-550GH/s fairly consistently.
#1's might just mean that since they were first they had a little more attention to detail before they got ramped up and slopped up a bit though, I have two #1 boards and one of them is the one with the die out but the dies that do work on them seem to drop the least cores on avg. I guess one of my VRM/caps got a little baked on the early firmwares
|
|
|
|
|