Go to advanced search

by simplesimon
Sat Jan 31, 2015 5:51 am
Forum: Advanced users
Topic: read net activity via software
Replies: 3
Views: 767

Re: read net activity via software

[quote="ukscone"]have a dig around in /proc/net

yes, i could do it in a clunky sort of way by using /proc/net/dev

thankyou :)
by simplesimon
Sat Jan 31, 2015 5:27 am
Forum: Advanced users
Topic: read net activity via software
Replies: 3
Views: 767

read net activity via software

is it possible to read the network activity status via software? it would be great if there were something in /proc or /sys.
by simplesimon
Sat Dec 20, 2014 11:16 pm
Forum: Troubleshooting
Topic: a+ kernel panics during apt-get update
Replies: 7
Views: 1594

Re: a+ kernel panics during apt-get update

simplesimon wrote:i have been trying different levels of network slowdown (traffic shaping) in the router box. it looks like i might get a reliable 8kbps on pi a+ with usb dm9601 :(

FOLLOWUP: I made some changes to my network, freeing up another usb ethernet adapter for use on the a+. all better now.
by simplesimon
Sat Dec 20, 2014 11:06 pm
Forum: Troubleshooting
Topic: B+ bad problem VCC short to gnd
Replies: 8
Views: 2938

Re: B+ bad problem VCC short to gnd

ok the pi is shot, ordered another. i disconnected the fuse, short was after fuse and open with respect to pp7 applied 5v there and led came on for a second and then the smaller die got real hot, still not sure what caused it, i actually doubt my original 5v to brass standoff conclusion the brass s...
by simplesimon
Sat Dec 20, 2014 11:02 pm
Forum: Troubleshooting
Topic: B+ bad problem VCC short to gnd
Replies: 8
Views: 2938

Re: B+ bad problem VCC short to gnd

ok the pi is shot, ordered another. i disconnected the fuse, short was after fuse and open with respect to pp7 applied 5v there and led came on for a second and then the smaller die got real hot, still not sure what caused it, i actually doubt my original 5v to brass standoff conclusion the brass s...
by simplesimon
Wed Dec 03, 2014 12:21 pm
Forum: Troubleshooting
Topic: a+ kernel panics during apt-get update
Replies: 7
Views: 1594

Re: a+ kernel panics during apt-get update

i have been trying different levels of network slowdown (traffic shaping) in the router box. it looks like i might get a reliable 8kbps on pi a+ with usb dm9601 :(
by simplesimon
Wed Dec 03, 2014 10:00 am
Forum: Troubleshooting
Topic: a+ kernel panics during apt-get update
Replies: 7
Views: 1594

Re: a+ kernel panics during apt-get update

i tried installing the kernel module with the mode=0 option, which puts the adapter in 10megabit half duplex mode. it didn't help.
by simplesimon
Wed Dec 03, 2014 9:36 am
Forum: Troubleshooting
Topic: a+ kernel panics during apt-get update
Replies: 7
Views: 1594

Re: a+ kernel panics during apt-get update

yes, it is 9601, and therefore the cause of the problem, but a good driver module would not panic the kernel.
by simplesimon
Wed Dec 03, 2014 12:21 am
Forum: Troubleshooting
Topic: a+ kernel panics during apt-get update
Replies: 7
Views: 1594

Re: a+ kernel panics during apt-get update

it happens when i wget kernel source from kernel.org too. i guess it is my cheap usb ethernet and the bcm2708 usb port are quarreling.
by simplesimon
Tue Dec 02, 2014 11:44 pm
Forum: Troubleshooting
Topic: a+ kernel panics during apt-get update
Replies: 7
Views: 1594

a+ kernel panics during apt-get update

got my a+ today :) i had a problem getting it networked. the ip=x.x.x.x in cmdline.txt does not apply to my cheap chinese import usb wired ethernet adaptor. putting the address and such in /etc/network/interfaces fixed that. now it is up and running on the network but the kernel panics during apt-ge...
by simplesimon
Mon Dec 01, 2014 12:41 am
Forum: Troubleshooting
Topic: reverse polarity
Replies: 6
Views: 3687

Re: reverse polarity

it is still doing great. i will keep an eye on it :) expect further damage to develop, the damaged card proves the negative voltage passed through the 3V3 regulator and will have damaged all that is connected to 3V3, such damage may not immediately be apparent, but I wouldn't trust the device. also,...
by simplesimon
Thu Nov 20, 2014 10:35 pm
Forum: Troubleshooting
Topic: reverse polarity
Replies: 6
Views: 3687

Re: reverse polarity

looking at the b+ schematic diagram I see an SMBJ5.0 transient voltage suppressor downstream from the "perfect diode" device. this operates very much like a zener diode. this is almost certainly where my 15 watts went.
by simplesimon
Fri Nov 14, 2014 2:36 pm
Forum: Troubleshooting
Topic: B+ bad problem VCC short to gnd
Replies: 8
Views: 2938

Re: B+ bad problem VCC short to gnd

did you clear the short circuit? if you did, did it then work properly?
by simplesimon
Thu Nov 13, 2014 10:41 pm
Forum: Troubleshooting
Topic: reverse polarity
Replies: 6
Views: 3687

reverse polarity

I connected a 3 amp power supply to the 5 volt and ground pins of the header connector with reversed polarity, that supply went into overcurrent foldback and stayed there for about 30 seconds, and the only thing that fried was the sd card. I ordered a small switch mode regulator with builtin volt me...
by simplesimon
Tue Oct 07, 2014 1:15 pm
Forum: Off topic discussion
Topic: Raspberry PI Running on 48Gb RAM
Replies: 39
Views: 16100

Re: Raspberry PI Running on 48Gb RAM

i didn't know that the address and data busses are accessible. how to?
by simplesimon
Wed Aug 06, 2014 7:13 pm
Forum: Troubleshooting
Topic: Schematics for B+
Replies: 76
Views: 10283

Re: Schematics for B+

I'm not worried about it. My B+ plus is on the way and the schematics are too.
by simplesimon
Wed May 01, 2013 11:10 am
Forum: Other programming languages
Topic: Vintage Basic
Replies: 16
Views: 8164

Re: Vintage Basic

cbmbasic works too. the early version compiles without modification. in the later version just delete the arch lines in the makefile, the raspi's default will be used.
by simplesimon
Wed May 01, 2013 10:58 am
Forum: Other programming languages
Topic: Basic on the system
Replies: 40
Views: 6666

Re: Basic on the system

cbmbasic works too. the early version compiles without modification. in the later version just delete the arch lines in the makefile, the raspi's default will be used.
by simplesimon
Wed May 01, 2013 10:55 am
Forum: Other programming languages
Topic: BBC Basic
Replies: 70
Views: 23080

Re: BBC Basic

cbmbasic works too. the early version compiles without modification. in the later version just delete the arch lines in the makefile, the raspi's default will be used.
by simplesimon
Thu Jun 28, 2012 1:15 pm
Forum: Beginners
Topic: No Pi For Me :(
Replies: 6
Views: 1470

Re: No Pi For Me :(

this might be the item of information that i need. is the only indication of a non-functioning root filesystem device a lit power led and nothing else happening? that is what i have. what does the directory of the root filesystem look like? mine looks nothing like a linux root filesystem (when i loo...

Go to advanced search