I use Ideapad S145 i3-1005G1 with 8G RAM and I'm happy with it.
If battery life matters I'd buy https://www.bestbuy.com/site/acer-aspir ... Id=6530235
Search found 10 matches
- Sun Nov 24, 2024 1:10 pm
- Forum: MX Help
- Topic: Looking to buy a new laptop. Help appreciated
- Replies: 27
- Views: 933
- Sat Nov 23, 2024 9:55 am
- Forum: Forum Italiano
- Topic: [risolto]connessione cablata
- Replies: 19
- Views: 458
Re: connessione cablata
Buongiorno @giango !
Provare ad avviare il
se questo aiuta,
copiarlo nel file cabla.sh
e aggiungere lo script per 'Avvio automatico ' / Autostart
Provare ad avviare il
Code: Select all
mx-network-assistant
copiarlo nel file cabla.sh
Code: Select all
#!/bin/sh
LANG=C lshw -disabilita IDE -disabilita SCSI -class network -json > /tmp/lshw.log 2>&1
Code: Select all
chmod +x ~/cabla.sh
- Fri Nov 22, 2024 7:40 am
- Forum: Installation
- Topic: Installation fails on Phase 2
- Replies: 39
- Views: 700
Re: Installation fails on Phase 2
I ran into this with ventoy. Should you have another pendrive use Balena
- Sun Nov 17, 2024 7:22 am
- Forum: Deutsches Forum
- Topic: Autostart Programm [Solved]
- Replies: 9
- Views: 369
Re: Autostart Programm [Solved]
Ein getestetes Beispiel:
Code: Select all
#!/bin/sh
sleep 3
xdotool key CTRL+F2
firefox &
sleep 3
xdotool key CTRL+F1
- Thu Nov 14, 2024 5:34 am
- Forum: MX Help
- Topic: Text banner during boot
- Replies: 2
- Views: 108
Re: Text banner during boot
How about
and select Splash theme ... Apply
Code: Select all
mx-boot-options
- Tue Nov 12, 2024 3:38 pm
- Forum: General
- Topic: Docker problem
- Replies: 6
- Views: 190
- Tue Nov 12, 2024 1:21 pm
- Forum: General
- Topic: Docker problem
- Replies: 6
- Views: 190
- Fri Nov 08, 2024 1:31 pm
- Forum: MX Help
- Topic: mx-network-assistant fixes my Ethernet connection
- Replies: 8
- Views: 208
[SOLVED] mx-network-assistant fixes my Ethernet connection
Meanwhile I've installed the AHS version. I do not see any change.
So upgraded and the minimal script that activates the wired connection during startup
cat ./eth0.sh
#!/bin/sh
LANG=C lshw -disable IDE -disable SCSI -class network -json > /tmp/lshw.log 2>&1
It's strange. The friendlier way is to ...
So upgraded and the minimal script that activates the wired connection during startup
cat ./eth0.sh
#!/bin/sh
LANG=C lshw -disable IDE -disable SCSI -class network -json > /tmp/lshw.log 2>&1
It's strange. The friendlier way is to ...
- Fri Nov 08, 2024 12:40 pm
- Forum: MX Help
- Topic: mx-network-assistant fixes my Ethernet connection
- Replies: 8
- Views: 208
Re: mx-network-assistant fixes my Ethernet connection
System:
Kernel: 6.11.6-1-liquorix-amd64 [6.11-10~mx23ahs] arch: x86_64 bits: 64 compiler: gcc v: 12.2.0 parameters: audit=0
intel_pstate=disable BOOT_IMAGE=/boot/vmlinuz-6.11.6-1-liquorix-amd64 root=UUID=<filter> ro
quiet splash
Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 info: xfce4-panel wm ...
Kernel: 6.11.6-1-liquorix-amd64 [6.11-10~mx23ahs] arch: x86_64 bits: 64 compiler: gcc v: 12.2.0 parameters: audit=0
intel_pstate=disable BOOT_IMAGE=/boot/vmlinuz-6.11.6-1-liquorix-amd64 root=UUID=<filter> ro
quiet splash
Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 info: xfce4-panel wm ...
- Thu Nov 07, 2024 5:58 pm
- Forum: MX Help
- Topic: mx-network-assistant fixes my Ethernet connection
- Replies: 8
- Views: 208
mx-network-assistant fixes my Ethernet connection
Hello MX community,
I'm new to MX and please explain to me why this line is needed to connect with the device below in XFCE.
(nmtui says co carrier.)
LANG=C lshw -disable IDE -disable SCSI -class network -json > /tmp/lshw.log 2>&1
Device-2: ASIX AX88179 Gigabit Ethernet type: USB driver: cdc ...
I'm new to MX and please explain to me why this line is needed to connect with the device below in XFCE.
(nmtui says co carrier.)
LANG=C lshw -disable IDE -disable SCSI -class network -json > /tmp/lshw.log 2>&1
Device-2: ASIX AX88179 Gigabit Ethernet type: USB driver: cdc ...