You are not logged in.

#1 2011-10-23 23:52:01

arctor
Member
Registered: 2011-10-22
Posts: 21

[SOLVED] Manually installing drivers?

I manually installed a patched version of compat-wireless. Will this cause issues when updating the system via pacman?

Last edited by arctor (2011-10-26 00:53:22)

Offline

#2 2011-10-24 00:06:19

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,606
Website

Re: [SOLVED] Manually installing drivers?

Potentially...


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3 2011-10-24 00:10:04

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: [SOLVED] Manually installing drivers?

The worst thing you're gonna get is the wireless-compat drivers not working anymore.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#4 2011-10-24 00:13:03

arctor
Member
Registered: 2011-10-22
Posts: 21

Re: [SOLVED] Manually installing drivers?

Is there anyway to avoid it breaking? I am thinking maybe creating a package of it but I don't see how that will prevent anything because it won't be able to update itself if its not in the repository...

Last edited by arctor (2011-10-24 00:15:22)

Offline

#5 2011-10-25 16:54:06

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,028

Re: [SOLVED] Manually installing drivers?

You can use provides=compat-wireless and conflicts=compat-wireless in your PKGBUILD.
While this will not prevent breakage, it does mean you'll get a warning
when an application requires a newer version of wireless-compat.

Last edited by Lone_Wolf (2011-10-25 16:54:23)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2011-10-26 00:53:05

arctor
Member
Registered: 2011-10-22
Posts: 21

Re: [SOLVED] Manually installing drivers?

Lone_Wolf wrote:

You can use provides=compat-wireless and conflicts=compat-wireless in your PKGBUILD.
While this will not prevent breakage, it does mean you'll get a warning
when an application requires a newer version of wireless-compat.

Thank you I will try that.

Offline

Board footer

Powered by FluxBB