-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
729 lines (729 loc) · 26.7 KB
/
Copy pathfaq.html
File metadata and controls
729 lines (729 loc) · 26.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
<!DOCTYPE html>
<html lang="en">
<head>
<script src="/coi-serviceworker.js">
</script>
<meta http-equiv="Cache-Control" content="max-age=3600">
<meta charset="UTF-8" >
<meta name="robots" content="index, follow" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<meta name="referrer" content="strict-origin-when-cross-origin" >
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://static.cloudflareinsights.com https://ajax.cloudflare.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.jsdelivr.net; img-src 'self' data: https:; font-src 'self' https://fonts.gstatic.com https://cdn.jsdelivr.net; connect-src 'self' https://text.pollinations.ai; object-src 'none'; base-uri 'self'; form-action 'self' https://www.qwant.com" >
<title>
Frequently Asked Questions - AcreetionOS Linux
</title>
<meta property="og:type" content="website">
<meta property="og:url" content="https://acreetionos.org/faq.html">
<meta property="og:title" content="FAQ - AcreetionOS">
<meta property="og:description" content="Frequently asked questions about AcreetionOS Linux - installation, features, and support.">
<meta property="og:image" content="https://acreetionos.org/logo.webp">
<meta property="og:site_name" content="AcreetionOS">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://acreetionos.org/faq.html">
<meta property="twitter:title" content="FAQ - AcreetionOS">
<meta property="twitter:description" content="Frequently asked questions about AcreetionOS Linux - installation, features, and support.">
<meta property="twitter:image" content="https://acreetionos.org/logo.webp">
<meta name="description" content="Frequently asked questions about AcreetionOS Linux. Installation, software, troubleshooting, and more for the best Arch-based Linux distribution." >
<link rel="canonical" href="https://acreetionos.org/faq.html" >
<link rel="icon" type="image/webp" href="acreetionoslogo.webp">
<script src="faq.js" defer>
</script>
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" href="contact.css" as="style">
<link rel="stylesheet" href="fonts.css">
<link rel="stylesheet" href="contact.css">
<style>
::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--acreetion-body-bg,#121212)}::-webkit-scrollbar-thumb{background:var(--acreetion-box-border,#333);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--acreetion-green,#2ecc71)} .btn{transition:all 0.3s ease}.btn:hover{box-shadow:0 0 15px rgba(46,204,113,0.4);transform:translateY(-2px)}.content-box{transition:transform 0.3s ease,box-shadow 0.3s ease}.content-box:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,0.5)} .reveal{opacity:0;transform:translateY(30px);transition:all 0.8s cubic-bezier(0.2,0.8,0.2,1);will-change:opacity,transform}.reveal.active{opacity:1;transform:translateY(0)} html{scroll-behavior:smooth} ::selection{background:rgba(46,204,113,0.3);color:var(--acreetion-text-bright,#fff)} :focus-visible{outline:2px solid var(--acreetion-green,#2ecc71);outline-offset:3px;border-radius:4px} a:focus-visible,button:focus-visible{outline:2px solid var(--acreetion-green,#2ecc71);outline-offset:3px} .skip-link{position:absolute;top:-40px;left:0;background:var(--acreetion-green,#2ecc71);color:#000;padding:8px 16px;text-decoration:none;font-weight:700;z-index:10000;transition:top 0.3s;border-radius:0 0 8px 0} .skip-link:focus{top:0} @media (prefers-reduced-motion:reduce) {html{scroll-behavior:auto} *,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}} /* removed pageLoadFade keyframes */ /* removed pageLoadFade body animation */ @media (prefers-reduced-motion:reduce){body{animation:none}} a{color:var(--acreetion-green,#2ecc71);text-decoration:none;position:relative} a:not(.btn):not(.logo):not(.skip-link):not(.social-link):hover{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px} #back-to-top{position:fixed;bottom:30px;right:30px;background:var(--acreetion-green,#2ecc71);color:#000;border:none;border-radius:50%;width:48px;height:48px;cursor:pointer;z-index:999;font-size:1.2rem;font-weight:700;opacity:0;visibility:hidden;transition:all 0.3s ease;box-shadow:0 4px 12px rgba(0,0,0,0.3);display:flex;align-items:center;justify-content:center;padding-bottom:4px} #back-to-top.visible{opacity:1;visibility:visible} #back-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(46,204,113,0.4)} body{background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,0.03) 1px,transparent 0);background-size:40px 40px} .main-nav a.active,.main-nav a[aria-current="page"]{background-color:var(--acreetion-green,#2ecc71);color:#000;font-weight:700;border-radius:12px;padding:0.5rem 1rem} .faq-item{border-bottom:1px solid var(--acreetion-box-border)}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;background:none;border:none;color:var(--acreetion-text-bright);font-size:1.05rem;font-weight:600;padding:1rem 0.5rem;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{color:var(--acreetion-green)}.faq-arrow{transition:transform 0.3s ease;color:var(--acreetion-green)}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-item.open .faq-question{color:var(--acreetion-green)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease;padding:0 0.5rem}.faq-item.open .faq-answer{max-height:800px;padding:0 0.5rem 1rem}.faq-answer p,.faq-answer li{color:var(--acreetion-text);line-height:1.7;margin-bottom:0.75rem}.faq-answer ul,.faq-answer ol{margin-left:1.5rem;margin-bottom:1rem}.faq-answer code{background:var(--acreetion-code-bg);padding:0.15rem 0.5rem;border-radius:12px;font-family:var(--font-mono);font-size:0.9rem;color:var(--acreetion-green)}.faq-answer a{color:var(--acreetion-green);font-weight:500} .issue-textarea{width:100%;background:var(--acreetion-panel-bg);border:1px solid var(--acreetion-box-border);border-radius:12px;padding:1rem;color:var(--acreetion-text-bright);font-family:var(--font-sans);font-size:1rem;resize:vertical;min-height:80px}.issue-textarea:focus{border-color:var(--acreetion-green);outline:none}.issue-select{background:var(--acreetion-panel-bg);border:1px solid var(--acreetion-box-border);border-radius:12px;padding:0.6rem 1rem;color:var(--acreetion-text-bright);font-size:0.95rem;cursor:pointer}.issue-select:focus{border-color:var(--acreetion-green);outline:none} .ai-step{display:none;padding:0.35rem 0;color:var(--acreetion-text);font-size:0.85rem}.ai-step.visible{display:flex;align-items:center;gap:0.5rem;animation:aidenStepIn 0.35s ease}.ai-step.done{color:var(--acreetion-green)}.ai-step.active{color:var(--acreetion-text-bright)}.ai-step-icon{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:0.7rem;flex-shrink:0;border:2px solid var(--acreetion-box-border)}.ai-step.done .ai-step-icon{background:var(--acreetion-green);border-color:var(--acreetion-green);color:#000}.ai-step.done .ai-step-icon::after{content:'\2713'}.ai-step.active .ai-step-icon{border-color:var(--acreetion-green);animation:aidenPulse 1s infinite}.ai-step.active::after{content:'...';animation:aidenDots 1.5s infinite;letter-spacing:2px}@keyframes aidenStepIn{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}@keyframes aidenPulse{0%,100%{box-shadow:0 0 0 0 rgba(46,204,113,0.4)}50%{box-shadow:0 0 0 6px rgba(46,204,113,0)}}@keyframes aidenDots{0%{opacity:0.2}50%{opacity:1}100%{opacity:0.2}}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);backdrop-filter:blur(8px);z-index:1000;overflow-y:auto;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden}.modal-overlay.visible{display:flex;opacity:1;visibility:visible;transition:opacity 0.3s ease,visibility 0.3s ease}.modal-box{position:relative;cursor:default;background-color:var(--acreetion-box-bg);border:1px solid var(--acreetion-box-border);padding:2rem 3rem;max-width:700px}.modal-close-btn{position:absolute;top:1rem;right:1rem;background-color:var(--acreetion-green);color:black;font-family:var(--font-sans);font-size:1.5rem;font-weight:700;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;line-height:40px;text-align:center;z-index:1001}.modal-close-btn:hover{background-color:#d15c64;transform:scale(1.05)}.modal-box h2{color:var(--acreetion-green)}.page-footer{text-align:center;padding:2rem;margin-top:2rem;border-top:1px solid var(--acreetion-box-border);color:#777;font-size:0.9rem}.page-footer p{color:#777;margin-bottom:0.5rem;text-align:center}.page-footer a{color:var(--acreetion-green);text-decoration:none}.page-footer a:hover{text-decoration:underline}
</style>
<link rel="stylesheet" href="ai-chat.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" integrity="sha384-XGjxtQfXaH2tnPFa9x+ruJTuLE3Aa6LhHSWRr1XeTyhezb4abCG4ccI5AkVDxqC+" crossorigin="anonymous">
<link rel="stylesheet" href="sidebar.css">
</head>
<body>
<a href="#main-content" class="skip-link">
Skip to main content
</a>
<div id="page-wrap">
<div id="page-scale">
<div id="background-grid">
</div>
<header class="page-header">
<div class="header-content">
<a href="index.html" class="logo">
<img src="acreetionoslogo.webp" alt="Official AcreetionOS Logo" class="logo-img" width="40" height="40" decoding="auto" loading="eager">
<span class="logo-text">
Acreetion
<span>
OS
</span>
</span>
</a>
<nav class="main-nav">
<a href="index.html">
Home
</a>
<a href="flash.html">
Downloads
</a>
<a href="wiki.html">
Wiki
</a>
<a href="status.html">
Status
</a>
</nav>
</div>
</header>
<div class="page-wrapper">
<main class="main-column">
<div class="content-box">
<div class="box-header">
<h1 id="general">
General Questions
</h1>
</div>
<div class="box-body">
<div class="faq-item">
<button type="button" class="faq-question">
What is AcreetionOS?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
AcreetionOS is a user-friendly Linux distribution built on the powerful Arch Linux foundation. It features the Cinnamon desktop environment, a graphical installer, and is designed to be accessible to newcomers while offering the full power and flexibility of Arch Linux. Think of it as Arch Linux made easy—stable, fast, and ready to use out of the box.
</p>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
Is AcreetionOS free?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
Yes! AcreetionOS is completely free and open source. It is licensed under the GNU General Public License v3.0. You can download, install, modify, and share it freely. We believe in software freedom for everyone.
</p>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
What makes AcreetionOS different from Arch Linux?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
While AcreetionOS is built on Arch Linux, we provide:
</p>
<ul>
<li>
A graphical installer (Calamares) instead of the command-line installation
</li>
<li>
The Cinnamon desktop environment pre-configured for a familiar experience
</li>
<li>
Pre-installed essential applications and codecs
</li>
<li>
A curated selection of software that works reliably together
</li>
<li>
Ongoing stability testing before updates reach our users
</li>
<li>
A welcoming community focused on helping newcomers
</li>
</ul>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
Is AcreetionOS rolling release?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
Yes. Like Arch Linux, AcreetionOS follows a rolling release model. This means you install once and receive continuous updates forever—no need to perform major version upgrades every few months. However, we add an extra layer of testing to help ensure stability before updates reach your system.
</p>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
Can I use AcreetionOS on older hardware?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
Absolutely! Cinnamon is a lightweight yet full-featured desktop environment that runs well on older hardware. Combined with Arch Linux's efficient design, AcreetionOS can breathe new life into aging computers. Check our
<a href="requirements.html">
System Requirements
</a>
page for details.
</p>
</div>
</div>
</div>
</div>
<div class="content-box">
<div class="box-header">
<h2 id="installation">
Installation & Setup
</h2>
</div>
<div class="box-body">
<div class="faq-item">
<button type="button" class="faq-question">
How do I install AcreetionOS?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
Download the ISO from our website, create a bootable USB drive using tools like Rufus (Windows) or Balena Etcher (cross-platform), boot from the USB, and follow the Calamares graphical installer. For detailed step-by-step instructions, visit our
<a href="install.html">
Installation Guide
</a>
.
</p>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
Can I dual boot with Windows?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
Yes! The Calamares installer includes an option to install AcreetionOS alongside your existing operating system. We recommend backing up important data, disabling Fast Boot in Windows, and creating unallocated disk space before starting the installation.
</p>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
What are the minimum system requirements?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
Minimum: 2 GB RAM, 25 GB storage, 64-bit processor. Recommended: 4 GB RAM, 40 GB storage (SSD), dedicated GPU. For full details, see our
<a href="requirements.html">
System Requirements
</a>
page.
</p>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
How do I create a bootable USB?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
On Windows, use
<strong>
Rufus
</strong>
(recommended). On Linux or macOS, use
<strong>
Balena Etcher
</strong>
or the
<code>
dd
</code>
command. Select the AcreetionOS ISO file, choose your USB drive, and write the image. Make sure to select the correct drive as this process will erase all data on it.
</p>
</div>
</div>
</div>
</div>
<div class="content-box">
<div class="box-header">
<h2 id="software">
Software & Package Management
</h2>
</div>
<div class="box-body">
<div class="faq-item">
<button type="button" class="faq-question">
How do I install software?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
AcreetionOS includes Pamac, a graphical package manager that provides access to official repositories, the AUR (Arch User Repository), Flatpak, and Snap packages—all in one place. You can also use the terminal with the
<code>
pacman
</code>
command.
<code>
sudo pacman -S packagename
</code>
installs software from the repositories.
</p>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
What is the AUR?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
The Arch User Repository (AUR) is a community-driven repository containing thousands of package build scripts. Pamac integrates AUR support, making it easy to install community-maintained packages with a single click.
<strong>
Note:
</strong>
Always review AUR packages before installing, as they are maintained by the community.
</p>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
How do I update my system?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
Open Pamac and click "Check for Updates," or use the terminal:
<code>
sudo pacman -Syu
</code>
. We recommend updating regularly—at least once a week—to get the latest security patches and features. AcreetionOS tests updates before distribution to help ensure stability.
</p>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
Are Snap and Flatpak supported?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
Yes! Pamac includes built-in support for both Snap and Flatpak packages. You can enable them in Pamac's preferences. This gives you access to sandboxed applications from multiple ecosystems, all through one unified interface.
</p>
</div>
</div>
</div>
</div>
<div class="content-box">
<div class="box-header">
<h2 id="troubleshooting">
Troubleshooting
</h2>
</div>
<div class="box-body">
<div class="faq-item">
<button type="button" class="faq-question">
Wi-Fi is not working after installation
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
Most Wi-Fi adapters work out of the box. If yours doesn't, it may need additional drivers. Common solutions:
</p>
<ul>
<li>
Broadcom: Install
<code>
broadcom-wl
</code>
or
<code>
b43-firmware
</code>
</li>
<li>
Realtek: Some models need
<code>
rtl8821ce-dkms
</code>
or similar
</li>
<li>
Connect via Ethernet temporarily and check for drivers in Pamac
</li>
</ul>
<p>
You can run
<code>
lspci -k | grep -A 3 Network
</code>
</p>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
My system won't boot after an update
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
This is rare but can sometimes happen. Try these steps:
</p>
<ol>
<li>
Boot from the installation USB and use
<code>
arch-chroot
</code>
to access your installed system
</li>
<li>
Run
<code>
sudo pacman -Syu
</code>
to complete any partial updates
</li>
<li>
Check for and reinstall any broken packages
</li>
<li>
If you use NVIDIA drivers, they may need to be reinstalled after kernel updates
</li>
</ol>
<p>
Our
<a href="contact.html">
support channels
</a>
are available if you need help.
</p>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
NVIDIA graphics aren't working properly
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
Install the proprietary NVIDIA drivers:
<code>
sudo pacman -S nvidia nvidia-utils
</code>
. For older cards, use
<code>
nvidia-390xx
</code>
or
<code>
nvidia-470xx
</code>
. After installation, reboot your system. You can manage driver settings through the NVIDIA X Server Settings application.
</p>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
How do I reset my password?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
If you forgot your user password:
</p>
<ol>
<li>
Reboot and press
<code>
e
</code>
at the GRUB boot menu
</li>
<li>
Add
<code>
init=/bin/bash
</code>
at the end of the kernel line
</li>
<li>
Press F10 to boot into a root shell
</li>
<li>
Run
<code>
mount -o remount,rw /
</code>
to make the filesystem writable
</li>
<li>
Run
<code>
passwd yourusername
</code>
to set a new password
</li>
<li>
Reboot with
<code>
reboot -f
</code>
</li>
</ol>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
Audio is not working
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
AcreetionOS uses PipeWire for audio. Try these steps:
</p>
<ul>
<li>
Check that audio is not muted in the system tray volume control
</li>
<li>
Run
<code>
systemctl --user restart pipewire pipewire-pulse
</code>
</li>
<li>
Install
<code>
alsa-firmware
</code>
and
<code>
sof-firmware
</code>
for additional hardware support
</li>
<li>
Use
<code>
pavucontrol
</code>
to verify the correct output device is selected
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="content-box">
<div class="box-header">
<h2 id="community">
Community & Support
</h2>
</div>
<div class="box-body">
<div class="faq-item">
<button type="button" class="faq-question">
How can I contribute to AcreetionOS?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
We welcome contributions! Check out our
<a href="docs.html">
Contributing Guide
</a>
. You can help with code, documentation, testing, translations, or community support. Our repositories are on
<a href="https://github.com/AcreetionOS-Code">
GitHub
</a>
and
<a href="https://gitlab.acreetionos.org">
GitLab
</a>
.
</p>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
Where can I get help?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
You can reach us through:
</p>
<ul>
<li>
Our
<a href="contact.html">
Contact page
</a>
for direct support
</li>
<li>
The
<a href="https://discord.gg/VHqQkJASw7">
Discord community
</a>
</li>
<li>
The
<a href="https://rootapp.gg/AC0V5bagggqKtuj_B_MzFA">
Root community
</a>
</li>
<li>
Our
<a href="https://gitlab.acreetionos.org">
GitLab
</a>
for bug reports
</li>
</ul>
</div>
</div>
<div class="faq-item">
<button type="button" class="faq-question">
How do I report a bug?
<span class="faq-arrow">
▾
</span>
</button>
<div class="faq-answer">
<p>
Report bugs on our
<a href="https://gitlab.acreetionos.org">
GitLab
</a>
or
<a href="https://github.com/AcreetionOS-Code">
GitHub
</a>
repositories. Please include: your AcreetionOS version (
<code>
cat /etc/acreetion-release
</code>
), relevant log output, and steps to reproduce the issue. This helps us fix problems quickly.
</p>
</div>
</div>
</div>
</div>
<div class="content-box" id="issue-reporter">
<div class="box-header">
<h2>
Report an Issue
</h2>
</div>
<div class="box-body">
<p style="color:var(--acreetion-text);margin-bottom:1rem;">
Describe your problem in plain language and our AI will format it into a proper bug report for submission to GitHub.
</p>
<div class="issue-form">
<textarea id="issue-description" class="issue-textarea" placeholder="e.g. My Wi-Fi drops every 20 minutes on my HP laptop, or The installer crashes when I select manual partitioning..." rows="4">
</textarea>
<div style="display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;align-items:center;">
<select id="issue-repo" class="issue-select">
<option value="acreetionos-code/acreetionos">
AcreetionOS (Main)
</option>
<option value="acreetionos-code/acreetionos-xlibre">
AcreetionOS XLibre
</option>
</select>
<button type="button" id="submit-issue" class="btn" onclick="submitIssue()">
Analyze & File Issue
</button>
<a href="https://discord.gg/VHqQkJASw7" target="_blank" rel="noopener noreferrer" style="display:inline-flex;flex-direction:column;align-items:center;padding:0.6rem 1.2rem;background:var(--storm-color,#61afef);color:#fff;border-radius:8px;font-weight:600;font-size:0.9rem;text-decoration:none;transition:all 0.3s ease;line-height:1.3;" class="btn-discord" onmouseover="this.style.boxShadow='0 0 15px rgba(97,175,239,0.4)';this.style.transform='translateY(-2px)'" onmouseout="this.style.boxShadow='none';this.style.transform='none'">
Need faster help? Join our Discord
<small style="display:block;font-weight:400;font-size:0.7rem;opacity:0.9;margin-top:0.15rem;">
Get real-time community support from developers and other users
</small>
</a>
</div>
<div id="ai-status" style="margin-top:1rem;font-family:var(--font-mono);font-size:0.9rem;">
<div id="step-1" class="ai-step">
<span class="ai-step-icon">
</span>
Reading your problem description...
</div>
<div id="step-2" class="ai-step">
<span class="ai-step-icon">
</span>
Sending to the AI assistant (OpenRouter via site proxy)...
</div>
<div id="step-3" class="ai-step">
<span class="ai-step-icon">
</span>
AI is writing your bug report...
</div>
<div id="step-4" class="ai-step">
<span class="ai-step-icon">
</span>
Bug report ready!
</div>
<button type="button" id="back-to-top" title="Back to top">
↑
</button>
<script src="back-to-top.js" defer>
</script>
<script src="social-icons.js" defer>
</script>
<script src="user-counter.js" defer>
</script>
</div>
</div>
</div>
</div>
</main>
</div>
<script src="scale-page.js" defer>
</script>
<script src="sidebar.js" defer>
</script>
</div>
</div>
<script src="sw-register.js">
</script>
<script src="faq-issue.js">
</script>
<script src="footer.js" defer>
</script>
</body>
</html>