search for: psp

Displaying 20 results from an estimated 188 matches for "psp".

Did you mean: esp
2005 Dec 18
1
psp on SuSE 10.0: free(): invalid pointer
- UPS MGE Premium Ellipse Premium 1200 - SuSE Linux 10.0 OSS, kernel 2.6.13 smp - gcc version 4.0.2 20050901 (prerelease), glibc-2.3.5-40 - mgeups-psp-3.0.0-3, nut-2.0.2-4 - Dell Dimension 8400 with dual core Intel Xeon. 3.0GHz. lsusb shows: Bus 002 Device 003: ID 0463:ffff MGE UPS Systems UPS less /proc/bus/usb/devices shows for bus 2 device 3: T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Su...
2003 Sep 03
1
Some notes on the FAQ
Hi. : ) I was updating my unofficial Korean Ogg Vorbis FAQ, when I noticed the following: While #ext is no longer listed in the FAQ contents, http://www.vorbis.com/faq.psp#ext still exists. IMHO http://www.vorbis.com/faq.psp#stream looks a little awkward. I suggest something like: Icecast streams Ogg vorbis to playsers like XMMS, Winamp 2, and foobar2000, which are all capable of... http://www.vorbis.com/faq.psp#fpsupport uses a UTF-8 encoded apostrophe, raw. It sh...
2008 Feb 18
4
[LLVMdev] cross compiling with the C backend
For my master's thesis, I am trying to cross compile programs for the PSP (PlayStation Portable) with LLVM and llvm-gcc. This is what I do: (1) compile a program and the libraries it uses (libpng etc.) with llvm-gcc (2) link the bitcode files with llvm-ld into one file (3) run "llc -march=c" on the result (4) compile the resulting C source with the PSP toolch...
2005 Sep 11
2
PSP, Protection Center 500, NUT 2.0.2 and Gentoo
Hi, I recently bought a MGE protection center 500. I am running a gentoo, and I am currently trying to enable the ups handling by the os, with no success. First, I compiled and installe nut 2.0.2 (with usb support) and psp 3.0. I made ebuild for them that I will submit soon to bugs.gentoo.org. The ups is connected via usb, and lsusb confirms that the device is detected (cf end of the mail for the lsusb output). ** configuring nut I created an entry in /etc/nut/ups.conf : [mge] driver = newhidups...
2008 Mar 19
3
[LLVMdev] GSoC Mips backend improvement
...i was mentored by Chris Lattner at GSoC and i created the Mips back-end for LLVM. The back-end is still experimental (working with simple benchmarks only) and this year i would like to improve it as my GSoC proposal. Mips is still fairly used nowadays in a lot of devices - routers, wireless cards, PSP, PS2 - and it would be great to have a stable mips backend for LLVM. General improvements : + Support little-endian Mips (mipsel) + Improve instruction scheduling to better support non interlock targets. + Support more subtargets. Roadmap : 1) Define a list of benchmarks and get all working. 2)...
2007 Jun 27
1
Using MGE UPS's with NUT and openSUSE
...pse 1500 USB) will work well with NUT and openSUSE 10.2, but not "out-of-the-box": there are some things you need to do: Intro. MGE have built rpms of NUT which greatly simplify installation. Merci MGE. I used the rpm's for nut-2.0.5 and the MGE supplied GUI front-end mgeups-psp-3.0.2. The MGE documentation advises the user to install using YOU (YaST online update). These notes assume that the UPS is owned by root. I havn't tried changing this. 1. During the installation of mgeups-psp I received an error message "/opt/gnome/share/applications/mgeups...
2009 Apr 02
0
Share : how to convert DVD and video to iPhone, iPod, Zune, PSP
Share : how to convert DVD and video to iPhone,iPod,Zune,PSP , etc Download Ultimate DVD + Video Converter Suite at click here (http://www.oursdownload.com/dvd-video-converter.html) Part 1:Convert DVD movie to iPhone, iPod touch/classic/video/nano, Zune, PSP, etc Part 2:Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DivX, XviD, MPG, etc to iPhone, iPod touch/c...
2008 Mar 07
0
[LLVMdev] llvm-gcc and mips
...i, Mar 7, 2008 at 8:28 PM, Bruno Cardoso Lopes <bruno.cardoso at gmail.com> wrote: > When using mips-unknown-linux-gnu as a cross-compiler, the llvm Mips > backend is called by cc1 and with that you get llvm bytecode defined > relative to the Mips ABI. That was my intention. The PSP has a 32-bit MIPS (derived) CPU. What I don't know is if that triple is the right one to pick. I looked through the patch that turns gcc into psp-gcc and it defines a special triple called simply "psp": diff -burN gcc-4.1.0/config.sub gcc-psp/config.sub --- gcc-4.1.0/config.sub 2005-...
2005 May 11
5
Hewlett Packard Server support packs
I am trying to install the HP PSP on a CentOS 3.4 server but it keeps telling me, only on certain rpms mind you, that the OS is not supported. I have made the modifications to redhat-release which cleared up some of the initial errors I was having but not all. Where else would the rpms be getting the OS info from? Better yet,...
2011 Nov 17
3
UPS MGE serial cable over network.
...gt; Standard MGE serial cable --> serial over IP --> internet --> PC running virtual com port & Personal Solution-Pac (windows xp) > > it can not work.... > > Some test I tried : > 1. UPS direct connect using serial cable (no serial over IP), it work on the same PC ( the PSP software can monitor it) > > 2. using the same serial over IP device, connect to a serial com on a router, I can remotely connect to the virtual com port and control the router ( on the same PC) > > 3. little experiment: > --->? First, I connect the UPS directly to PC. Then I unpl...
2008 Mar 20
0
[LLVMdev] GSoC Mips backend improvement
...hris Lattner at GSoC and i created the > Mips back-end for LLVM. The back-end is still experimental (working > with simple benchmarks only) and this year i would like to improve it > as my GSoC proposal. Mips is still fairly used nowadays in a lot of > devices - routers, wireless cards, PSP, PS2 - and it would be great to > have a stable mips backend for LLVM. Hi Bruno! I think that improving the MIPS backend would be great. However, instead of "general improvements", I'd strongly suggest focusing your efforts on a specific use (e.g. PSP, PS2 or whatever else y...
2008 Feb 18
0
[LLVMdev] cross compiling with the C backend
Kevin André wrote: > For my master's thesis, I am trying to cross compile programs for the > PSP (PlayStation Portable) with LLVM and llvm-gcc. > > This is what I do: > > (1) compile a program and the libraries it uses (libpng etc.) with llvm-gcc > (2) link the bitcode files with llvm-ld into one file > (3) run "llc -march=c" on the result > (4) compile the res...
2008 Mar 07
2
[LLVMdev] llvm-gcc and mips
Hi, When using mips-unknown-linux-gnu as a cross-compiler, the llvm Mips backend is called by cc1 and with that you get llvm bytecode defined relative to the Mips ABI. This can be messing up somehow your generated C code. 2008/3/7, HyperQuantum <hyperquantum at gmail.com>: > On Fri, Feb 29, 2008 at 2:23 PM, HyperQuantum <hyperquantum at gmail.com> wrote: > > At least I got
2007 Nov 13
1
trouble with ups mge evolution2200 and mandriva 2007 - nut 2. 2 + PSP
...re started at boot following later ... -----Message d'origine----- De : goudard sabine Envoy? : mardi 13 novembre 2007 11:24 ? : 'aquette.dev at gmail.com' Cc : 'nut-upsuser at lists.alioth.debian.org' Objet : trouble with ups mge evolution2200 and mandriva 2007 - nut 2.2 + PSP Hello, I'll be back with my MGE Evolution 2200 connected with RS232 I upgrade nut 2.0.1 in nut 2.2 + psp as you ask me PSP autodetect my UPS and autoconfigure NUT. not really diffcult ! So I didn't change anything but I always have in my syslog these event Nov 13 11:09:22 mezenc upsm...
2008 Sep 22
1
ProLiant Support Pack PSP 8.11: hpplduinstaller takes 100% CPU and hangs / hpplduioss defunct
Hi folks, We use CentOS 5.2 (with latest errata) 64bit on DL380 G5 and trying to install psp-8.11.rhel5.x86_64.en.tar.gz. After installing dependencies (like kernel-devel, rpm-devel, etc): # ./install811.sh Saving user-defined agent thresholds... [ Done ] Checking system for required packages... [ Done ] ./hpplduioss: error while loading shared li...
2007 Nov 13
0
trouble with ups mge evolution2200 and mandriva 2007 - nut 2.2 + PSP
Hello, I'll be back with my MGE Evolution 2200 connected with RS232 I upgrade nut 2.0.1 in nut 2.2 + psp as you ask me PSP autodetect my UPS and autoconfigure NUT. not really diffcult ! So I didn't change anything but I always have in my syslog these event Nov 13 11:09:22 mezenc upsmon[3865]: Poll UPS [mgeups at localhost] failed - Data stale Nov 13 11:09:27 mezenc upsmon[3865]: Poll UPS [mgeup...
2010 Apr 23
1
Liebert powersure psp
Hi, I have a Liebert POWERSURE PSP connected via USB. Cleanly built and installed from source nut-2.4.3.tar.gz using kernel 2.6.30.5 #cat /proc/bus/usb T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=10af ProdID=0003 Rev= 0.00 S: Manufacturer=Li...
2001 Dec 12
1
http://www.vorbis.com/musicsites.psp
...un this website : Kro men CD added on 2001-09-19 05:59:02.00 The French band named Kro men have released their CD entitled Phallussy in the Ogg format. The adress have changed from http://kromaniaks.free.fr to http://kromaniaks.coleumes.org , can you update the http://www.vorbis.com/musicsites.psp page ? Thanks a lot, Keep up the good work :) A+ Mathieu --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe'...
2009 Apr 17
2
Want to view your DVD movies on your iPod, iPhone, PSP, Zune?
...to collect all these memorable and classic movies onto your Hard Disk of PC, or put them onto your handheld device whenever you want to enjoy for reminiscing or sharing with your family and friends? Now you have DVD Ripper to backup the movie onto your HDD. Also, you can convert it to iPod, iPhone, PSP, Zune, Apple TV video and others. Now I am going to share the nice program with you: Pavtube DVD Ripper (http://www.pavtube.com/dvd_ripper/). It's used to convert DVD movies to various video and audio formats such as AVI, WMV, MP4(MPEG-4, H.264), MOV, MP3 compatible with iPod, iPhone, Zune, PSP...
2008 Jan 14
0
PSP InternetRadioPlayer v1.00 flooding server
*Hello..... Lateley I have been getting a flood of logins/listeners using the "PSP Internet Radio Player/v1:00". I have limited bandwith and have since had to turn off or make my streams private. When I make my streams public my server is at its max within minutes. Have tried banning the agent but still get login attempts. I have changed ports, ip, stream name, bit rate, etc...