/proc/bus 안에 usb 정보가 없습니다

지금 현재 FT2232 라는 드라이버를 설치하려고 하는데…

각 단계를 실행하고 아래 인용한 7번째 단계를 설정하고

[color=#8000BF:2l59muby]
7. Add the following line to /etc/fstab:
none /proc/bus/usb usbdevfs defaults,devmode=0666 0 0
There have been reports that you may need to use the following command for some distros
none /proc/bus/usb usbdevfs defaults,mode=0666 0 0 (use usbfs in 2.6 kernels)
[/color:2l59muby]

$sudo mount -a
를 했더니…

[attachment=0:2l59muby]sudo_mount_a.png[/attachment:2l59muby]
위와 같은 에러 메시지가 나와서…

아래 처럼 확인했더니… usb 목록이 아예 없습니다.

[attachment=1:2l59muby]ls_proc_bus_.png[/attachment:2l59muby]

이런 경우는 어떻게 해야하나요?

virtual box를 깔아서 무언가 잘못 꼬인 것 같기도 한데…
해결 방법을 잘 모르겠습니다.

조언 부탁드립니다.

고임

mkdir /proc/bus/usb 먼저 하시고, 그 다음에 mount 명령을 실행해보세요.

우선 답변 감사합니다.

이리 저리 확인한 결과 다음과 같은 대답을 구할 수 있었습니다.

[color=#800040:3dkef9cl]
The reason that USB support stopped working is that since kernel 2.6.31-20-generic usbfs can no longer be mounted. If you try it manually you will get the following error: "mount: mount point /proc/bus/usb does not exist". The solution? I don’t know yet…
[/color:3dkef9cl]

커널 자체에서 usbfs를 더이상 쓰지 않는다고 하네요…
그럼 그전에 사용하던 드라이버들은 어떤 형태로 써야되는지도 가이드라인이라도 나왔으면 하는데…
가이드라인이 어디 나와있을 것 같긴한데…
안되는 영어로 찾아보려니… 찾기가 만만치 않네요.

고임

생각해 보니 proc 파일 시스템에 mkdir 명령으로 새 디렉토리를 생성한다는
게 말이 안되는군요.

잘 알지도 못하면서 이상한 답변을 드려서 죄송합니다.