Re: bcm43xx wireless with static ip

2007-07-05 Thread William Xu
"Felix C. Stegerman" <[EMAIL PROTECTED]> writes: > But I was wondering how you made the above "print". Is > there some handy utility to pretty-print files like that? Or did you > [have to] do it by hand? Of course not by hand, ;-) The answer: GNU Emacs + boxquote.el -- William 《枫桥夜泊》 作者:张

Re: bcm43xx wireless with static ip

2007-07-04 Thread William Xu
William Xu <[EMAIL PROTECTED]> writes: > When using DHCP, the wireless works just fine. But with a static ip, it > fails. Ooh, by "fails", i meant "ping 192.168.0.1" fails, it returns "Destination Host Unreachable". -- William 题目:《寓居吴兴》 作者:曾几(1084-11

bcm43xx wireless with static ip

2007-07-04 Thread William Xu
When using DHCP, the wireless works just fine. But with a static ip, it fails. Below is my settings: ,[ /etc/network/interfaces ] | iface eth1 inet static | wireless-essid "laijh" | wireless-key off | wireless-rate 1M | wireless-mode Ad-Hoc | wireless-apa

Re: Installing Mac OS X without destroying Debian

2007-06-11 Thread William Xu
"Andrew J. Barr" <[EMAIL PROTECTED]> writes: I hear the Mac OS X installer is extremely unkind to existing operating systems whose developer != Apple. I thought this applied to Windows..Doesn't look so bad on Mac OS X. Whenever yaboot doesn't come up, you can always press Alt while booting

Re: keyjnote doesn't work

2007-05-18 Thread William Xu
Michel Dänzer <[EMAIL PROTECTED]> writes: > You are right, trigger doesn't work either.. So this is probably indeed bug #420164, which is fixed in the version in experimental (and even in 6.5.2-5, which for some reason hasn't been uploaded to sid yet, hopefully soon). I just installe

Re: keyjnote doesn't work

2007-05-18 Thread William Xu
William Xu <[EMAIL PROTECTED]> writes: Michel Dänzer <[EMAIL PROTECTED]> writes: >Which version of libgl1-mesa-dri are you using? > > Version: 6.5.2-4. Especially if you're using the r300 driver, can you try building 6.5.3~rc3-1

Re: keyjnote doesn't work

2007-05-18 Thread William Xu
Michel Dänzer <[EMAIL PROTECTED]> writes: On Fri, 2007-05-18 at 17:42 +0800, William Xu wrote: > Michel Dänzer <[EMAIL PROTECTED]> writes: > >Your 3D driver may be broken. > > How to confirm this? Some 3d games like ppracer, works smoothl

Re: keyjnote doesn't work

2007-05-18 Thread William Xu
Michel Dänzer <[EMAIL PROTECTED]> writes: >Which version of libgl1-mesa-dri are you using? > > Version: 6.5.2-4. Especially if you're using the r300 driver, can you try building 6.5.3~rc3-1 from experimental and see if it's any better? Hmm, okay, i'll try to build that.

Re: keyjnote doesn't work

2007-05-18 Thread William Xu
Michel Dänzer <[EMAIL PROTECTED]> writes: Your 3D driver may be broken. How to confirm this? Some 3d games like ppracer, works smoothly here. Which version of libgl1-mesa-dri are you using? Version: 6.5.2-4. Toggling between fullscreen and windowed mode may serve as a workaround.

keyjnote doesn't work

2007-05-18 Thread William Xu
Hi, Does anybody manage to run `keyjnote'? When i run it, it simply gives a black background, no errors as well. The log is, ,[ keyjnote test ] | Welcome to KeyJnote version 0.9.4 | Detected screen size: 1024x768 pixels | libGL warning: 3D driver claims to not support visual 0x4b | Using G

Re: airport extreme with linux-2.6.18

2007-05-05 Thread William Xu
2007/5/3, Alejandro Muñoz Fernandez <[EMAIL PROTECTED]>: The one I have (BCM4306) works with linux-2.6.18 in my Ibook G4. I didn't manage it to work using the firmware-cutter utility, I had to download the firmware to make it work (http://au.ubuntu.cafuego.net/pool/edgy-cafuego/bcm43xx/bcm43xx-f

Re: airport extreme with linux-2.6.18

2007-05-05 Thread William Xu
3 May 2007 17:17:43 GMT, Jack Malmostoso <[EMAIL PROTECTED]>: On Thu, 03 May 2007 09:20:10 +0200, William Xu wrote: > "ping: sendmsg: Operation not permitted". What's wrong here? I had that for a while, and it turned out to be some wrong iptables setting as a resu

Re: airport extreme with linux-2.6.18

2007-05-03 Thread William Xu
2007/5/3, Elimar Riesebieter <[EMAIL PROTECTED]>: Did you used bcm43xx-fwcutter for extracting Broadcom 43xx firmware? Yes. i apt-get it, then run the script installed by bcm43xx-fwcutter. bcm43xx out of 2.6.21 is working like a charme here: Glad to know... -- William -- To UNSUBSCRIBE,

Re: airport extreme with linux-2.6.18

2007-05-03 Thread William Xu
2007/5/2, Eugen Dedu <[EMAIL PROTECTED]>: ifconfig eth1 up iwconfig eth1 essid ... rate 11M dhclient eth1 It's interesting that after explicitly setting rate to 1M, it can get a ip at least(by dhcp). While, the network is still broken, ping always returns "ping: sendmsg: Operation not permitted

Re: unable to boot linux-2.6.18.4

2007-04-28 Thread William Xu
Jack Malmostoso <[EMAIL PROTECTED]> writes: > On Sat, 28 Apr 2007 08:40:11 +0200, William wrote: > >> And >> i'm suprised that the error is different from previous. > > Maybe it's time for a good hardware check. If you have a RAM module > installed, try removing it and retry to install the kernel.

Re: unable to boot linux-2.6.18.4

2007-04-28 Thread William Xu
Wolfgang Pfeiffer <[EMAIL PROTECTED]> writes: > The kernel above is a from the git repository, IINM. > The config is attached. Your config works great ! Except that my root fs is xfs, which makes me recompile it with xfs built-in. Also in yaboot.conf i changed hdc to hda. One little problem is t

Re: unable to boot linux-2.6.18.4

2007-04-27 Thread William Xu
Wolfgang Pfeiffer <[EMAIL PROTECTED]> writes: > We've had this topic - kernel compiles going wrong - often > here. IIRC. And I've given detailed instructions on how to do it: You > can search Google on it, with these patterns (including the quotes): > > "time makeflags" "wolfgang pfeiffer" > > Or

Re: unable to boot linux-2.6.18.4

2007-04-27 Thread William Xu
Sven Luther <[EMAIL PROTECTED]> writes: > On Fri, Apr 27, 2007 at 01:18:01PM +0800, William Xu wrote: >> Hi, >> >> In order to get airport extreme working, i just built linux-2.6.18.4. >> Its .config is mainly based on 2.6.15.5(current kernel). When i try to &

unable to boot linux-2.6.18.4

2007-04-26 Thread William Xu
Hi, In order to get airport extreme working, i just built linux-2.6.18.4. Its .config is mainly based on 2.6.15.5(current kernel). When i try to boot the newly built kernel, it dies even before loading the kernel: Can't read Elf e_ident/e_type/e_machine info Any thoughts on this? Attachme

Re: compiz startup error

2006-11-27 Thread William Xu
Yves-Alexis Perez <[EMAIL PROTECTED]> writes: > On lun, 2006-11-27 at 14:58 +0800, William Xu wrote: >> | /usr/bin/compiz.real: Another window manager is already running on >> screen: 0 >> | /usr/bin/compiz.real: No manageable screens found on display :0 > > Jus

Re: Help with MOL: start in a window + networking

2006-11-26 Thread William Xu
Jack Malmostoso <[EMAIL PROTECTED]> writes: > Hi there list, > > I have just installed the new version of MOL (0.9.71) on my Sid install on > iBook G4. It works like a charm, but I can't find a way to start it in a > window instead of fullscreen. > Can someone give me a hint? With default setting

compiz startup error

2006-11-26 Thread William Xu
Hi all, I'm trying to get compiz work on my ibook G4(debian unstable), following http://wiki.debian.org/Compiz. Now when i start compiz, it complains, ,[ error ] | $ compiz --replace | libGL warning: 3D driver claims to not support visual 0x4b | /usr/bin/compiz.real: Another window manager

Re: make `caps_lock' behave as `control' ?

2006-08-17 Thread William Xu
Andy Wingo <[EMAIL PROTECTED]> writes: > You have to recompile your kernel :/ Thanks, that works ! btw, is it possible to turn the lights off forever? i hope i don't have to compile the kernel again... > If you feel like hacking, you can port adb to sysfs, which would allow > this functionalit

Re: Ignore accidental input

2006-04-23 Thread William Xu
Børge Holen <[EMAIL PROTECTED]> writes: > On Sunday 23 April 2006 10:54, you wrote: >> Børge Holen wrote: >> > In osX we got the opportunity to turn on the "Ignore accidental input". >> > Is there a similar option in linux. The random input from the pad itself >> > can be pretty annoying. >> >> Yo

boot problem

2006-03-14 Thread William Xu
Hi, there When booting, it always hangs here, -8<- Invalid card number Usage: amixer command Available options: -h,--help this help -c,--card N select the card -D,--device N select the device, default 'defaul

Re: Mplayer

2006-02-20 Thread William Xu
Paul TT <[EMAIL PROTECTED]> writes: > On Thu, 16 Feb 2006 12:46:57 +0800 > William Xu <[EMAIL PROTECTED]> wrote: > >> Bartosz Sokolowski <[EMAIL PROTECTED]> writes: >> >> > Anyone using Mplayer, any sources for binary packages?? >> >>

TP-LINK usb wireless network card support

2006-02-19 Thread William Xu
Hi there, I bought a new TP-LINK(tp-wn321G) 54M wireless USB network card today. And trying to make it work on my ibook. Now i've built madwifi module by compiling madwifi-source from debian unstable repo successfully. Thus, # modprobe ath_pci ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, R

Re: Mplayer

2006-02-15 Thread William Xu
Bartosz Sokolowski <[EMAIL PROTECTED]> writes: > Anyone using Mplayer, any sources for binary packages?? deb http://honk.physik.uni-konstanz.de/~agx/linux-ppc/debian/ mplayer/ -- William -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PR

Re: glibc problem ?

2005-11-19 Thread William Xu
Yves-Alexis Perez <[EMAIL PROTECTED]> writes: > When I run openoffice (2), and click on the "view" menu, it freezes and > in the terminal it outputs: > > *** glibc detected *** free(): invalid pointer: 0x108979f0 *** I experienced a similar problem with lftp. And an upgrade solved it. Maybe you c

Re: arm-linux cross compiler

2005-11-17 Thread William Xu
Harald Krammer <[EMAIL PROTECTED]> writes: > The footprint is much smaller with uclibc. > look here for more deatils: > http://www.uclibc.org/FAQ.html buildroot works great ! I've set up the arm toolchain successfully, finally. Many thanks. -- William ((email . "[EMAIL PROTECTED]") (blog . "

Re: arm-linux cross compiler

2005-11-11 Thread William Xu
Harald Krammer <[EMAIL PROTECTED]> writes: > bad news, but buildroot is not possible for you ? I used it with > success on my power-pc. Oh, i don't know much about uclibc. What're the differences? > Can you show us your problem with Kegels scrips ? This is the case when i use gcc-4.0. I've als

Re: arm-linux cross compiler

2005-11-11 Thread William Xu
Christian Walther <[EMAIL PROTECTED]> writes: > if you don't need to install on a small system (e.g. PDA), but you > want a full Debian system, you should apt-get toolchain-source > The package contains everything that is needed to download and compile > all packages that are required for a cross

Re: arm-linux cross compiler

2005-11-10 Thread William Xu
Harald Krammer <[EMAIL PROTECTED]> writes: > For a glibc system you can try the buildscripts form Dan Kegel > http://kegel.com/crosstool/ i've already tried that many times...but no success... -- William ((email . "[EMAIL PROTECTED]") (blog . "http://matchsticker.mysmth.net";)) -- To UNSU

arm-linux cross compiler

2005-11-09 Thread William Xu
Hi guys, I'm trying to set up a arm-linux cross compiler environment. Are there any precompiled debs? since i've met various problems trying to compile from source myself... Any suggestions would be appreciated. -- William ((email . "[EMAIL PROTECTED]") (blog . "http://matchsticker.mysmth.

Re: partition problem

2005-11-08 Thread William Xu
GONG Jie <[EMAIL PROTECTED]> writes: > I think the problem is the partition type of the extended partition. > I guess you create a extended partition with type 5 (Extended) or 85 > (Linux extended). But for Windows, you should create a extended > partition with type f (Win95 Extended LBA). I mad

Re: partition problem

2005-11-08 Thread William Xu
GONG Jie <[EMAIL PROTECTED]> writes: > On Tuesday 08 November 2005 21:19, William Xu wrote: >> Hi there, >> I have an 80G removable hard disk, which i divided into 40G xfs + 40G >> vfat partitions. (In detail, cfdisk first, then mkfs.xfs and mkfs.vfat >> for each

Re: partition problem

2005-11-08 Thread William Xu
Milan Toth <[EMAIL PROTECTED]> writes: > William Xu at Tue, Nov 08, 2005 at 02:19:41PM CET wrote: >> Hi there, >> >> on linux, i could mount both partitions - sda1, sda5 successfully. But >> on windows (i wish it could access the 40G vfat partition), it can'

partition problem

2005-11-08 Thread William Xu
Hi there, I have an 80G removable hard disk, which i divided into 40G xfs + 40G vfat partitions. (In detail, cfdisk first, then mkfs.xfs and mkfs.vfat for each partition.) on linux, i could mount both partitions - sda1, sda5 successfully. But on windows (i wish it could access the 40G vfat parti

Re: backup of the whole hd

2005-10-28 Thread William Xu
Paul van Tilburg <[EMAIL PROTECTED]> writes: > On Thu, Oct 27, 2005 at 08:33:24PM -0400, Tamas K Papp wrote: >> Looks like my Powerbook has some hardware problem so I have to ship it >> to Apple for repair. Before that, I think it would be prudent to make >> a backup --- could people please sugge

unable to compile kernel 2.6.13-4

2005-10-20 Thread William Xu
Hi all. When i try to compile kernel 2.6.13-4 (from kernel.org), i got the following compile errors. Any hints? -8<- williamxu:/home/william/studio/build/linux-2.6.13.4# make-kpkg kernel_image Please ignore the warning about over

Re: how to play .mkv files?

2005-10-15 Thread William Xu
Dean Hamstead <[EMAIL PROTECTED]> writes: > did you compile or use the unofficial debs? Unofficial debs from, deb http://honk.physik.uni-konstanz.de/~agx/linux-ppc/debian/ mplayer/ > ive installed from the deb-ppc debs linked from the mplayer site What's the source address? I can't connect t

Re: how to play .mkv files?

2005-10-15 Thread William Xu
Luca Bigliardi <[EMAIL PROTECTED]> writes: > On Sun, Oct 16, 2005 at 12:25 AM, William Xu wrote: > >> Any way to play .mkv and .wmv files? > > mkv is matroska and mplayer should support it, the same for wmv. On my x86 machine, mplayer does support them. But seems not

how to play .mkv files?

2005-10-15 Thread William Xu
Hi, all~ Any way to play .mkv and .wmv files? I've been able to make mplayer play most video file formats, including .rm and .rmvb, but i've never succeeded with .mkv files... Any successful stories? -- William -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

Re: Anyone experiencing bash hangs?

2005-10-12 Thread William Xu
Junichi Uekawa <[EMAIL PROTECTED]> writes: > Hi, > > I'm experiencing intermittent bash hangs; > it seems to be stuck at 100% CPU usage > waiting for some process to end. > > Is there anyone experiencing similar problem? > > It seems to happen when I'm hitting ctrl-c in > the command-line. Not su

Re: Java 142

2005-06-22 Thread William Xu
Mike S <[EMAIL PROTECTED]> writes: > I am downloading IBMJava2-SDK-142.ppc.tgz and IBMJava2-JRE-142.ppc.tgz, > and now that I look there's also IBMJava2-JAVACOMM-142.ppc.tgz, do I > need all of these, or either the sdk/jre and javacomm, and is the > difference between jre and sdk just that one has

Re: java: execute .jnlp files ?

2005-06-09 Thread William Xu
Joerg Rossdeutscher <[EMAIL PROTECTED]> writes: > Am Freitag, den 10.06.2005, 02:38 +0800 schrieb William Xu: >> Hi, guys, >> >> I've installed IBM's jdk1.4.2, and able to run some java >> applications. But still i can't execute .jnlp files. I no

java: execute .jnlp files ?

2005-06-09 Thread William Xu
Hi, guys, I've installed IBM's jdk1.4.2, and able to run some java applications. But still i can't execute .jnlp files. I notice that in Sun's jdk, javaws is used to run .jnlp, while in IBM's jdk, i only find javaw. What's the differences between javaws and javaw ? Any ideas? -- William -- To

Re: Sarge

2005-06-07 Thread William Xu
Guillaume Florey <[EMAIL PROTECTED]> writes: > Hi everybody, > Just wanted to say that sarge is out ! And I also like to know who is going > to > use it (inclusive me ;-) Why not sid ? :P -- William -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Con