You are not logged in.
Thank you so very much golinux for the find ... and kind words . . .
Actually Miyo found that! Keep up the good work!!
Offline
hi i'm new to fluxuan ...
i have a trouble to mount usb key or optical disk when i use the user i create at begining .... i can only mount when i open a root session
please how could i get right to mount the device as my current user ?
Thanks in advance
Offline
hi i'm new to fluxuan ...
i have a trouble to mount usb key or optical disk when i use the user i create at begining .... i can only mount when i open a root session
please how could i get right to mount the device as my current user ?
Thanks in advance
mkdir /media/usb
and according to your removable drive block name in /dev so you can see that you can use fdisk -l
usually that happens because you formatted or created the partitions on the drive as root so
mount /dev/sdb1 /media/usb
and if requires permissions use sudo if you set that up at installation
sudo mount /dev/sdb1 /media/usb - /dev/sdb1 is an example you can see your drive with fdisk -l
BTW 2 more days to next release , that will have a lot of bugs fixed and will use a lot less resources .
Last edited by wdq (2018-05-24 05:17:49)
Offline
Hi WDQ,
First up thank you for this nice little distro. I am running this on a Dell D620.
Only issue I struck was getting my Iwl3945 to work and I could not mount usb flash drives. Finally figured how to do that from command line and was able to install the firmware from that - other than that very nice will probably be a keeper. :
Offline
Darry1966 first i am sorry for a late answer i have been in a long nice Holiday , just got back to a really hot weather here in the UK , to help you a little bit related to your problems related to mounting
apt-get install udevil it will mount them automatically for you and i see that you figured out with the drivers , i will make sure to add the drivers in my net release witch is finished but i was in holiday and could not polish everything.
Thank you for using FluXuan.
Offline
Well if no one else will do it I will ask for a 64 bit version, please.
Yes, the computer I plan to put it on will handle more bling, but I want speed not bloat.
Offline
Hello, thanks for this fantastic distribution.
The wireless network does not work with the Intel 3160 chip, any ideas to make it work? thanks for your time!
Offline
Hello, thanks for this fantastic distribution.
The wireless network does not work with the Intel 3160 chip, any ideas to make it work? thanks for your time!
Cosque thank you so much for your interest in my little work for some time now i strugle to the second release that i want to be more faster and available for some other laptops that are way more older but the answer to your question and driver is simple as
copy paste that in a terminal
apt-get update && apt-get install firmware-iwlwifi
and you could do a reboot after , enjoy ..
Offline
Well if no one else will do it I will ask for a 64 bit version, please.
Yes, the computer I plan to put it on will handle more bling, but I want speed not bloat.
JeffreyC , thank you very much for your interest , i already started the work at a 64 bit version it will be uploaded soon.
Thank you.
Offline