lopaka / instructions

Instructions on how to do things
173 stars 39 forks source link

git clone https://github.com/plbossart/sound.git -b experimental/codecs failure #25

Open Mateas2968 opened 6 years ago

Mateas2968 commented 6 years ago

Hi,

Command is failing with following fatal error:

[matty@desktop ~]$ git clone https://github.com/plbossart/sound.git -b experimental/codecs Cloning into 'sound'... fatal: Remote branch experimental/codecs not found in upstream origin

Please advise some workaround or another possibility for download. Thank you

lopaka commented 6 years ago

Hello,

Looks like the branch was removed or moved. Looking at the repo: https://github.com/plbossart/sound I'm assuming it was moved to: archive/experimental-codecs

So try: git clone https://github.com/plbossart/sound.git -b archive/experimental-codecs

phunanon commented 6 years ago

Worked for me! Thank you so much for these instructions, they're a life saver.
I highly suggest replacing the current instructions with archive/experimental-codecs for other people out there. It was only out of real desperation I was looking through the issues!

vincenzobaz commented 6 years ago

When I run patch -p1 < fn-brightness-hack.patch I get:

patching file drivers/hid/hid-asus.c
Hunk #1 FAILED at 38.
Hunk #2 succeeded at 545 with fuzz 1 (offset 332 lines).
1 out of 2 hunks FAILED -- saving rejects to file drivers/hid/hid-asus.c.rej

Any idea on how I could solve this?