S10 Snow Leopard Enabler 1.1.16

Discussion on installing OS X

Moderator: SilverZero

Forum rules
The S netbook is NOT an Apple product and was never intended to run Mac OSX. Fortunately, enthusiasts have found ways to make OSX run on our netbook. However, the process may not be smooth for some. Make sure you have patience and time to get it to run. Most importantly, motivation to read and learn. This forum contains enough information to get OSX running. Most problems you may encounter can be solved just by reading through the forums or searching. So please take the time and read through the forums!

Re: S10 Snow Leopard Enabler 1.1.1

Postby cturnr » Fri Oct 16, 2009 5:10 pm

vaniii wrote:Looks like the 000 bug got introduced in 1.0.15, when a new ApplePS2Keyboard.kext was used to fix the FN-(key to the right of left shift key). Looks like we need to find a better one that fixes both the FN-(key to the right of left shift key) and the 000 bug.


has this been solved yet? i just used 1.1.1 to fresh install and the only issue i am facing is the 000 on wake from sleep.
User avatar
cturnr
Experienced
 
Posts: 59
Joined: Sun Feb 15, 2009 4:02 pm
Location: Seattle
Color and Model: Black S10
OS(s) installed: OSX86 with dualboot Win XP

Advertisement

Re: S10 Snow Leopard Enabler 1.1.1

Postby larsuck » Fri Oct 16, 2009 11:01 pm

cturnr wrote:
vaniii wrote:Looks like the 000 bug got introduced in 1.0.15, when a new ApplePS2Keyboard.kext was used to fix the FN-(key to the right of left shift key). Looks like we need to find a better one that fixes both the FN-(key to the right of left shift key) and the 000 bug.


has this been solved yet? i just used 1.1.1 to fresh install and the only issue i am facing is the 000 on wake from sleep.


Last I heard vaniii was looking for a new keyboard kext to prevent this problem while still solving the ISO keyboard key problem.
larsuck
Experienced
 
Posts: 83
Joined: Fri Sep 11, 2009 12:56 am
Color and Model: Black S10e
OS(s) installed: Snow Leopard

Re: S10 Snow Leopard Enabler 1.1.1

Postby vaniii » Sat Oct 17, 2009 3:15 am

mcnob wrote:Is there a clean way to swap the @ and " keys back to the way they are on the keyboard??

They are where they belong on a Mac keyboard, just disregard the labeling ;-)
Image
vaniii
Master
 
Posts: 470
Joined: Tue Sep 08, 2009 10:46 am

Re: S10 Snow Leopard Enabler 1.1.1

Postby larsuck » Sat Oct 17, 2009 3:37 am

vaniii wrote:They are where they belong on a Mac keyboard, just disregard the labeling ;-)


vaniii, I think you were probably just joking, but if not I wanted to let you know that some mac keyboards (my Japanese one for example) have the @ and " symbols reversed. So somewhere out there is a kext or setting that will allow keyboards which are set up like this.

Btw, do you know the program ukelele? If so, it seems like it could solve both the @ " problem and extra ISO key problem (albeit not a very 'clean' solution). Problem is, it doesn't seem to want to work with the S10. Any idea why?
larsuck
Experienced
 
Posts: 83
Joined: Fri Sep 11, 2009 12:56 am
Color and Model: Black S10e
OS(s) installed: Snow Leopard

Re: S10 Snow Leopard Enabler 1.1.1

Postby vaniii » Sat Oct 17, 2009 4:31 am

No, I wasn't joking, but I was just thinking of ISO keyboards, where @ is in a different place on the Mac compared to PCs, which is intended this way.

Indeed, there are three types of keyboards that are different hardware-wise:
  • ISO (European)
  • ANSI (USA and other countries)
  • JIS (Japanese)
If the software assumes the wrong hardware,
  • People with ISO keyboards routinely complain that the key to the right side of the left shift key doesn't work (<>)
  • People with ANSI keyboards routinely complain that the tilde key doesn't work
  • People with JIS keyboards routinely complain about @ and " reversed (to be verified)
The next version of the Enabler will provide a way to switch between ISO and ANSI at least.
Image
vaniii
Master
 
Posts: 470
Joined: Tue Sep 08, 2009 10:46 am

Re: S10 Snow Leopard Enabler 1.1.2

Postby vaniii » Sat Oct 17, 2009 5:03 am

Changelog:
1.1.2 Can switch from ISO to ANSI keyboard layout by editing ApplePS2Keyboard's Info.plist

For everyone who has the tilde probem, you can now switch to ANSI by changing a plist:

Code: Select all
sudo nano /System/Library/Extensions/_ApplePS2Controller.kext/Contents/PlugIns/ApplePS2Keyboard.kext/Contents/Info.plist
# Change
#                        <key>Use ISO layout keyboard</key>
#                        <true/>
# to
#                        <false/>
#
sudo touch /System/Library/Extensions/

Finally, reboot for your change to be effective.
Unfortunately, you have to redo this each time you install the Enabler.

This is because the keyboard layout is stored within the kext's Info.plist itself (as opposed to being read from somewhere else in the system). Someone should really look for a cleaner way to do this (by having a deep look at how Apple does it for USB keyboards - remember that assistant that pops up the first time you connect a new USB keyboard).
Image
vaniii
Master
 
Posts: 470
Joined: Tue Sep 08, 2009 10:46 am

Re: S10 Snow Leopard Enabler 1.1.2

Postby bpl07 » Sat Oct 17, 2009 5:25 am

vaniii wrote:Unfortunately, you have to redo this each time you install the Enabler.


Could you add an option to the Enabler program to pick between ISO and ANSI, similar to how it's done with Linux installs? It would probably be safer for the Enabler to do it than the user, especially since you pride yourself on not needing to edit/remove kexts manually.
bpl07
Expert
 
Posts: 187
Joined: Wed Feb 04, 2009 5:30 pm
Location: Houston, TX
Color and Model: Black S10e
OS(s) installed: OSX W7

Re: S10 Snow Leopard Enabler 1.1.2

Postby mslate » Sat Oct 17, 2009 7:58 pm

Vanii, I noticed with 1-1-2 I lose edge scrolling on my track pad, as I did with 1-1-1 to. It worked fine in 15.
mslate
Novice
 
Posts: 33
Joined: Sat Nov 08, 2008 7:34 am

Re: S10 Snow Leopard Enabler 1.1.1

Postby larsuck » Sun Oct 18, 2009 2:23 am

vaniii wrote:No, I wasn't joking, but I was just thinking of ISO keyboards, where @ is in a different place on the Mac compared to PCs, which is intended this way.

Indeed, there are three types of keyboards that are different hardware-wise:
  • ISO (European)
  • ANSI (USA and other countries)
  • JIS (Japanese)
If the software assumes the wrong hardware,
  • People with ISO keyboards routinely complain that the key to the right side of the left shift key doesn't work (<>)
  • People with ANSI keyboards routinely complain that the tilde key doesn't work
  • People with JIS keyboards routinely complain about @ and " reversed (to be verified)
The next version of the Enabler will provide a way to switch between ISO and ANSI at least.


Well, 1.1.2 is a step in the right direction, but it doesn't affect the 000 problem, unfortunately.

Thanks for including the Installer... option in the Utilities menu. It makes things much easier.

Vaniii, is there any way I can help you unlock the JIS keyboard option?
Last edited by larsuck on Sun Oct 18, 2009 5:54 am, edited 1 time in total.
larsuck
Experienced
 
Posts: 83
Joined: Fri Sep 11, 2009 12:56 am
Color and Model: Black S10e
OS(s) installed: Snow Leopard

Re: S10 Snow Leopard Enabler 1.1.2

Postby pazo » Sun Oct 18, 2009 3:58 am

I would like to Know If snow Leopard enabler resolve the problem with ethernet in s10e. I have installed osx 10.5.8 and with netbookinstaller0.8.3, and don´t work ethernet and hibernation.
pazo
New User
 
Posts: 1
Joined: Sun Oct 18, 2009 3:54 am
Color and Model: 40648kg blanco
OS(s) installed: 10.5.8

PreviousNext

Return to Installation

Who is online

Users browsing this forum: Google Adsense [Bot] and 3 guests

cron