|
2011-09-04
, 13:28
|
Posts: 195 |
Thanked: 96 times |
Joined on May 2011
|
#1512
|
|
2011-09-04
, 14:14
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#1513
|
|
2011-09-04
, 21:19
|
|
Posts: 218 |
Thanked: 59 times |
Joined on Feb 2010
@ spain
|
#1514
|
The Following User Says Thank You to Straycat For This Useful Post: | ||
|
2011-09-06
, 00:49
|
Posts: 371 |
Thanked: 252 times |
Joined on Nov 2010
|
#1515
|
|
2011-09-06
, 14:38
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#1516
|
The Following User Says Thank You to Estel For This Useful Post: | ||
|
2011-09-06
, 15:59
|
Posts: 284 |
Thanked: 74 times |
Joined on Mar 2010
@ Wigan, UK
|
#1517
|
|
2011-09-06
, 17:13
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#1518
|
A bit of a noobish question. I've had power kernel on for years for overclocking but not used many of its other features.
Now im trying to use cifs which I believe it supports, however upon trying to mount I get an error "No such device". Searching billy google it seems to suggest that cifs is not supported (the results were on about other devices/os's though) so I carried on searching on here but I've got a discrepancy. In FAM it reports my power kernel as v48, however running "uname -r" in xterm reports 47, so which is it? I wanted to figure this so i could search if there was any issues with cifs in that particular version, but I'm not sure which I've got. (Yes i've got devel repo enabled)
Soooo, any ideas why cifs might be reporting that? Cheers
-bash-2.05b# modprobe cifs ; lsmod | grep cifs cifs 226904 0 -bash-2.05b#
The Following User Says Thank You to colin.stephane For This Useful Post: | ||
|
2011-09-06
, 18:25
|
Posts: 284 |
Thanked: 74 times |
Joined on Mar 2010
@ Wigan, UK
|
#1519
|
Hi,
What about the results of these commands as 'root' inside a terminal console ? (copy/paste only the part in bold) :
A++Code:-bash-2.05b# modprobe cifs ; lsmod | grep cifs cifs 226904 0 -bash-2.05b#
/home/user # modprobe cifs ; lsmod | grep cifs cifs 226904 0 /home/user #
mount -t cifs //LENOVO-DT/f$/ /home/user/MyDocs/KaosExt -o user=remote,pass=****,ip=192.168.2.2,direct
|
2011-09-06
, 21:39
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#1520
|
Thanks for your reply, my terminal shows the same as yours:
** Edit ** - Am I running the right command though or am I doing something silly? Other than power kernel i've done no other mods to try and make it work, i hope thats right. This is the command im trying:Code:/home/user # modprobe cifs ; lsmod | grep cifs cifs 226904 0 /home/user #
Code:mount -t cifs //LENOVO-DT/f$/ /home/user/MyDocs/KaosExt -o user=remote,pass=****,ip=192.168.2.2,direct
The Following 2 Users Say Thank You to colin.stephane For This Useful Post: | ||
Tags |
battery-status, bq27x00_battery, kernel, kernel-power, misiak4king, noobs-cant-read, pali4president, patches, readdirections, revolverspinyou |
Thread Tools | |
|
Finally, after that, try installing kp48 from the post #.
Reboot, and step by step debug troubles ...
A++