The time now is Sat 25 May 2013, 20:28
All times are UTC - 4 |
|
Page 5 of 133 [1983 Posts] |
Goto page: Previous 1, 2, 3, 4, 5, 6, 7, ..., 131, 132, 133 Next |
| Author |
Message |
JustGreg
Joined: 24 May 2005 Posts: 651 Location: Connecticut USA
|
Posted: Sun 06 Jun 2010, 21:40 Post subject:
Subject description: Success and a Pet for Acer Aspire One |
|
I had success with making the kernel module acerhdf for Linux 2.6.33.2. If you are working with the kernel source for 2.6.33.2, one has to:
| Code: | cd /usr/src/linux-2.6.33.2
make prepare |
in a terminal window. The source is missing some defining files. Thank you, jemimah, for the kernel configuration file for Fluppy and the tips.
Attached, I hope is the resulting pet for fan and temperature control of the Acer Aspire One. It install the kernel module (/lib/modules/2.6.33.2/kernel/drivers/misc/) acerhdf.ko, a configuration file (/etc/modules.d) acerhdf.conf and a readme file for acerhdf in /root for your information. After installing the pet, one has to add the kernel to the start up. One manual edits /etc/rc.d/rc.local file to add this at the file end:
After rebooting, the tray temperature icon will be shown. Placing the mouse point on the icon will provide to you the temperature of the cpu in Celsius degrees. I hope this helps.
| Description |
|

Download |
| Filename |
acerhdf-k2.6.33.2.pet |
| Filesize |
7.57 KB |
| Downloaded |
297 Time(s) |
_________________ Enjoy life, Just Greg
Live Well, Laugh Often, Love Much
|
|
Back to top
|
|
 |
aarf
Joined: 30 Aug 2007 Posts: 3620 Location: around the bend
|
Posted: Mon 07 Jun 2010, 11:12 Post subject:
|
|
fluppy02: as noted already
| Description |
|
| Filesize |
11.67 KB |
| Viewed |
1389 Time(s) |

|
_________________
ASUS EeePC Flare series 1025C 4x Intel Atom N2800 @ 1.86GHz RAM 2063MB 800x600p ATA 320G
_-¤-_
<º))))><.¸¸.•´¯`•.#.•´¯`•.¸¸. ><((((º>
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Mon 07 Jun 2010, 12:07 Post subject:
|
|
Following your invitation on another thread Jemimah, I tried this on my lappy. It set up the USB exactly as it should and booted just fine. Ran very cool, 48 deg, but was unable to get my B43 wifi to connect...........
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
Roy
Joined: 31 Dec 2008 Posts: 436
|
Posted: Mon 07 Jun 2010, 13:07 Post subject:
|
|
Testing on a Dell Mini-9 (Inspiron 910):
Formated USB drive as ext3 file system and copied extracted Fluppy files onto USB; clicked on boot.sh and followed prompts; rebooted to thumb drive... 'cannot find linux' or something to that effect.
Took everything to a Windows computer to try again. Used Windows to reformat thumb drive to FAT32 and again copied extracted Fluppy files to USB; selected the .bin file for bootability and (after following prompts) returned thumb drive to Mini-9. Successfully booted to thumb drive while netbook's SDHC was still installed in slot (Puppy 4.2x-based versions will not do this due to kernel compilation).
Nice selection of apps! Intel video looks good and is the correct resolution.
Selected 'connect' icon from ROX desktop pinboard and was pleased to see Pwireless2 as an option, among the other traditional options, so I selected Pwireless2. Unfortunately, Pwireless does not see any of the many connection points available at this location and is now set as a hard default – with no obvious way to select the other connection wizards. 'Connect', 'setup', 'Wizard Wizard'... all return only the failed Pwireless2. The traditional options for connectivity are not presented a second time.
[This netbook uses the Broadcom 4312 (wl.ko) wireless, BTW. Jrb rolled a Special version of Puppy 4.31 for this driver and Barry's Quirky 1.0 had some success using the newest Broadcom b43 driver for connectivity (although I note that rcrsn51 went to Ndiswrapper for stability in the Quirky 1.2 bug thread). Tempestuous had created .pets for the wl.ko driver in Puppy 4.2x, but again, there is something developers have noted about where the modules are located in the kernel which supposedly prevents a .pet from working in Puppy 4.3x – although I have used a .pet that places the wl.ko driver – successfully – in Boxpup 4.31.] Ramble-mode “off”.
Robooted without saving and... only Pwireless is available. Is this a driver issue or an app issue?
-Roy
rcrsn51's ndiswrapper fix: http://www.murga-linux.com/puppy/viewtopic.php?p=424130#424130 is NDISWRAPPER included in Fluppy?
Last edited by Roy on Mon 07 Jun 2010, 14:56; edited 1 time in total
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Mon 07 Jun 2010, 13:51 Post subject:
|
|
I was under the impression that the wl driver was fixed in 2.6.33. Are special drivers needed for Quirky?
One thing that's different in Fluppy is that I turned on rfkill support in the kernel. This enables me to have an "airplane mode", but there are some problems with rfkill in some drivers so I may need to turn that off like Barry does. You can see if that is the problem by typing 'ifconfig wlan0 up' in the terminal (replace wlan0 with the name of your wireless interface. If that fails, it is probably an rfkill bug.
There's one more thing that is an issue with networking in Fluppy02. On some machines Pwireless2 tries to start before the network modules are loaded, so it fails. You fix this by editing /etc/rc.d/rc.services and increasing the sleep time by a few seconds. That fix will be in Fluppy03 but you can try it now if your networking is not working.
At the moment, Pwireless2 is the only networking tool in Fluppy. I think I will try to port SNS but I have no intention of including the network wizard.
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Mon 07 Jun 2010, 14:28 Post subject:
|
|
ifconfig wlan0 up returns ifconfig:SIOCSFIFFLAGS : no such file or directory. Sleep makes no difference.
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
Roy
Joined: 31 Dec 2008 Posts: 436
|
Posted: Mon 07 Jun 2010, 14:35 Post subject:
|
|
jemimah,
'ifconfig' only shows eth0 and lo... no wireless interface mentioned. Is there another command I can issue to see if my wireless card is even being detected?
System information shows that you have the b43 (I assume, ala Quirky) compiled into Fluppy already, so theoretically [emphasis on theoretically] it should connect.....
-Roy
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Mon 07 Jun 2010, 14:50 Post subject:
|
|
| DaveS wrote: | ifconfig wlan0 up returns ifconfig:SIOCSFIFFLAGS : no such file or directory. Sleep makes no difference.  |
Yeah that's the rfkill problem. I have a laptop with this issue. It has a button to turn the wireless on and off, and the kernel seems to be detecting the state correctly, but it still doesn't work for some reason - wheras it works in Quirky as long as you don't press the button.
If I can't figure it out, I'll pull rfkill support out of the kernel.
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Mon 07 Jun 2010, 14:53 Post subject:
|
|
| Roy wrote: | jemimah,
'ifconfig' only shows eth0 and lo... no wireless interface mentioned. Is there another command I can issue to see if my wireless card is even being detected?
System information shows that you have the b43 (I assume, ala Quirky) compiled into Fluppy already, so theoretically [emphasis on theoretically] it should connect.....
-Roy |
What about 'iwconfig'? Ifconfig doesn't show a wireless interface unless it's actually up.
|
|
Back to top
|
|
 |
Roy
Joined: 31 Dec 2008 Posts: 436
|
Posted: Mon 07 Jun 2010, 15:04 Post subject:
|
|
Uh, I just loaded rcrsn51's ndiswrapper fix onto my thumbdrive (using Mint on another computer) and now it only gives "Boot error" .... so looks like I have to reload. Don't know what an extra file on the thumb drive has to do with booting what's already there, but apparently something's amiss on my end.
-Roy
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Mon 07 Jun 2010, 15:09 Post subject:
|
|
Can you check one thing for me?
When you use the Linux installer, it creates a file called ldlinux.sys on the usb drive. I think what's happening is that is file is getting deleted somehow. Can you check if the file is there?
|
|
Back to top
|
|
 |
Roy
Joined: 31 Dec 2008 Posts: 436
|
Posted: Mon 07 Jun 2010, 15:12 Post subject:
|
|
standby....
ldlinux.sys (using Mint to view contents) is located in the 'boot/syslinux' directory with a padlock on it...
I backed out of the 'syslinux' directory (into the 'boot' directory) and ran 'bootinst.sh'...
ldsyslinux is still there in the boot/syslinux directory.
The root directory contains the following:
/boot directory
/documents directory (added by me for file transfers)
flp-002.sfs
initrd.gz
syslinux.cfg
vmlinuz
zf002332.sfs
the /boot directory contains the following:
/dos directory
/syslinux directory
bootinst.bat
bootinst.sh
chain.c32
fluppy.png
mt86p
vesamenu.c32
/syslinux directory contains:
ldlinux.sys
lilo
linuxinstall.sh
mbr.bin
syslinux
syslinux.com
syslinux.exe
NOTE: My original problem with the ext3 file system said something about not finding 'linux'. Perhaps linuxinstall.sh was not run or was defective?
-Roy
|
|
Back to top
|
|
 |
Roy
Joined: 31 Dec 2008 Posts: 436
|
Posted: Mon 07 Jun 2010, 15:43 Post subject:
|
|
It looks like my only success is after re-initiating the boot sequence from Windows XP.
-Roy
EDIT: For the RFKill issue, my netbook is supposed to use a Fn 2 keyboard combination to enable/disable the wireless, but these are not programmed with Fluppy. I do not have a user-accessible wireless on/off switch.
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Mon 07 Jun 2010, 15:53 Post subject:
|
|
| Roy wrote: | standby....
ldlinux.sys (using Mint to view contents) is located in the 'boot/syslinux' directory with a padlock on it...
I backed out of the 'syslinux' directory (into the 'boot' directory) and ran 'bootinst.sh'...
ldsyslinux is still there in the boot/syslinux directory.
The root directory contains the following:
/boot directory
/documents directory (added by me for file transfers)
flp-002.sfs
initrd.gz
syslinux.cfg
vmlinuz
zf002332.sfs
the /boot directory contains the following:
/dos directory
/syslinux directory
bootinst.bat
bootinst.sh
chain.c32
fluppy.png
mt86p
vesamenu.c32
/syslinux directory contains:
ldlinux.sys
lilo
linuxinstall.sh
mbr.bin
syslinux
syslinux.com
syslinux.exe
NOTE: My original problem with the ext3 file system said something about not finding 'linux'. Perhaps linuxinstall.sh was not run or was defective?
-Roy |
The installer only works on FAT formatted drives (for ext2/3 use BootFlash to make the drive bootable, then copy the fluppy files to it). The ldlinux.sys in /boot is a left over - that one is not used for booting. If you run the the linux installer it will create a new one in /.
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Mon 07 Jun 2010, 15:56 Post subject:
|
|
You can play with rfkill from the terminal if you want.
The commands are
| Code: | rfkill list
rfkill block all
rfkill unblock all |
|
|
Back to top
|
|
 |
|
|
Page 5 of 133 [1983 Posts] |
Goto page: Previous 1, 2, 3, 4, 5, 6, 7, ..., 131, 132, 133 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|