Search found 151 matches
- Tue Apr 23, 2013 10:49 am
- Forum: Other projects
- Topic: Watercooled Raspberry PI
- Replies: 37
- Views: 13742
Re: Watercooled Raspberry PI
Could the Raspberry PI have watercooling apparatus included to cool the processor? Water cooled retailers have developed a niche offering various things for water cooling, radiators, water blocs, tubing, reservoirs, pumps etc. Latest / Recent issue in Custom PC magazine in Britain, #108, has a feat...
- Tue Apr 23, 2013 1:29 am
- Forum: Raspberry Pi OS
- Topic: Kernel sources avaliability
- Replies: 25
- Views: 13279
Re: Kernel sources avaliability
Hi All, Linux raspberrypi 3.6.11+ #346 PREEMPT Fri Dec 28 00:50:33 GMT 2012 armv6l GNU/Linux The Git RPI Sources Cleanly rebased by "popcornmix" on the Orign Linux Kernels include all Git Comit Id´s + The RPI Platform extra patches . see https://github.com/raspberrypi/linux/tree/rpi-3.8.y...
- Mon Apr 22, 2013 12:05 pm
- Forum: General discussion
- Topic: 24 Node RPI Cluster - WSO2 - Middelware Cluster- CStyle
- Replies: 0
- Views: 4948
24 Node RPI Cluster - WSO2 - Middelware Cluster- CStyle
just Found .. Linux RPI WSO2 Middelware Cluster with LXC Made by : http://de.slideshare.net/afkham_azeez Blog posts: - http://blog.afkham.org/2013/01/why-we-built-raspberry-pi-cluster.html - http://blog.afkham.org/2013/01/raspberry-pi-control-center.html - http://blog.afkham.org/2013/02/building-ras...
- Mon Apr 22, 2013 11:34 am
- Forum: Advanced users
- Topic: First kernel compilation: undefined instruction: 0[#1]PREEMT
- Replies: 10
- Views: 5051
Re: First kernel compilation: undefined instruction: 0[#1]PR
I've recompiled the raspberry pi kernel according to the instructions here: http://elinux.org/RPi_Kernel_Compilation I've used the config file that was on the Pi and defaulted to NO on the one question asked by make oldconfig, which was about the DMA helper. Any idea what can cause this? Myself not...
- Mon Apr 22, 2013 11:27 am
- Forum: Troubleshooting
- Topic: SDHC works only on 256 B model
- Replies: 5
- Views: 896
Re: SDHC works only on 256 B model
Hi, I have SDHC card Pretec 32 GB. It runs smoothly on 256 B model. I wanted to upgrade to 512 B model, but only red led shines after power-on. On 512 B model I've tried raspbian on 2 GB SD and it runs fine. Update the Firmware bevor move the sd card. kernel at shuold be least 3.6.11. apt-get updat...
- Mon Apr 22, 2013 8:52 am
- Forum: Linux Kernel
- Topic: Option CONFIG_RPCSEC_GSS_KRB5 missing
- Replies: 9
- Views: 2559
Re: Option CONFIG_RPCSEC_GSS_KRB5 missing
Sorry. missed tp update my Published .config . I Run 3.8.7 now. 3.8.8 has few issues for my setup that i need to figure out .. befor publish it. Have a look at my DropBox here : https://www.dropbox.com/home/RPI-Linux-Kernel About enable Kconfig RPCSEC_GSS_KRB5 search at Google gives this : see requi...
- Fri Apr 19, 2013 4:28 pm
- Forum: Troubleshooting
- Topic: Trouble booting - red light steady, *very* dim green light
- Replies: 10
- Views: 12640
Re: Trouble booting - red light steady, *very* dim green lig
Okay, I got a new Raspberry Pi Model B yesterday, [*]Power adapter: made by Sonitek, has an output voltage of "DC 4.5-9.5V" . at RED light the RPI been in danger. wrong power. asap stop using it and trash it . buy an SUPPORTED that exacly give 5V -+ 0,5 at 1200mA at least see http://elinu...
- Fri Apr 19, 2013 4:12 pm
- Forum: Linux Kernel
- Topic: Option CONFIG_RPCSEC_GSS_KRB5 missing
- Replies: 9
- Views: 2559
Re: Option CONFIG_RPCSEC_GSS_KRB5 missing
pic my RPI kernel 386 config
Code: Select all
cd /usr/src
cp linux/.config .config.old
cd linux
make distclean clean
cd /usr/src
wget http://www.raspberrypi.org/phpBB3/download/file.php?id=3083
ls
tar xpfz < fiile>
cd linux
make oldconfig
make zImage modules
- Fri Apr 19, 2013 1:20 pm
- Forum: Other projects
- Topic: Sending the PI to space (Pi Satellite)
- Replies: 12
- Views: 4168
Re: Sending the PI to space (Pi Satellite)
I don't think an amateur group has ever successfully launched into low orbit. Do you have a slot on a commercial launch? If so, you will have no shortage of people wanting to help... There are launched more then 10 AMPR ( hamradio) amateur group Satelites past +20 J. So called "oscar" sat...
- Fri Apr 19, 2013 1:00 pm
- Forum: Troubleshooting
- Topic: No internet connection through ethernet connection
- Replies: 6
- Views: 3100
Re: No internet connection through ethernet connection
Update network config .. vi /etc/network/interfaces auto lo iface lo inet loopback iface eth0 inet static address 192.168.250.2 netmask 255.255.255.0 broadcast 192.168.250.255 gateway 192.168.250.1 dns-search your.net.name dns-nameservers 192.168.250.1 allow-hotplug wlan0 iface wlan0 inet manual wpa...
- Fri Apr 19, 2013 12:15 pm
- Forum: Troubleshooting
- Topic: Syslog Errors mount to "Read Only Filesystem"
- Replies: 1
- Views: 1596
Re: Syslog Errors mount to "Read Only Filesystem"
install VMbox on your PC , run an debian live cd shutdown your PI plug an usb sd card reader to your pc and plug the sd card in. do an fsck on the root fs from the live cd restart your RPI update the firmware. if that don´t helped , backup data to your Vmbox or some else , and reinstall RPI os , apt...
- Fri Apr 19, 2013 12:12 pm
- Forum: Beginners
- Topic: ssh is not working ..
- Replies: 7
- Views: 1556
Re: ssh is not working ..
shuregorge_alan_sw wrote:any suggestion how to make it working
if ping is working then means RPi is booted properly.
[ ok ] Restarting OpenBSD Secure Shell server: sshd.service ssh restart
and for permanet
_> enable sshraspi-config
that you seems to forgoten probably .
- Fri Apr 19, 2013 11:46 am
- Forum: General discussion
- Topic: PiParted - Custom GParted Live CD for Pi (Version 0.04)
- Replies: 42
- Views: 11503
Re: PiParted - Custom GParted for Pi
Joe Schmoe wrote:4 G RAM???
Well, it is still April 1 (at least here in the US).
My ANTI-PI-(A)Parted (c) !! has used only 64MB ram , runs debian Live CD with parted on VMbox and on my PC .
LOL




- Fri Apr 19, 2013 11:35 am
- Forum: Beginners
- Topic: ssh is not working ..
- Replies: 7
- Views: 1556
- Fri Apr 19, 2013 11:28 am
- Forum: Troubleshooting
- Topic: Prevent SD-Card Corruption
- Replies: 243
- Views: 267895
Re: Prevent SD-Card Corruption
Thanks again, Aydan ... I have Class 4, 6 and 10 cards ranging in size from 4GB to 128GB and they all have their tendency to corrupt. .. Ken. class 6 and 10 wth size bigger the 32GB require at least 3.8.4 to run stable. see my kenel hack post http://www.raspberrypi.org/phpBB3/viewtopic.php?f=87&...
- Fri Apr 19, 2013 11:24 am
- Forum: Troubleshooting
- Topic: Prevent SD-Card Corruption
- Replies: 243
- Views: 267895
Re: Prevent SD-Card Corruption
What kernel release you have in use ?dan_fritz wrote:I
..
..
currect rasppberry shuold be 3.6.11 at least.
- Fri Apr 19, 2013 10:43 am
- Forum: Raspberry Pi OS
- Topic: rpi-update fails
- Replies: 2
- Views: 1416
Re: rpi-update fails
I tried a couple of times in the past few weeks to do an 'rpi-update' but on each occasion the RPi fails to boot afterwards. Tried on two different SD cards that have always worked before. 'sudo apt-get update' and 'sudo apt-get upgrade' run without errors and system reboots OK. However if I subseq...
- Fri Apr 19, 2013 10:33 am
- Forum: Linux Kernel
- Topic: Kernel Panic on 3.6 and 3.8 builds
- Replies: 2
- Views: 1578
Re: Kernel Panic on 3.6 and 3.8 builds
Follow MY Kernel build made on the PI , no crosscompile.
http://www.raspberrypi.org/phpBB3/viewt ... 87&t=40664
http://www.raspberrypi.org/phpBB3/viewt ... 87&t=40664
- Fri Apr 19, 2013 10:30 am
- Forum: Linux Kernel
- Topic: Kernel Panic on 3.6 and 3.8 builds
- Replies: 2
- Views: 1578
Re: Kernel Panic on 3.6 and 3.8 builds
POST BUGS please to https://github.com/raspberrypi/linux/issues
- Fri Apr 19, 2013 9:42 am
- Forum: Linux Kernel
- Topic: Option CONFIG_RPCSEC_GSS_KRB5 missing
- Replies: 9
- Views: 2559
Re: Option CONFIG_RPCSEC_GSS_KRB5 missing
exit wrote:One more information:
If I use menuconfig and load the correct .config file and save it, the build overwrites the config again with "standard" values.
Code: Select all
make oldconfig
That bene why i do so at my Hack almost.
- Fri Apr 19, 2013 9:10 am
- Forum: Linux Kernel
- Topic: Option CONFIG_RPCSEC_GSS_KRB5 missing
- Replies: 9
- Views: 2559
Re: Option CONFIG_RPCSEC_GSS_KRB5 missing
Hi. I had problems when mounting kerberized NFS4 shares. This is caused by the missing kernel config option CONFIG_RPCSEC_GSS_KRB5. So the module /kernel/net/sunrpc/auth_gss/rpcsec_gss_krb5.ko is also missing. I followed the instructions from http://bchavez.bitarmory.com/archive/2013/01/16/compilin...
- Thu Apr 18, 2013 11:28 pm
- Forum: General discussion
- Topic: Adding a co-processor?
- Replies: 9
- Views: 8882
Re: Adding a co-processor?
java .. have a look at IBMs RPI java page :
http://www.v3.co.uk/v3-uk/news/2171834/ ... er-refresh
and this one:
http://www.i-programmer.info/news/91-ha ... ry-pi.html
http://www.v3.co.uk/v3-uk/news/2171834/ ... er-refresh
and this one:
http://www.i-programmer.info/news/91-ha ... ry-pi.html
- Thu Apr 18, 2013 8:30 pm
- Forum: Networking and servers
- Topic: Multiple Servers?
- Replies: 1
- Views: 724
Re: Multiple Servers?
Hi, can you make a raspberry pi connected to another server and have one domain name for them? shure if its the domainname . regulary not the fullqualified hostname , but either that is possible via dns aliases. i.e @lb2:/usr/src/linux# host pop3 pop3 has address 192.168.3.16 pop3 has address 192.1...
- Thu Apr 18, 2013 8:25 pm
- Forum: Networking and servers
- Topic: Switching between LAN and 3G network dongle
- Replies: 3
- Views: 1183
Re: Switching between LAN and 3G network dongle
Out of curiosity,
Why there been an need to disconnect the lan ?
linux itsself dont care how many network devices it has .
Just the Interface setup and routing may some work .
Why there been an need to disconnect the lan ?

linux itsself dont care how many network devices it has .
Just the Interface setup and routing may some work .
- Thu Apr 18, 2013 8:19 pm
- Forum: Troubleshooting
- Topic: [Solved] Upgrading from 256mb to 512mb
- Replies: 5
- Views: 738
Re: Upgrading from 256mb to 512mb. Do i need to reinstall?
run the firmware update bevor move.thepiman wrote:Can I use the 256mb pi sd card in the new 512mb pi?
will it utilize the full 512mb ?or do i need to setup a new SD card ?
Code: Select all
raspi-config
and update your os
Code: Select all
apt-get update
apt-get upgrade
reboot