Linux for PlayStation 2 Community - Forums


Summary |  Home Page |  Forums |  Lists |  Tasks |  Docs |  Surveys |  News |  Files | 

Discussion Forums: Networking

Admin

Message: 49449
BY: pcummins
DATE: 2006-Mar-21 03:49
SUBJECT: RE: Need Help Networking PS2 with Router/Modem

My Network Adaptor is the same as yours, a SCPH-10281 with datecode 3C.

Once you have smap.c you can compile it, make sure you have the PS2 Linux kernel source installed (look for kernel-source-2.2.1_ps2-7 after executing rpm -q -a, otherwise you'll have to get the Disc 2 out and install it with the rpm command).

cd /usr/src/linux/drivers/ps2
mv smap.c smap.c.orig
mv <your new smap.c> .
cd /usr/src/linux
make modules
cd /usr/src/linux/drivers/ps2
cp smap.o /tmp
cd /lib/modules/2.2.1/misc
mv smap.o smap.o.orig
mv /tmp/smap.o .

And reboot. Hopefully, if all is OK it'll load your new smap.o file instead and get network working properly.


 

Thread View

Thread Author Date
Need Help Networking PS2 with Router/Modemdan20022006-Mar-18 08:32
      RE: Need Help Networking PS2 with Router/Modemdan20022006-Mar-18 10:02
      RE: Need Help Networking PS2 with Router/Modemdan20022006-Mar-18 23:21
            RE: Need Help Networking PS2 with Router/Modemdan20022006-Mar-19 19:47
            RE: Need Help Networking PS2 with Router/Modempcummins2006-Mar-20 08:25
                  RE: Need Help Networking PS2 with Router/Modemdan20022006-Mar-20 13:54
                        RE: Need Help Networking PS2 with Router/Modemsauce2006-Mar-20 21:44
                              RE: Need Help Networking PS2 with Router/Modemdan20022006-Mar-20 22:14
                        RE: Need Help Networking PS2 with Router/Modempcummins2006-Mar-21 03:49
                              RE: Need Help Networking PS2 with Router/Modemdan20022006-Mar-21 10:07
                                    RE: Need Help Networking PS2 with Router/Modemdan20022006-Mar-21 10:32
                                          RE: Need Help Networking PS2 with Router/Modemdan20022006-Mar-21 12:03
                                                RE: Need Help Networking PS2 with Router/Modempcummins2006-Mar-22 06:37
                                                      RE: Need Help Networking PS2 with Router/Modemrealcami2006-Sep-06 19:43

 

Post a followup to this message

You could post if you were [logged in]