Avatar

MrOzwaldMan

MrOzwaldMan@lemmy.ml
Joined
11 posts • 15 comments
Direct message

For me it’s just the brain doing unnecessary calculations to see how this ui element was made. Why unnecessary? because when it calculates, it’s the time after work where it starts calculating, like brain, you’re tired, stop it.

permalink
report
parent
reply

It’s not you investigating, it’s just the brain calculating and coding how it was made in the language I learned.

permalink
report
parent
reply

Usually, it’s more sane to embed formatting in the string itself rather than having styling separately defined (i.e. CSS, kinda).

like this: <b>Bold Text</b>?

permalink
report
parent
reply

hmm… maybe it’s the wrong driver and im being stupid

permalink
report
parent
reply

WAIT, is this it?

-network description: Ethernet interface physical id: 2 bus info: usb@3:13 logical name: usb0 serial: 6e:23:2f:0e:47:0e capabilities: ethernet physical configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.70.35 link=yes multicast=yes WARNING: output may be incomplete or inaccurate, you should run this program as super-user.

permalink
report
parent
reply

This happens: $ sudo make install make: *** No rule to make target ‘install’. Stop.

This is what the MakeFile contains:

all: make -C UTIL/ osutil $(SHELL) cp_util.sh make -C MODULE/ build_tools make -C MODULE/ osdrv $(SHELL) cp_module.sh make -C NETIF/ osnet

clean: make -C UTIL/ clean make -C MODULE/ clean make -C NETIF/ clean

install: make -C UTIL/ install make -C MODULE/ install make -C NETIF/ install

uninstall: make -C UTIL/ uninstall make -C MODULE/ uninstall make -C NETIF/ uninstall- -

permalink
report
parent
reply

I have switched, now I just need to install the driver, which I am having a problem with. Consider this link here https://lemmy.ml/post/282846

permalink
report
parent
reply