Search found 109 matches
- Sat Dec 21, 2019 6:02 pm
- Forum: Wireless
- Topic: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
- Replies: 36
- Views: 2416
Re: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
Update after re-re-installing wifi driver. person@laptop:~$ sudo modprobe -r rtl8723de [sudo] password for person: person@laptop:~$ sudo modprobe rtl9723de ant_sel=2 modprobe: FATAL: Module rtl9723de not found in directory /lib/modules/5.0.0-37-generic I'm moving to Devuan for now, it's been real.
- Sat Dec 21, 2019 5:27 pm
- Forum: Wireless
- Topic: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
- Replies: 36
- Views: 2416
Re: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
Hello 0x2620, when you first installed the driver, you had an 4.15 kernel. Now you have a 5.0 kernel and as written on the easylinuxtips website, you can loose the driver if you update the kernel. Then you have to install it again in the described way: You can then use it in the now familiar way (f...
- Sat Dec 21, 2019 5:20 pm
- Forum: Wireless
- Topic: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
- Replies: 36
- Views: 2416
Re: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
Please don't talk about politics on the board, it's against the rules. Also please check your white privilege. That sort of crap doesn't work with me, mate. You've been reported. My oh my, isn't telling someone you've reported them against the rules? For future reference: https://pastebin.com/2HKW0...
- Sat Dec 21, 2019 4:58 pm
- Forum: Wireless
- Topic: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
- Replies: 36
- Views: 2416
Re: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
Does this do anything: sudo modprobe rtl8723de ~$ sudo modprobe rtl8723 [sudo] password for person: modprobe: FATAL: Module rtl8723 not found in directory /lib/modules/5.0.0-37-generic This is after make, sudo make install (which reported it was successful), and a reboot. I think the solution here ...
- Sat Dec 21, 2019 4:18 pm
- Forum: Wireless
- Topic: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
- Replies: 36
- Views: 2416
- Thu Dec 19, 2019 10:35 pm
- Forum: Wireless
- Topic: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
- Replies: 36
- Views: 2416
Re: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
~/rtlwifi_new$ sudo dkms install rtlwifi-new/0.6 Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area....(bad exit status: 2) make -j2 KERNELRELEASE=5.0.0-37-generic -C /lib/modules/5.0.0-37-generic/build M=/var/lib/dkms/rtlwifi-new/0.6/build................
- Thu Dec 19, 2019 10:23 pm
- Forum: Wireless
- Topic: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
- Replies: 36
- Views: 2416
Re: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
Updating to 19.3 likely changed the kernel resulting in losing driver. Repeat the steps you did before to get the driver back. I installed it again after updating to 19.3, I must redo the installation with every reboot. edit Trying this guide. https://subinsb.com/install-realtek-d723-wifi-driver-li...
- Thu Dec 19, 2019 10:05 pm
- Forum: Wireless
- Topic: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
- Replies: 36
- Views: 2416
Re: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
New development, the drivers disappear upon reboot. All other specs the same, updated to Mint 19.3. edit Followed the installation instructions again, fail at this point. ~/rtlwifi_new$ sudo apt-mark unhold "linux-generic*" "linux-headers-generic*" "linux-image-generic*"...
- Wed Dec 18, 2019 7:44 pm
- Forum: Newbie Questions
- Topic: What is the login manager for LMDE 3?
- Replies: 0
- Views: 997
What is the login manager for LMDE 3?
I installed Mate components and removed a lot of Cinnamon components but I still have the same login manager. It also doesn't let me set Mate as the default session. How can I configure the login menu? Also mate-terminal for some reason doesn't have configuration files, colors and bolded text is off...
- Mon Dec 16, 2019 8:56 pm
- Forum: Open chat
- Topic: Getting back into programming
- Replies: 21
- Views: 1043
Re: Getting back into programming
Got it.murray wrote: ↑Mon Dec 16, 2019 5:30 pmCode Complete is excellent, one of my favourite books of all time. Highly recommended!Hexeratops wrote: ↑Sun Dec 15, 2019 10:34 pm"Code Complete" by Steve McConnell is also a very good read for learning more general programming techniques and for learning how to write more maintainable code.
- Sun Dec 15, 2019 11:12 pm
- Forum: Open chat
- Topic: Getting back into programming
- Replies: 21
- Views: 1043
Re: Getting back into programming
Thoughts on these two? Already acquired pdfs. https://www.amazon.com/gp/aw/d/0534491324/ https://www.amazon.com/Data-Structures-Pseudocode-Approach-C/dp/0534390803/ Reviews say the first one is very in-depth (good) but the code has occasional syntax errors. Good to know that in advance so I can goog...
- Sun Dec 15, 2019 8:41 pm
- Forum: Open chat
- Topic: Getting back into programming
- Replies: 21
- Views: 1043
Re: Getting back into programming
Well that solves the IDE/editor problem, what about modern books on C?
- Sun Dec 15, 2019 7:19 pm
- Forum: Open chat
- Topic: Getting back into programming
- Replies: 21
- Views: 1043
Re: Getting back into programming
Everything is indeed an object in Python (except maybe for some C primitives IIRC), but in Python I don't need to type a bunch of boilerplate to acknowledge this. RE GUI debuggers vs purely text debuggers: in the former I can step once in a program and then watch a dozen or more fields as they chang...
- Sun Dec 15, 2019 5:42 pm
- Forum: Open chat
- Topic: Getting back into programming
- Replies: 21
- Views: 1043
Re: Getting back into programming
My personal choices would be C++ or C# and I've hooked games in both of them. It does not matter what language your game is written in. Agreed, you can do anything with any language, but given that most PS1 games were written in C (Aside: Crash Bandicoot was written in Common Lisp) and I would be u...
- Sun Dec 15, 2019 12:30 pm
- Forum: Open chat
- Topic: Need Technology Career Advice...
- Replies: 7
- Views: 536
Re: Need Technology Career Advice...
Don't burn your bridges just yet, your company might give you a call back when it becomes obvious that the new guys don't know what they're doing and they need someone to clean up the mess they made. If they do, negotiate to extract as much money as possible from your former employers. If training y...
- Sun Dec 15, 2019 11:30 am
- Forum: Open chat
- Topic: Getting back into programming
- Replies: 21
- Views: 1043
Re: Getting back into programming
You're right; I need to do a lot of bit-twiddling and I need something which makes well behaved GUI applications. I was told that an understanding of C would improve my assembly language skills (most PS1 games were written with a very old version of GCC for which there exists an IDA pro plugin), but...
- Sat Dec 14, 2019 11:13 pm
- Forum: Open chat
- Topic: Getting back into programming
- Replies: 21
- Views: 1043
Re: Getting back into programming
I meant that more as a clarification. Feel free to add opinions.
- Sat Dec 14, 2019 9:30 pm
- Forum: Open chat
- Topic: Getting back into programming
- Replies: 21
- Views: 1043
Re: Getting back into programming
Modding is more about reverse engineering and implementing obscure standards and algorithms. I attempted and apparently failed to implement disc image input/output using Java. Java does everything stupidly. Even getting GUI combo boxes and check boxes to behave correctly was impossible. I don't real...
- Sat Dec 14, 2019 7:47 pm
- Forum: Open chat
- Topic: Getting back into programming
- Replies: 21
- Views: 1043
Getting back into programming
I was fooling around with inxi and I discovered that my new laptop has a maximum RAM capacity of 32 GB DDR4. This is enough to run Windows in VirtualBox, do cross-platform development, and play Windows games. Unfortunately it's been about 2 years since I did any serious programming, and then it was ...
- Sat Dec 14, 2019 2:22 pm
- Forum: Wireless
- Topic: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
- Replies: 36
- Views: 2416
Re: [solved] No wifi on HP Laptop 14-dk0xxx laptop in Mint 19.2, 64-bit, Mate edition (Realtek d723 wifi driver)
Hello 0x2620, it is about, which antenna gives the best signal strength. I don't know, which ESSID belongs to your wifi network, but if your wifi ESSID is "Library", then the outputs show, that the antenna 2 brings a stronger signal and you should take that for the final step f. If you co...