summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
Commit message (Collapse)AuthorAgeFilesLines
* Fix package typo when switching to pipewire-media-sessionGiuseppe Ghibò2023-04-241-1/+1
|
* Don't force pavucontrol in plasma-desktop enviromentAngelo Naselli2023-04-141-23/+47
|
* More perl_checker passGiuseppe Ghibò2023-04-081-7/+7
|
* Reorder services disabling in disable_all_pipewire()Giuseppe Ghibò2023-04-081-6/+6
|
* Add more checking for pipewire and pulseaudio package overlappingGiuseppe Ghibò2023-04-081-3/+3
|
* Add checking for task packages availabilityAngelo Naselli2023-04-081-27/+46
|
* Better emphasize of the deviceGiuseppe Ghibò2023-04-081-2/+2
|
* Add missed $::prefixGiuseppe Ghibò2023-04-081-2/+2
|
* Add patch for initial pipewire config supportGiuseppe Ghibò2023-04-081-21/+425
|
* don't list HDA "input" devices as keyboardsThierry Vignaud2018-04-171-1/+1
| | | | Those are listed in /proc/bus/input/devices (mga#9986)
* typo fixThierry Vignaud2017-05-031-1/+1
|
* add help link for sound (mga#11824)Thierry Vignaud2016-07-041-0/+1
|
* perl_checker cleanupThierry Vignaud2016-07-041-1/+1
|
* (get_libdir) introduce itThierry Vignaud2016-06-241-1/+1
| | | | it'll be reused in compssUsers.pl
* don't class Logitech wired kbd+mouse as unknownThierry Vignaud2016-05-031-1/+1
| | | | just filter them out as those are duplicates of USB devices (mga#3510)
* match more USB keyboardsThierry Vignaud2016-05-031-1/+1
|
* kill last remaining mips bitsThierry Vignaud2016-05-031-2/+1
|
* fix not enough parameter catch by perl_checkerThierry Vignaud2016-02-091-1/+1
| | | | defect introduced in commit fd75d4a8b1ee8805beb0a7627a084d2b5a201b3b
* make troubleshooting not an advanced settingThierry Vignaud2016-01-021-1/+0
|
* drop support for picking an arbitrary driverThierry Vignaud2016-01-021-48/+2
| | | | those days autodetection is the norm
* simplify after previous commitThierry Vignaud2016-01-021-5/+3
|
* drop support for switching between OSS <-> ALSAThierry Vignaud2016-01-021-29/+1
|
* adjust message to kernel-2.6+ realityThierry Vignaud2016-01-021-1/+1
|
* fix detecting some devices as networkThierry Vignaud2015-10-141-2/+3
| | | | commit 5debe867e12c9b062ee15fe59f09e8a7b34627b2 landed in wrong place...
* Bug 13837: Fix typo pauvucontrol -> pavucontrolYuri Chornoivan2015-07-051-1/+1
|
* fix detecting some memory chips (mga#5810)Thierry Vignaud2015-05-071-1/+1
| | | | side effect: one more string to translate
* fix detecting AHCI as SATA (mga#9992)Thierry Vignaud2015-05-071-1/+2
| | | | | AHCI driver is a kernel built-in these days, not a module anymore, since kernel-desktop-3.8.0-0.rc6.1.mga3 (Feb 06 2013)
* draksound: Kill off some old, no longer present services.Colin Guthrie2014-10-201-10/+3
| | | | | We should probably rip out a lot more here (i.e. we should really not need to do any sound slot config these days in modprobe.conf)
* draksound: adapt to the switch to systemd for spawning PulseAudioPascal Terjan2014-10-201-20/+1
|
* The list with drivers appears below, really (mga#1852)Remco Rijnders2014-04-101-1/+1
|
* fix detecting some wireless devices as scanners (mga#9895)Thierry Vignaud2014-01-131-1/+1
|
* do not try to guess if driver is OSS or not, they all are ALSAThierry Vignaud2013-12-061-2/+2
|
* perl_checker cleanupThierry Vignaud2013-12-061-1/+1
|
* kill message about alternative driver (mga#11824)Thierry Vignaud2013-12-061-2/+1
| | | | the sound card description is kept b/c next messages start by "\n\n"
* kill dead commentThierry Vignaud2013-12-061-10/+0
|
* do not offer to pick a random driver when we've a default oneThierry Vignaud2013-11-291-1/+0
|
* do not offer to switch to another driver if there's noneThierry Vignaud2013-11-291-1/+0
|
* reverse the if branchesThierry Vignaud2013-11-291-7/+8
| | | | | | | | | | | | | rationale: since we no more offer an OSS alternative, the list is empty and thus we were not offering the dialog anymore. However it does more than offering to switch between OSS & ALSA: we do want to offer to configure PA even if we cannot switch to another driver. Thus the GUI is now either show an error dialog if there's no supported sound card of showing PA options
* drop the Bad driver logicThierry Vignaud2013-11-291-5/+0
| | | | | rationale: we don't have any proprietary driver listed in ldetect-lst at all
* (switch) merge it with configThierry Vignaud2013-11-291-7/+1
| | | | | rationale: config() only calls switch() and switch() does more than offering old OSS<->ALSA switch
* simplifyThierry Vignaud2013-11-291-4/+1
|
* (get_alternative) kill it since we no more can choose between OSS & ALSAThierry Vignaud2013-11-291-8/+4
|
* drop support for blacklistThierry Vignaud2013-11-291-13/+6
| | | | | rationale: all blacklisted drivers were OSS and disapeared years ago...
* drop OSS to ALSA mapThierry Vignaud2013-11-291-159/+1
| | | | OSS is not available for years
* harddrake::autoconf network: remove unused connection manager parametersOlivier Blin2013-05-071-1/+1
|
* harddrake service: install ethernet/wireless packages when a newOlivier Blin2013-05-071-1/+27
| | | | | device is detected, this shoud help for Broadcom devices
* harddrake: move ethernet config in harddrake::autoconf::network_confOlivier Blin2013-05-071-1/+10
|
* empty now unused harddrake::autoconf::network_conf (to be reused later)Olivier Blin2013-05-071-2/+0
|
* harddrake: do not disable bluetooth service if adapter disappears (forOlivier Blin2013-05-071-0/+5
| | | | | | example if disabled by Fn keys), systemd will automatically disable the service if needed
* list HID USB devices with keyboardsThierry Vignaud2013-04-091-1/+1
|