Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - gychang

Pages: [1]
1
Linux and desktops / How to install for a large red mouse cursor?
« on: June 02, 2023, 11:18:38 PM »
Running wattOS 11, working well.  after downloading several cursors I did manage to make it little bigger but prefer to have a large red cursor....

2
Tips and Tricks / [VIDEO] Install rofi, application launcher.
« on: June 02, 2023, 10:49:15 PM »
Here is the video link on youtube:  https://youtu.be/bmFziuyUg30

comments/suggestions welcome.

3
General Discussion / is this the right place for the wattOS related?
« on: June 02, 2023, 10:41:01 PM »
Most of posts seems rather old, I just installed on my 12 year old fanless minicomputer, works better than peppermint and puppylinux.  I am impressed.  I heard discord also has a forum but when I searched for wattOS, nothing resembling linux...  Is this the right forum for questions and discussion?? :o

4
wattOS R10 / blacklist a wifi adapter
« on: April 07, 2017, 11:02:12 PM »
I am running microWattOS 10, have 2 USB wifi dongle being used simultaneously(long story...).  When I boot into microWattOS  I need to disable wlxec086b18693e listed on bottom.  I tried sudo geany /etc/modprobe.d/blacklist.conf and putting "blacklist wlxec086b18693e"  on the last line and reboot.  THis does not seem to work, what am I doing wrong?

Code: [Select]
apai3-Main~$ ifconfig -a
enx74da38afb7a1 Link encap:Ethernet  HWaddr 74:da:38:af:b7:a1 
          inet addr:192.168.0.101  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::c042:2665:60b4:5fe1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:58233 errors:0 dropped:50 overruns:0 frame:0
          TX packets:34072 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:76003204 (76.0 MB)  TX bytes:4316792 (4.3 MB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:888 errors:0 dropped:0 overruns:0 frame:0
          TX packets:888 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:79426 (79.4 KB)  TX bytes:79426 (79.4 KB)

wlp3s0    Link encap:Ethernet  HWaddr ac:d1:b8:d8:6d:dd 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:19

wlxec086b18693e Link encap:Ethernet  HWaddr ec:08:6b:18:69:3e 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:2605 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2728 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1399300 (1.3 MB)  TX bytes:639599 (639.5 KB)

apai3-Main~$


5
wattOS Talk / disable wifi adapter on microWattOS 10.
« on: April 07, 2017, 12:59:47 AM »
I have 2 wifi adapters, and I simply want to disable the top one (wlx....) on boot, how to do?

--
apai3-Main~$ iwconfig

wlxec086b18693e  IEEE 802.11bgn  ESSID:off/any 
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
         
wlp3s0    IEEE 802.11abg  ESSID:off/any 
          Mode:Managed  Access Point: Not-Associated   Tx-Power=200 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
         
lo        no wireless extensions.

enx74da38afb7a1  IEEE 802.11AC  ESSID:"CHANG5"  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency:5.18 GHz  Access Point: 60:E3:27:3C:5D:0C   
          Bit Rate:434 Mb/s   Sensitivity:0/0 
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=100/100  Signal level=70/100  Noise level=0/100
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

apai3-Main~$

--

6
wattOS R10 / no sound on microWatt R10, help
« on: March 17, 2017, 12:50:17 PM »
I have following:

apa@i3-Main:/proc/asound$ cat cards
 0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0xf7f10000 irq 30
 1 [HDMI           ]: HDA-Intel - HDA ATI HDMI
                      HDA ATI HDMI at 0xf7e30000 irq 31
 2 [U0x46d0x825    ]: USB-Audio - USB Device 0x46d:0x825
                      USB Device 0x46d:0x825 at usb-0000:00:14.0-2, high speed

when I change the card on alsamixer to 1, I only get control for s/pdif, no "master" or "PCM" etc.

on my alsa-base.conf is below
Code: [Select]
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-caiaq index=-2
options snd-usb-ua101 index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2

How do I set to the correct card and have the volume adjuster?

7
wattOS R10 / microWatt-R10, can volume adjust without a mouse?
« on: March 14, 2017, 06:37:00 PM »
like the keyboard centric format in microwatt, is there a way to adjust volume without use of the mouse?.  Only way I can figure out is to launch alsamixer in the terminal, is there an easy way?


Pages: [1]