[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Airport Extreme works on linux!



On 9/2/05, Matteo Bigoi - Bigo! <sbigol@gmail.com> wrote:
> See http://forums.gentoo.org/viewtopic-t-365647.html
>

There is a new gentoo archive mol-0.9.71_pre3 more generic for other
distributions.
http://forums.gentoo.org/viewtopic-t-365647-postdays-0-postorder-asc-start-75.html#top

It works on my ibook g4 debian unstable after a little path (attached).
(I must build it as root.)

Best regards,
Bin


> You have to run mol and use a tunl net device.
>
> Tomorrow I will try this "strange" method to use a wireless card and I
> will post my results!
>
> Ciao
>
>                 Bigo!
>
> --
> E' piu' facile modificare le specifiche per adeguarle al software piuttosto che viceversa. [Anonimo]
>
> ------------------------------------------------------
>          Registered Linux User # 365044
>             http://dust.homelinux.org
>     Please don't send me any Micro$oft attachments!
> ------------------------------------------------------
>
>
>
> --
> To UNSUBSCRIBE, email to debian-powerpc-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>
diff -Nur mol-0.9.71_pre3/Makefile.dist mol-0.9.71_pre3+1/Makefile.dist
--- mol-0.9.71_pre3/Makefile.dist	2005-01-18 00:07:07.000000000 +0100
+++ mol-0.9.71_pre3+1/Makefile.dist	2005-10-12 08:18:06.000000000 +0200
@@ -123,6 +123,7 @@
 	@$(INSTALL_DATA) $(molshare)/syms/of_words	$(_datadir)/syms/
 	@$(INSTALL_DATA) $(molshare)/nvram/nvram.dist	$(_datadir)/nvram/
 	@$(INSTALL_DATA) $(molshare)/nvram/nvram.dist	$(_vardir)/nvram.nw
+	@$(INSTALL_DATA) $(molshare)/nvram/nvram.x      $(_vardir)/
 	@$(MAKE) -C Doc install
 	chmod u+s $(_libdir)/bin/mol
 
diff -Nur mol-0.9.71_pre3/src/kmod/entry.S mol-0.9.71_pre3+1/src/kmod/entry.S
--- mol-0.9.71_pre3/src/kmod/entry.S	2005-01-18 00:07:06.000000000 +0100
+++ mol-0.9.71_pre3+1/src/kmod/entry.S	2005-10-12 08:13:19.000000000 +0200
@@ -55,7 +55,7 @@
 	mtcr	r3
 
 	// msr to be used in mac-mode
-	LOADI	r3,MSR_ME | MSR_IR | MSR_DR | MSR_PR | MSR_EE 
+	LOADI	r3,(MSR_ME | MSR_IR | MSR_DR | MSR_PR | MSR_EE) 
 	stw	r3,K_MSR(r1)
 
 	PERF_MONITOR_SETUP /**/ r4
diff -Nur mol-0.9.71_pre3/src/kmod/splitmode.S mol-0.9.71_pre3+1/src/kmod/splitmode.S
--- mol-0.9.71_pre3/src/kmod/splitmode.S	2005-01-18 00:07:06.000000000 +0100
+++ mol-0.9.71_pre3+1/src/kmod/splitmode.S	2005-10-12 08:13:41.000000000 +0200
@@ -332,7 +332,7 @@
 	sync					// 74xx needs this
 
 	mtsrr0	r2				// The simplest thing is to do an RFI
-	LOADI	r3,MSR_EE | MSR_PR | MSR_IR | MSR_SE | MSR_BE
+	LOADI	r3,(MSR_EE | MSR_PR | MSR_IR | MSR_SE | MSR_BE)
 	andc	r4,r7,r3			// Clear msr bits (r7=srr1)
 	xGPR_LOAD	R6
 	xGPR_LOAD	R7	
diff -Nur mol-0.9.71_pre3/src/molelf/init.S mol-0.9.71_pre3+1/src/molelf/init.S
--- mol-0.9.71_pre3/src/molelf/init.S	2005-01-18 00:07:06.000000000 +0100
+++ mol-0.9.71_pre3+1/src/molelf/init.S	2005-10-12 08:12:44.000000000 +0200
@@ -102,7 +102,7 @@
 
 GLOBL(_start):
 	LOADI	r1,stackspace
-	LOADI	r3,STACK_SIZE-4096
+	LOADI	r3,(STACK_SIZE-4096)
 	add	r1,r1,r3
 	rlwinm	r1,r1,0,~0xf
 	li	r3,0

Reply to: