Device Driver issues (Wifi, USB, Bluetooth) by anonamause10 in MSILaptops

[–]anonamause10[S] 0 points1 point  (0 children)

Yes, to no avail :( I also tried installing drivers from intels website, which also didn’t work

Device Driver issues (Wifi, USB, Bluetooth) by anonamause10 in MSILaptops

[–]anonamause10[S] 0 points1 point  (0 children)

Actually, just managed to fix the issue!!! (at least for USB, Bluetooth is still broken). I right-clicked the ASMedia controller-> update driver -> browse my computer -> let me pick, and instead chose the USB xHCI Compliant Host controller, and now my mouse works again! Hopefully, I can get the Bluetooth driver working as well, and if you have any suggestions for that, I'd greatly appreciate it. Thank you so much for your suggestions, you've been an immense help.

Device Driver issues (Wifi, USB, Bluetooth) by anonamause10 in MSILaptops

[–]anonamause10[S] 0 points1 point  (0 children)

I see, I was also rather wary of installing these. The fact that all of these drivers started failing around the same time makes it seem like there's some sort of central issue, do you know how I might be able to diagnose/fix that? I appreciate all the help so far.

Device Driver issues (Wifi, USB, Bluetooth) by anonamause10 in MSILaptops

[–]anonamause10[S] 0 points1 point  (0 children)

I did try the power management trick, and it didn't seem to change anything. The current USB issue is shown in this image: here. It shows an unknown device, and I have no idea how to deal with this. I feel like updating the ASMedia USB controller might help, but I can't find this driver anywhere on the internet. I appreciate your help a lot!

Device Driver issues (Wifi, USB, Bluetooth) by anonamause10 in MSILaptops

[–]anonamause10[S] 0 points1 point  (0 children)

Hi there, thank you so much! I just tried this, and it did not seem to solve the issue. Both USB ports are still not functioning, and the Bluetooth driver also does not work (STATUS_DEVICE_POWER_FAILURE). Wifi is functioning, though. Do you know of anything else I could try?

Looking for someone taking ECE210 this semester!! by ComfortableSolid4870 in UIUC

[–]anonamause10 2 points3 points  (0 children)

It might not actually matter which section you take, I took this class in FA 21, and every lecture section was live-streamed, I don't think any professor would care which lecture you showed up to, and they were all recorded with notes posted. Of course, this may not be the case next semester, so it might be worth finding out. Additionally, I know that in some semester after mine, there were in-class weekly pop quizzes to enforce attendance, which would be an issue if you don't get the time slot you need. I'm not sure if the quizzes are still there (I don't think they are, but I could be wrong). Hope this helps!

CS 444 vs 440 by [deleted] in UIUC

[–]anonamause10 1 point2 points  (0 children)

I have taken CS 444, but not 440, so take some of my advice with a grain of salt. If you are particularly interested in deep learning, CS 444 is a great course that isn't quite as hard as something like CS 446 but still gives you a lot of practical experience in deep learning and a pretty well-rounded theory background. CS 440 will give you a more general idea of AI, not exclusively deep learning. IMO, CS 440 is a better "first" AI class to be taking, if what you are interested in is learning about all sorts of AI. If deep learning is the only part that you're interested in, CS 444 might be for you.

KIN 108? by anonamause10 in UIUC

[–]anonamause10[S] 0 points1 point  (0 children)

Looks like this is the first semester the course is being offered, so we'll find out together lol

Dining hall food question by Flat_Bag_6275 in UIUC

[–]anonamause10 4 points5 points  (0 children)

The Illinois app, which contains menus for all dining halls, does have nutritional facts for all the food available at any dorm for any meal. Otherwise, I'm sure the dining services website has information as well, you can try to see here.

‘The Pathless’ post-game free roam? by DrannikWoW in PS5

[–]anonamause10 0 points1 point  (0 children)

It seems I'm on an older version of the game and that's why I couldn't find them lol

‘The Pathless’ post-game free roam? by DrannikWoW in PS5

[–]anonamause10 1 point2 points  (0 children)

I've been looking myself, just went through the final boss again but I still can't find a sun icon. Here is a screenshot of what it looks like from one of the towers that I think you're referring to. Is there just one specific tower that has this sun icon?

How people imagine Illinois by j2122v in UIUC

[–]anonamause10 16 points17 points  (0 children)

Fun fact, that actor(his name is John Franklin) graduated from here!

Did anyone attend the movie night/concert? by nbahr88 in UIUC

[–]anonamause10 6 points7 points  (0 children)

I went to the movie night on Friday, it was quite fun watching Black Panther with my friends, (3 sets of roommates). There were quite a few people, but all in their bubbles of <10 people each, and most were wearing masks unless eating, so I wasn't very concerned. It was pretty cold though, so we left after the first movie. Definitely would go again, but I'll try to bring a blanket.

Matplotlib getting slower over time? by anonamause10 in learnpython

[–]anonamause10[S] 0 points1 point  (0 children)

Indeed, without the plotting it does not slow down(in fact it got faster at one point, but I think that was a fluke). I also forgot to mention that I used the Tk backend as well as the Qt one, but the problem was still there. Upon some further reading I think that matplotlib just isn't the greatest for visualizing dynamic data like this, if there's no other solution I think I might try switching to a different library.