Contribute
Register

Asus F541U.

Status
Not open for further replies.
It seems that you forgot the name you used for your system partition.
Use this to refresh your memory:
Code:
ls -l /Volumes


I get the same screen again:
 

Attachments

  • Screen Shot 2017-11-08 at 23.30.57.png
    Screen Shot 2017-11-08 at 23.30.57.png
    73.7 KB · Views: 68
It seems that you forgot the name you used for your system partition.
Use this to refresh your memory:
Code:
ls -l /Volumes

still the same screen
 

Attachments

  • Screen Shot 2017-11-08 at 23.30.57.png
    Screen Shot 2017-11-08 at 23.30.57.png
    73.7 KB · Views: 64
still the same screen

At the point you're using it, "cd /System/Library/Extensions" is wrong.
Should be "cd System/Library/Extensions"
It is the difference between relative to the current directory vs. relative to root.
or more clearly "cd /Volumes/serajpc/System/Library/Extensions"
 
At the point you're using it, "cd /System/Library/Extensions" is wrong.
Should be "cd System/Library/Extensions"
It is the difference between relative to the current directory vs. relative to root.
or more clearly "cd /Volumes/serajpc/System/Library/Extensions"

it still gives me the same, please tell me if I misunderstand you
 

Attachments

  • Screen Shot 2017-11-09 at 0.01.49.png
    Screen Shot 2017-11-09 at 0.01.49.png
    85.6 KB · Views: 63
it still gives me the same, please tell me if I misunderstand you

It does not seem as if you're doing this from Terminal within the installer (as one might assume you would be doing if you can't boot your install).

Terminal within the installer runs in super-user mode, therefore does not need 'sudo'.
But since you're not running from within the installer, you must use 'sudo' with the 'rm' commands you're trying to execute.

You might want to find a tutorial on Terminal/bash/etc, because it seems you're lacking basic skills to use it effectively.
 
It does not seem as if you're doing this from Terminal within the installer (as one might assume you would be doing if you can't boot your install).

Terminal within the installer runs in super-user mode, therefore does not need 'sudo'.
But since you're not running from within the installer, you must use 'sudo' with the 'rm' commands you're trying to execute.

You might want to find a tutorial on Terminal/bash/etc, because it seems you're lacking basic skills to use it effectively.

I know that I need a course in teminal/bash
to be honest U helped me alot with that, now I have working touchpad on my laptop, so thank you so much
one last question, does elan 1200 i2c support multi touch?
 
I know that I need a course in teminal/bash
to be honest U helped me alot with that, now I have working touchpad on my laptop, so thank you so much
one last question, does elan 1200 i2c support multi touch?

I know that there is a rewrite coming for I2C that will provide better multitouch support.
I'm not tracking it though, as I don't have any I2C hardware.
 
Okay, thanks for the information, have a nice day
 
Last edited:
Status
Not open for further replies.
Back
Top