Search found 25 matches
- Tue Feb 26, 2019 3:04 pm
- Forum: Beginners
- Topic: Connecting to wifi router after changing wpa_supplicant.config without reboot (stretch)
- Replies: 12
- Views: 24363
Re: Connecting to wifi router after changing wpa_supplicant.config without reboot (stretch)
I'm having this problem too. I was using a quite out of date version of raspbian where 'wpa_cli reconfigure' would reconnect without reboot but this seems to have stopped now I have updated.
- Thu Sep 27, 2012 12:36 pm
- Forum: Raspberry Pi OS
- Topic: Instructions for building XBMC for Raspbian
- Replies: 399
- Views: 190861
Re: Instructions for building XBMC for Raspbian
Many thanks for these build instructions. My build went very smoothly and I now have a working system. The one issue I have is that any video or mp3 I play causes a fluttering sound to come through the speakers. I canplay an mp3 via the command line with mpg123 without problem so it does seem to be...
- Sun Sep 09, 2012 11:13 am
- Forum: Raspberry Pi OS
- Topic: Instructions for building XBMC for Raspbian
- Replies: 399
- Views: 190861
Re: Instructions for building XBMC for Raspbian
Does omxplayer exhibit the asme effect? Is fluttering continuous or does it settle down. I don't have omxplayer installed, just the base build as detailed in the fits post of this thread. Like I said mpg123 plays it perfectly, it's only inside xbmc that the noise occurs. The noise is fairly consist...
- Sat Sep 08, 2012 4:58 pm
- Forum: Raspberry Pi OS
- Topic: Instructions for building XBMC for Raspbian
- Replies: 399
- Views: 190861
Re: Instructions for building XBMC for Raspbian
Many thanks for these build instructions. My build went very smoothly and I now have a working system. The one issue I have is that any video or mp3 I play causes a fluttering sound to come through the speakers. I canplay an mp3 via the command line with mpg123 without problem so it does seem to be ...
- Mon Jun 18, 2012 7:58 am
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
Try this ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 ap_scan=2 network={ ssid="AB" proto=RSN key_mgmt=WPA-PSK auth_alg=OPEN pairwise=TKIP group=TKIP psk="asdfg" id_str="AB" } network={ ssid="ZABCDE" key_mgmt=NONE wep_key0="abcdef123"...
- Wed Jun 13, 2012 8:58 pm
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
Cool. Glad to be of help. The same applies for the key_mgmt and pairwise fields too. Post your wpa-supplicant.conf file here (minus passkey of course) if you still can't connect.
- Wed Jun 13, 2012 1:47 pm
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
Basically you just need to add the following to the Makefile in the appropriate places: CONFIG_PLATFORM_RASPBIAN = y ifeq ($(CONFIG_PLATFORM_RASPBIAN), y) EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN ARCH := arm CROSS_COMPILE := arm-linux-gnueabihf- KVER := $(shell uname -r) KSRC ?= /lib/modules/$(KVER)/b...
- Wed Jun 13, 2012 6:54 am
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
I had similar problems. In my case I had misconfigured my wpa_supplicant.conf file. I had AP scanning/selection set to 2 (ap_scan=2) but had more than one option listed in my proto and group fields (you're only allowed one option if ap_scan=2. Although it doesn't look like that's the case here. Have...
- Tue Jun 12, 2012 9:07 am
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
Thanks MrEngman. That new driver fixed the problem for me.
- Mon Jun 11, 2012 3:14 pm
- Forum: Raspberry Pi OS
- Topic: Omxplayer
- Replies: 38
- Views: 48949
Re: Omxplayer
Thanks! Got it working now. Nice and smooth!
- Mon Jun 11, 2012 3:10 pm
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
Is the wifi dongle plugged straight into the Pi? If so it could be a power issue. Use a powered hub if you're not already. Are you able to ssh into the Pi? If you can take a look in /var/log/dmesg to see if there are any errors. It's possible that doing an update has caused an issue with your existi...
- Sun Jun 10, 2012 1:08 pm
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
Still doing it this way? I do, but it sounds like I may be rather out of date :? - what other ways are there? I meant as opposed to compiling the driver yourself. I was trying this at the time and then went back to running the install.sh when that proved to be too hard :) Thanks, changing the link ...
- Sun Jun 10, 2012 11:18 am
- Forum: Raspberry Pi OS
- Topic: Omxplayer
- Replies: 38
- Views: 48949
Re: Omxplayer
Hi I can get sound but no video. Could someone explain how to check what my memory split is and how to change it? Thanks
- Sun Jun 10, 2012 8:55 am
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
I'm at the stage now where I believe the driver is installed and working but I cannot connect to my router. The driver appears to be able to scan available networks and can find my router. It appears on the list when I run iwlist wlan0 scan I'm just wondering if anyone can spot anything from my dmes...
- Sat Jun 09, 2012 1:45 am
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
Hi Jimmer, Well I don't know what's happening here but I can't get the driver to compile. I've had to make some alterations to the symlinks to even get the linux source compiled but still cannot get the driver compiled. mkdir /root/src cd /root/src git clone –depth 1 https://github.com/raspberrypi/...
- Thu Jun 07, 2012 12:29 pm
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
Thanks Jimmer. I am using Windows and have just worked out how to do it.
I used Win32 Disk Imager to write my original image to the SD. Backing up is as easy as entering a new file name e.g backup.img and then clicking the 'Read' button' rather than the 'Write' button
I used Win32 Disk Imager to write my original image to the SD. Backing up is as easy as entering a new file name e.g backup.img and then clicking the 'Read' button' rather than the 'Write' button

- Thu Jun 07, 2012 10:29 am
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
Thanks for this Jimmer, I'll give it a go. Is there a special tool I need to backup the image on my SD card?
- Tue Jun 05, 2012 8:51 pm
- Forum: Troubleshooting
- Topic: [debian] No keyboard/mouse after startx
- Replies: 15
- Views: 20901
Re: [debian] No keyboard/mouse after startx
I had a problem where the keyboard and mouse stopped working after starting X. Running the command rpi-update fixed the issue for me.
- Tue Jun 05, 2012 12:12 pm
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
I tried TenderLoins script and it's moved me on a bit. I now get the following error when I do a make make[1]: Entering directory `/lib/modules/3.1.9+/build' WARNING: Symbol version dump /lib/modules/3.1.9+/build/Module.symvers is missing; modules will have no dependencies and modversions. CC [M] /h...
- Tue Jun 05, 2012 11:30 am
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
Thanks for the tips - I'll read through and report what success I had.
I think you can compile from wherever you want. I copied the source tar.gz file into my home directory and unpacked it there. Then just navigated into the directory it created and ran make. Hope that helps.
I think you can compile from wherever you want. I copied the source tar.gz file into my home directory and unpacked it there. Then just navigated into the directory it created and ran make. Hope that helps.
- Tue Jun 05, 2012 8:19 am
- Forum: Raspberry Pi OS
- Topic: Building Quake 3 in Raspbian
- Replies: 24
- Views: 19651
Re: Building Quake 3 in Raspbian
Hi thanks for your help. Re-installing the mouse and keyboard driver didn't work in my instance but gave me the idea to try updating everything else. After I updated the firmware with
everything magically started working!
Code: Select all
rpi-update
- Mon Jun 04, 2012 8:34 pm
- Forum: Raspberry Pi OS
- Topic: Building Quake 3 in Raspbian
- Replies: 24
- Views: 19651
Re: Building Quake 3 in Raspbian
Found this in my Xorg.0.log file
Does anyone know where would I specify this driver? Why would this have changed?
Thanks
Code: Select all
[ 187.936] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/mouse0)
[ 187.936] (II) No input driver specified, ignoring this device.
Thanks
- Mon Jun 04, 2012 11:47 am
- Forum: Raspberry Pi OS
- Topic: Building Quake 3 in Raspbian
- Replies: 24
- Views: 19651
Re: Building Quake 3 in Raspbian
I followed the instructions then rebooted. Now my keyboard and mouse don't work in XFCE
Any ideas what could have gone wrong? I don't know where to start looking.
Any ideas what could have gone wrong? I don't know where to start looking.
- Mon Jun 04, 2012 7:44 am
- Forum: Raspberry Pi OS
- Topic: Wifi adapter
- Replies: 99
- Views: 62003
Re: Wifi adapter
I too am trying to get a wireless adapter working. I'm trying to install the drivers for a Realtek rtl8192su but I get errors when I do a make. make: *** /lib/modules/3.1.9+/build: No such file or directory. Stop. make: *** [all] Error 2 It seems to be complaining it can't find the kernel source. He...
- Mon Jun 04, 2012 6:55 am
- Forum: Raspberry Pi OS
- Topic: ALSA on Raspbian
- Replies: 167
- Views: 191754
Re: ALSA on Raspbian
I had the same problem with vlc - not cracked the problem yet. I installed xine and that works, as does using aplay and mpg123 so I'm assuming at the moment it's a vlc specific problem. Shame because I do like vlc. Xine seems to do the same job though.