Re: [Trisquel-users] Happy Software Freedom Day for all

2015-09-19 Thread willitc9888
Happy Software Freedom Day for all

[Trisquel-users] PC Hardware: Memory

2016-05-25 Thread willitc9888
Help me! Suppose that you buy a 32-bit PC with 512 MB of RAM. What is the 8-hex-digit address of the “last” byte of installed memory?

[Trisquel-users] What's my problem? C++ problem

2018-12-21 Thread willitc9888
https://pastebin.com/pUdM6ZGS Stack.h:12:3: error: ‘Cell’ does not name a type Cell *m_firstCellPtr; // m_firstCellPtr field is a pointer to the first cell of the linked list holding the values of the stack ^ Stack.cpp: In member function ‘int Stack::top()’: Stack.cpp:29:25: error:

[Trisquel-users] Error reading result file.You should use exception handling concepts.

2018-11-17 Thread willitc9888
``` #include #include #include #include #include using namespace std; int main(){ string s; int n; getline(cin,s); // read a string try{ // bitset constructor throws an invalid_argument if initialized // with a string containing characters other than 0 and 1

[Trisquel-users] Trying update the linux-kernel

2020-01-09 Thread willitc9888
I'm trying update the linux-libre kernel but i get the following error: Add /etc/apt/sources.list this deb http://security.debian.org/debian-security buster/updates main contrib non-free sudo apt-get update && sudo apt-get upgrade W: El repositorio «http://mirror.optus.net/debian testing

[Trisquel-users] How to make to able wifi?

2020-01-09 Thread willitc9888
I have a problem with my wifi. I have disabled my wifi, don't recognize the signal, don't appear configured like device. With the following command iwconfig show: virbr0-nic no wireless extensions. lono wireless extensions. enp1s0no wireless extensions. virbr0no wireless

Re: [Trisquel-users] How to make to able wifi?

2020-03-23 Thread willitc9888
01:00.0 Ethernet controller: Qualcomm Atheros AR8152 v1.1 Fast Ethernet (rev c1) 02:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000 [Condor Peak]

Re: [Trisquel-users] How to make to able wifi?

2020-03-23 Thread willitc9888
I try bring up wlan0 but show the following message: wpa_supplicant: /sbin/wpa_supplicant daemon failed to start run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1 Failed to bring up wlan0.